JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-12-09T03:28:36.356Z||main|||||INFO|500||The following profiles are active: basic 2022-12-09T03:28:47.943Z||main|||||INFO|500||Starting service [Tomcat] 2022-12-09T03:28:47.944Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-12-09T03:28:48.051Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-12-09T03:28:52.406Z||main|||||INFO|500||catdb-pool - Starting... 2022-12-09T03:28:52.875Z||main|||||INFO|500||catdb-pool - Start completed. 2022-12-09T03:28:53.344Z||main|||||INFO|500||reqdb-pool - Starting... 2022-12-09T03:28:53.351Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-12-09T03:28:53.511Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-12-09T03:28:53.730Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-12-09T03:28:54.413Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-12-09T03:28:56.250Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-12-09T03:28:58.721Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-12-09T03:28:58.777Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-12-09T03:28:59.397Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-12-09T03:28:59.789Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-12-09T03:29:01.111Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-12-09T03:29:02.177Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-12-09T03:29:02.195Z||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$$4f705321.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-12-09T03:29:02.196Z||main|||||WARN|500||The sdc end point is not alive 2022-12-09T03:29:05.214Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-12-09T03:29:08.153Z||main|||||WARN|500||--- 2022-12-09T03:29:08.153Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-12-09T03:29:08.154Z||main|||||WARN|500||--- 2022-12-09T03:29:08.589Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-12-09T03:29:13.800Z||main|||||INFO|500||Started Application in 41.096 seconds (JVM running for 43.31) 2022-12-09T03:29:13.826Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-12-09T03:29:13.828Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-12-09T03:29:13.841Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-12-09T03:29:13.876Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-12-09T03:29:13.929Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 05ac2788-ee7d-41ef-af00-2d6bc1b3c97c url= /sdc/v1/artifactTypes 2022-12-09T03:29:13.929Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-12-09T03:29:14.223Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-12-09T03:29:14.249Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-12-09T03:29:14.300Z||scheduling-1|||||DEBUG|500||create keys 2022-12-09T03:29:14.310Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-12-09T03:29:14.348Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:29:14.366Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 41cd5f29-31cc-4c3c-8e4e-53371c9c9bd6 url= /sdc/v1/registerForDistribution 2022-12-09T03:29:14.456Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 41cd5f29-31cc-4c3c-8e4e-53371c9c9bd6 url= /sdc/v1/registerForDistribution 2022-12-09T03:29:14.457Z||scheduling-1|||||INFO|500||start DistributionClient 2022-12-09T03:29:14.471Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-12-09T03:29:14.475Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:29:14.475Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:29:14.493Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:29:14.493Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:29:14.492Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:29:14.496Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:29:24.953Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:29:25.022Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:30:14.465Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:30:14.466Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:30:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:30:14.467Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:30:14.468Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:30:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:30:24.030Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:30:24.035Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:31:14.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:31:14.466Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:31:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:31:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:31:14.467Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:31:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:31:24.038Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:31:24.039Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:32:14.465Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:32:14.466Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:32:14.467Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:32:14.467Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:32:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:32:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:32:24.020Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:32:24.020Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:33:14.464Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:33:14.465Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:33:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:33:14.466Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:33:14.468Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:33:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:33:24.019Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:33:24.024Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:34:14.464Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:34:14.465Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:34:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:34:14.466Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:34:14.467Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:34:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:34:24.031Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:34:24.036Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:35:14.464Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:35:14.465Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:35:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:35:14.466Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:35:14.466Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:35:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:35:24.014Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:35:24.014Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:36:14.464Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:36:14.466Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:36:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:36:14.466Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:36:14.468Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:36:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:36:24.019Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:36:24.019Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:37:14.465Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:37:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:37:14.468Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:37:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:37:14.470Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:37:14.470Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:37:24.020Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:37:24.054Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:38:14.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:38:14.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:38:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:38:14.466Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:38:14.469Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:38:14.469Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:38:24.017Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:38:24.017Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:39:14.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:39:14.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:39:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:39:14.470Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:39:14.470Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:39:14.470Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:39:24.035Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:39:24.037Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:39:29.698Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-12-09T03:40:14.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:40:14.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:40:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:40:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:40:14.467Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:40:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:40:24.035Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:40:24.036Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:41:14.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:41:14.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:41:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:41:14.466Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:41:14.467Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:41:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:41:24.018Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:41:24.020Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:42:14.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:42:14.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:42:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:42:14.466Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:42:14.467Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:42:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:42:24.019Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:42:24.022Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:43:14.465Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:43:14.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:43:14.467Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:43:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:43:14.467Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:43:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:43:24.023Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:43:24.023Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:44:14.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:44:14.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:44:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:44:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:44:14.467Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:44:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:44:24.018Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:44:24.018Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:45:14.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:45:14.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:45:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:45:14.466Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:45:14.467Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:45:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:45:24.016Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:45:24.018Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:46:14.465Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:46:14.466Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:46:14.467Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:46:14.467Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:46:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:46:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:46:24.035Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:46:24.035Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:47:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:47:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:47:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:47:14.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:47:14.467Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:47:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:47:24.018Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:47:24.018Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:48:14.466Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:48:14.467Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:48:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:48:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:48:14.469Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:48:14.469Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:48:24.020Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:48:24.024Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:49:14.466Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:49:14.466Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:49:14.468Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:49:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:49:14.468Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:49:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:49:24.021Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:49:24.021Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:50:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:50:14.467Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:50:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:50:14.467Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:50:14.468Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:50:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:50:24.024Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:50:24.025Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:51:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:51:14.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:51:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:51:14.466Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:51:14.467Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:51:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:51:24.036Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:51:24.037Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:52:14.466Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:52:14.467Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:52:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:52:14.468Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:52:14.469Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:52:14.469Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:52:24.026Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:52:24.029Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:53:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:53:14.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:53:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:53:14.466Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:53:14.467Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:53:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:53:24.013Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:53:24.013Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:54:14.465Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:54:14.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:54:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:54:14.466Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:54:14.466Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:54:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:54:24.020Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:54:24.033Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:55:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:55:14.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:55:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:55:14.466Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:55:14.467Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:55:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:55:24.018Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:55:24.018Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:56:14.465Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:56:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:56:14.468Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:56:14.468Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:56:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:56:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:56:24.028Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:56:24.028Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:57:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:57:14.466Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:57:14.466Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:57:14.467Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:57:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:57:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:57:24.019Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:57:24.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:58:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:58:14.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:58:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:58:14.466Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:58:14.466Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:58:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:58:24.024Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:58:24.027Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:59:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:59:14.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:59:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:59:14.466Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T03:59:14.466Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T03:59:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T03:59:24.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T03:59:24.027Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:00:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:00:14.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:00:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:00:14.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:00:14.467Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:00:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:00:24.016Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:00:24.016Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:01:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:01:14.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:01:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:01:14.466Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:01:14.467Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:01:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:01:24.014Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:01:24.019Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:02:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:02:14.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:02:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:02:14.466Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:02:14.467Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:02:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:02:24.015Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:02:24.027Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:03:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:03:14.466Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:03:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:03:14.467Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:03:14.468Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:03:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:03:24.046Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:03:24.050Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:04:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:04:14.466Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:04:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:04:14.466Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:04:14.467Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:04:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:04:24.021Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:04:24.022Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:05:14.464Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:05:14.465Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:05:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:05:14.466Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:05:14.467Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:05:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:05:24.026Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:05:24.026Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:06:14.465Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:06:14.466Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:06:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:06:14.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:06:14.468Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:06:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:06:24.023Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:06:24.025Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:07:14.464Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:07:14.465Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:07:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:07:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:07:14.467Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:07:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:07:24.019Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:07:24.019Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:08:14.464Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:08:14.465Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:08:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:08:14.466Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:08:14.467Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:08:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:08:24.019Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:08:24.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:09:14.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:09:14.465Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:09:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:09:14.466Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:09:14.468Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:09:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:09:24.029Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:09:24.029Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:10:14.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:10:14.465Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:10:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:10:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:10:14.466Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:10:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:10:24.041Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:10:24.041Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:11:14.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:11:14.468Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:11:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:11:14.470Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:11:14.471Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:11:14.471Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:11:24.029Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:11:24.029Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:12:14.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:12:14.465Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:12:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:12:14.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:12:14.467Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:12:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:12:24.016Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:12:24.019Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:13:14.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:13:14.465Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:13:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:13:14.466Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:13:14.467Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:13:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:13:24.013Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:13:24.013Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:14:14.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:14:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:14:14.466Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:14:14.467Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:14:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:14:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:14:24.023Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:14:24.024Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:15:14.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:15:14.465Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:15:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:15:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:15:14.467Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:15:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:15:24.021Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:15:24.022Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:16:14.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:16:14.465Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:16:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:16:14.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:16:14.467Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:16:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:16:24.013Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:16:24.013Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:17:14.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:17:14.465Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:17:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:17:14.467Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:17:14.467Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:17:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:17:24.023Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:17:24.028Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:18:14.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:18:14.466Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:18:14.467Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:18:14.467Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:18:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:18:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:18:24.018Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:18:24.018Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:19:14.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:19:14.465Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:19:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:19:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:19:14.467Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:19:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:19:24.014Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:19:24.028Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:20:14.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:20:14.466Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:20:14.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:20:14.467Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:20:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:20:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:20:24.016Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:20:24.037Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:21:14.466Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:21:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:21:14.467Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:21:14.467Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:21:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:21:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:21:24.013Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:21:24.018Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:22:14.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:22:14.465Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:22:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:22:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:22:14.466Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:22:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:22:24.018Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:22:24.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:23:14.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:23:14.465Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:23:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:23:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:23:14.466Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:23:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:23:24.023Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:23:24.023Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:24:14.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:24:14.466Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:24:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:24:14.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:24:14.467Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:24:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:24:24.022Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:24:24.022Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:25:14.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:25:14.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:25:14.466Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:25:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:25:14.494Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:25:14.494Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:25:24.026Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:25:24.045Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:26:14.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:26:14.465Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:26:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:26:14.466Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:26:14.467Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:26:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:26:24.024Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:26:24.025Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:27:14.466Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:27:14.466Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:27:14.467Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:27:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:27:14.468Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:27:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:27:24.029Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:27:24.051Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:28:14.464Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:28:14.465Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:28:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:28:14.466Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:28:14.467Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:28:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:28:24.014Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:28:24.015Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:29:14.464Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:29:14.465Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:29:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:29:14.466Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:29:14.466Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:29:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:29:24.016Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:29:24.016Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:30:14.464Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:30:14.466Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:30:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:30:14.466Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:30:14.466Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:30:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:30:24.018Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:30:24.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:31:14.464Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:31:14.466Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:31:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:31:14.466Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:31:14.467Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:31:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:31:14.603Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:31:14.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "cds", "timestamp": 1670560261523, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:31:14.633Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:31:14.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "multicloud-k8s-id", "timestamp": 1670560263643, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:31:14.634Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:31:14.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "aai-ml", "timestamp": 1670560260715, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:31:14.635Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:31:14.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "ves-openapi-manager", "timestamp": 1670560265788, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:31:14.635Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:31:14.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "cds", "timestamp": 1670560261523, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json", "status": "NOT_NOTIFIED" } 2022-12-09T04:31:14.636Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:31:14.636Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.636Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "multicloud-k8s-id", "timestamp": 1670560263643, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json", "status": "NOTIFIED" } 2022-12-09T04:31:14.636Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:31:14.636Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.636Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "aai-ml", "timestamp": 1670560260715, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json", "status": "NOT_NOTIFIED" } 2022-12-09T04:31:14.636Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:31:14.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "ves-openapi-manager", "timestamp": 1670560265788, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json", "status": "NOT_NOTIFIED" } 2022-12-09T04:31:14.637Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:31:14.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "cds", "timestamp": 1670560261523, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:31:14.637Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:31:14.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "multicloud-k8s-id", "timestamp": 1670560263643, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-09T04:31:14.638Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:31:14.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "aai-ml", "timestamp": 1670560260715, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:31:14.638Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:31:14.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "ves-openapi-manager", "timestamp": 1670560265788, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:31:14.638Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:31:14.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "cds", "timestamp": 1670560261523, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:31:14.639Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:31:14.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "multicloud-k8s-id", "timestamp": 1670560263643, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:31:14.639Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:31:14.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "aai-ml", "timestamp": 1670560260715, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:31:14.640Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:31:14.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "ves-openapi-manager", "timestamp": 1670560265788, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:31:14.641Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:31:14.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "cds", "timestamp": 1670560261523, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-09T04:31:14.641Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:31:14.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "multicloud-k8s-id", "timestamp": 1670560263643, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-09T04:31:14.641Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:31:14.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "aai-ml", "timestamp": 1670560260715, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-09T04:31:14.642Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:31:14.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "ves-openapi-manager", "timestamp": 1670560265788, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-09T04:31:14.642Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:31:14.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "cds", "timestamp": 1670560261523, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:31:14.643Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:31:14.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "multicloud-k8s-id", "timestamp": 1670560263643, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:31:14.643Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:31:14.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "aai-ml", "timestamp": 1670560260715, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:31:14.643Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:31:14.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "ves-openapi-manager", "timestamp": 1670560265788, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:31:14.644Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:31:14.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "cds", "timestamp": 1670560261523, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:31:14.645Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:31:14.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "multicloud-k8s-id", "timestamp": 1670560263643, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:31:14.645Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:31:14.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "aai-ml", "timestamp": 1670560260715, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:31:14.645Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:31:14.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "ves-openapi-manager", "timestamp": 1670560265788, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-09T04:31:14.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:31:14.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "multicloud-k8s-id", "timestamp": 1670560273234, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json", "status": "DOWNLOAD_OK" } 2022-12-09T04:31:14.646Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:31:14.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "aai-ml", "timestamp": 1670560273524, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:31:14.647Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:31:14.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:31:14.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "cds", "timestamp": 1670560273963, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:31:14.647Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:31:15.101Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:31:15.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-09T04:31:15.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"3bac14df-6c55-4bfd-af85-0391d22f3e8f","serviceName":"vFW 2022-12-09 04-30-18","serviceVersion":"1.0","serviceUUID":"478ffab4-820c-4809-804e-091a9b90f70b","serviceDescription":"catalog service description","serviceInvariantUUID":"210f8d65-dd9a-4e15-ac8a-99fb65b50eb6","resources":[{"resourceInstanceName":"vFW e3a4f455-5df8 0","resourceName":"vFW e3a4f455-5df8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c1b43226-dde9-452c-a2bd-ef01f366b952","resourceInvariantUUID":"08b17c6d-95b4-4fb0-aabf-254716dbefb7","resourceCustomizationUUID":"86de44c1-cad3-4b15-bea8-1583ba1e7719","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vf-license-model.xml","artifactChecksum":"M2JiMjA2NDkwNmM4NTFiNWNkN2JkNThjOTQxODNkMDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0345d6ea-a9f3-429d-8f69-1d0277827236","artifactVersion":"1"},{"artifactName":"vfwe3a4f4555df80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json","artifactChecksum":"OWE2YWJiZTdkYzc0YTMzNjI4ODNlMDJjMmE4MGMwZjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b9588d77-277e-44c6-acfb-24cc59195c4a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"81e41a66-64cd-455b-9038-1b30d0bfdd95","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vendor-license-model.xml","artifactChecksum":"NWI4NDdjZTE2NTQwM2Y0ZWI5ZTFhMzJjNTg0M2FkNGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4363f6e2-8f03-47c3-ba2c-81c2dd83a018","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"93a205d6-f7d2-489a-a5d9-67a689bfacfd","artifactVersion":"2","generatedFromUUID":"81e41a66-64cd-455b-9038-1b30d0bfdd95"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221209043018-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-template.yml","artifactChecksum":"NzgwNjg1MzA3YTZkYThiYjU1NWUzNGZjZmU1ODY1YjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5c0a5df1-f5df-4a3a-a8d7-e8eae766a17e","artifactVersion":"1"},{"artifactName":"service-Vfw20221209043018-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar","artifactChecksum":"MTFiZDY0NzBkYWU4NDQ5NWM3YjgzMzc4OWFhNzE5YTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1fbb3e6b-411a-4573-95ba-9072f2305ec5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-09T04:31:15.110Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:31:15.118Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:31:15.130Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:31:15.130Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560274464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:31:15.230Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-12-09T04:31:15.235Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:31:15.235Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:31:15.256Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:31:15.257Z||pool-3-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:31:16.138Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:31:16.139Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:31:16.141Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:31:16.141Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560274464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json", "status": "NOTIFIED" } 2022-12-09T04:31:16.241Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:31:16.242Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:31:16.243Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:31:16.258Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:31:16.259Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:31:17.142Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:31:17.143Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:31:17.145Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:31:17.145Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560274464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-09T04:31:17.245Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:31:17.246Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:31:17.246Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:31:17.262Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:31:17.263Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:31:18.145Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:31:18.147Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:31:18.149Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:31:18.149Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560274464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:31:18.251Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:31:18.252Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:31:18.252Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:31:18.268Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:31:18.269Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:31:19.151Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:31:19.152Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:31:19.155Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:31:19.155Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560274464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-09T04:31:19.255Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-09T04:31:19.256Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:31:19.257Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:31:19.270Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:31:19.271Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-09T04:31:20.156Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:31:20.157Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:31:20.160Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:31:20.160Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560274464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:31:20.260Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:31:20.261Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:31:20.261Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:31:20.278Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:31:20.279Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-12-09T04:31:21.160Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:31:21.161Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:31:21.164Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:31:21.164Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560274464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:31:21.264Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:31:21.265Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:31:21.265Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:31:21.278Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:31:21.278Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:31:22.166Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "serviceName": "vFW 2022-12-09 04-30-18", "serviceVersion": "1.0", "serviceUUID": "478ffab4-820c-4809-804e-091a9b90f70b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "210f8d65-dd9a-4e15-ac8a-99fb65b50eb6", "resources": [ { "resourceInstanceName": "vFW e3a4f455-5df8 0", "resourceCustomizationUUID": "86de44c1-cad3-4b15-bea8-1583ba1e7719", "resourceName": "vFW e3a4f455-5df8", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c1b43226-dde9-452c-a2bd-ef01f366b952", "resourceInvariantUUID": "08b17c6d-95b4-4fb0-aabf-254716dbefb7", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwe3a4f4555df80_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json", "artifactChecksum": "OWE2YWJiZTdkYzc0YTMzNjI4ODNlMDJjMmE4MGMwZjI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b9588d77-277e-44c6-acfb-24cc59195c4a", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "81e41a66-64cd-455b-9038-1b30d0bfdd95", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "93a205d6-f7d2-489a-a5d9-67a689bfacfd", "generatedFromUUID": "81e41a66-64cd-455b-9038-1b30d0bfdd95" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "93a205d6-f7d2-489a-a5d9-67a689bfacfd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221209043018-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar", "artifactChecksum": "MTFiZDY0NzBkYWU4NDQ5NWM3YjgzMzc4OWFhNzE5YTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1fbb3e6b-411a-4573-95ba-9072f2305ec5" } ], "workloadContext": "Production" } 2022-12-09T04:31:22.167Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-09T04:31:22.168Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 478ffab4-820c-4809-804e-091a9b90f70b ASDC 2022-12-09T04:31:22.292Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:3bac14df-6c55-4bfd-af85-0391d22f3e8f ServiceName:vFW 2022-12-09 04-30-18 ServiceVersion:1.0 ServiceUUID:478ffab4-820c-4809-804e-091a9b90f70b ServiceInvariantUUID:210f8d65-dd9a-4e15-ac8a-99fb65b50eb6 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221209043018-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar ArtifactUUID:1fbb3e6b-411a-4573-95ba-9072f2305ec5 ArtifactChecksum:MTFiZDY0NzBkYWU4NDQ5NWM3YjgzMzc4OWFhNzE5YTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW e3a4f455-5df8 0 ResourceCustomizationUUID:86de44c1-cad3-4b15-bea8-1583ba1e7719 ResourceInvariantUUID:08b17c6d-95b4-4fb0-aabf-254716dbefb7 ResourceName:vFW e3a4f455-5df8 ResourceType:VF ResourceUUID:c1b43226-dde9-452c-a2bd-ef01f366b952 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwe3a4f4555df80_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json ArtifactUUID:b9588d77-277e-44c6-acfb-24cc59195c4a ArtifactChecksum:OWE2YWJiZTdkYzc0YTMzNjI4ODNlMDJjMmE4MGMwZjI= 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/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml ArtifactUUID:81e41a66-64cd-455b-9038-1b30d0bfdd95 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/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env ArtifactUUID:93a205d6-f7d2-489a-a5d9-67a689bfacfd 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/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env ArtifactUUID:93a205d6-f7d2-489a-a5d9-67a689bfacfd ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-09T04:31:22.292Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 478ffab4-820c-4809-804e-091a9b90f70b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:31:22.510Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-09T04:31:22.511Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-09T04:31:22.512Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-09T04:31:22.512Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1fbb3e6b-411a-4573-95ba-9072f2305ec5 from URL: /sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar 2022-12-09T04:31:22.512Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-09T04:31:22.514Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar 2022-12-09T04:31:22.612Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-09T04:31:22.633Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar 1fbb3e6b-411a-4573-95ba-9072f2305ec5 100664 2022-12-09T04:31:22.635Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar ASDC sendASDCNotification 2022-12-09T04:31:22.635Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar 2022-12-09T04:31:22.636Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T04:31:22.637Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:31:22.639Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:31:22.639Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560282633, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:31:22.739Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:31:22.740Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:31:22.740Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:31:22.755Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:31:22.755Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:31:23.639Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-09T04:31:23.641Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-09T04:31:23.641Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1fbb3e6b-411a-4573-95ba-9072f2305ec5, URL: /sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar to file: /app/ASDC/1/service-Vfw20221209043018-csar.csar 2022-12-09T04:31:23.642Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221209043018-csar.csar 2022-12-09T04:31:23.742Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221209043018-csar.csar 2022-12-09T04:31:23.742Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221209043018-csar.csar 2022-12-09T04:31:24.443Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1068247697455237660/Definitions/service-Vfw20221209043018-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_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 2022-12-09T04:31:27.309Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-09T04:31:27.315Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-09T04:31:27.315Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221209043018-csar.csar 2022-12-09T04:31:27.316Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-12-09T04:31:27.316Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e3a4f455-5df8 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-Vfw20221209043018-csar.csar 2022-12-09T04:31:27.316Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|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-Vfw20221209043018-csar.csar 2022-12-09T04:31:27.316Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|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-Vfw20221209043018-csar.csar 2022-12-09T04:31:27.316Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|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-Vfw20221209043018-csar.csar 2022-12-09T04:31:27.316Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|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-Vfw20221209043018-csar.csar 2022-12-09T04:31:27.316Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|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-Vfw20221209043018-csar.csar 2022-12-09T04:31:27.316Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|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-Vfw20221209043018-csar.csar 2022-12-09T04:31:27.317Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|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-Vfw20221209043018-csar.csar 2022-12-09T04:31:27.317Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|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-Vfw20221209043018-csar.csar 2022-12-09T04:31:27.317Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|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-Vfw20221209043018-csar.csar 2022-12-09T04:31:27.317Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|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-Vfw20221209043018-csar.csar 2022-12-09T04:31:27.317Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-09T04:31:27.324Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:27.326Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:31:27.330Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is matching search criteria 2022-12-09T04:31:27.330Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-09T04:31:27.332Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3a4f455-5df8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-09T04:31:27.334Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:27.334Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:31:27.334Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is matching search criteria 2022-12-09T04:31:27.335Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-09T04:31:27.335Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3a4f455-5df8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-09T04:31:27.335Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:27.335Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:31:27.339Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:27.339Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is not matching search criteria 2022-12-09T04:31:27.339Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-09T04:31:27.339Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-09T04:31:27.339Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-09T04:31:27.339Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-09T04:31:27.340Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-09T04:31:27.340Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-09T04:31:27.340Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-09T04:31:27.340Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-09T04:31:27.340Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-09T04:31:27.340Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-09T04:31:27.341Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-09T04:31:27.341Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-09T04:31:27.341Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-09T04:31:27.341Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-09T04:31:27.341Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-09T04:31:27.341Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-09T04:31:27.342Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:27.342Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-09T04:31:27.343Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:27.343Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is matching search criteria 2022-12-09T04:31:27.343Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3a4f455-5df8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T04:31:27.344Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:27.344Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is matching search criteria 2022-12-09T04:31:27.344Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3a4f455-5df8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T04:31:27.344Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:27.344Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is matching search criteria 2022-12-09T04:31:27.345Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3a4f455-5df8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T04:31:27.345Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:27.345Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is not matching search criteria 2022-12-09T04:31:27.345Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-09T04:31:27.345Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-12-09T04:31:27.346Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-09T04:31:27.346Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-09T04:31:27.346Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-09T04:31:27.346Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-09T04:31:27.346Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-09T04:31:27.346Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-09T04:31:27.347Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-09T04:31:27.347Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-09T04:31:27.347Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-09T04:31:27.347Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=052fb441-7d68-4684-b524-49c82a3fff3a 2022-12-09T04:31:27.347Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:27.347Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is not matching search criteria 2022-12-09T04:31:27.348Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-09T04:31:27.348Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-09T04:31:27.348Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-09T04:31:27.348Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-09T04:31:27.348Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-09T04:31:27.348Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-09T04:31:27.349Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-09T04:31:27.349Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-12-09T04:31:27.349Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-09T04:31:27.349Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-09T04:31:27.349Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-09T04:31:27.349Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-09T04:31:27.350Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=85b227b5-c3a7-41a8-abfa-a0f4c0c4a2f9 2022-12-09T04:31:27.350Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:27.350Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is not matching search criteria 2022-12-09T04:31:27.350Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-09T04:31:27.350Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-09T04:31:27.350Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-09T04:31:27.351Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-09T04:31:27.351Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-09T04:31:27.351Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-09T04:31:27.351Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-09T04:31:27.351Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-09T04:31:27.351Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-09T04:31:27.352Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-09T04:31:27.352Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-09T04:31:27.352Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-12-09T04:31:27.352Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=730ffaaf-57e4-489b-804a-02637e9a3a42 2022-12-09T04:31:27.352Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:27.352Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:31:27.353Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:27.353Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:31:27.353Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:27.353Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:31:27.353Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:27.353Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:31:27.354Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-12-09 04-30-18 Description:catalog service description Model UUID:478ffab4-820c-4809-804e-091a9b90f70b Model Version:NULL Model InvariantUuid:210f8d65-dd9a-4e15-ac8a-99fb65b50eb6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW e3a4f455-5df8 Model UUID:ef887d71-3491-4f23-9b46-44e38c613eed Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:08b17c6d-95b4-4fb0-aabf-254716dbefb7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:86de44c1-cad3-4b15-bea8-1583ba1e7719 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5a938fb1-cfde-4471-a0a9-26d74278e96c ModelName:VfwE3a4f4555df8..base_vfw..module-0 ModelUuid:795b73c1-c85b-48ba-9ad3-acd27ff06a01 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:052fb441-7d68-4684-b524-49c82a3fff3a ModelInvariantUuid:fca89c98-5436-4f8d-ae14-e66fca16eefe ModelName:vFW e3a4f455-5df8-nodes.vfwCvfc ModelUuid:57afc86e-3796-401d-95e1-388b3ee59472 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:654a5a23-7e3d-4bb6-a1c6-3eaed11588ab ModelInvariantUuid:051e4302-1d1d-4a9b-a346-a22f31d39936 ModelName:VfwE3a4f4555df8.compute.nodes.heat.vfw ModelUuid:2cdbb4f3-7246-4d64-a802-68e17a8745bf ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:85b227b5-c3a7-41a8-abfa-a0f4c0c4a2f9 ModelInvariantUuid:0ae9ebce-d41b-48dd-b3e9-a0b616ed76f1 ModelName:vFW e3a4f455-5df8-nodes.vsnCvfc ModelUuid:0c1babc8-faec-4820-b196-630d12c29ccd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:9945a651-7d81-4f50-8f0b-e71df7f37776 ModelInvariantUuid:40cef19f-9d7a-4d18-8832-e2d2c55224de ModelName:VfwE3a4f4555df8.compute.nodes.heat.vsn ModelUuid:dc30bdee-1e6e-4a38-86da-fce80aa23639 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:730ffaaf-57e4-489b-804a-02637e9a3a42 ModelInvariantUuid:a98742e7-be54-4c09-a405-ef666426948b ModelName:vFW e3a4f455-5df8-nodes.vpgCvfc ModelUuid:02695ff7-c70d-4d39-a35f-66576094fd66 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:e323a6f3-08f5-4f5a-a2d8-ac97ebeaa209 ModelInvariantUuid:a643ce19-4cc1-4f44-b868-0b8864491307 ModelName:VfwE3a4f4555df8.compute.nodes.heat.vpg ModelUuid:5ee75cfa-efd5-459e-9e3b-8cc015586b3d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-12-09T04:31:27.381Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: c1b43226-dde9-452c-a2bd-ef01f366b952 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T04:31:27.469Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||vFW e3a4f455-5df8 0 2022-12-09T04:31:27.477Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c1b43226-dde9-452c-a2bd-ef01f366b952 2022-12-09T04:31:27.477Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b9588d77-277e-44c6-acfb-24cc59195c4a from URL: /sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json 2022-12-09T04:31:27.477Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-09T04:31:27.477Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json 2022-12-09T04:31:27.577Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-09T04:31:27.577Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json b9588d77-277e-44c6-acfb-24cc59195c4a 785 2022-12-09T04:31:27.578Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json ASDC sendASDCNotification 2022-12-09T04:31:27.578Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json 2022-12-09T04:31:27.578Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T04:31:27.578Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:31:27.581Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:31:27.581Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560287578, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json", "status": "DOWNLOAD_OK" } 2022-12-09T04:31:27.681Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:31:27.682Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:31:27.682Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:31:27.696Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:31:27.696Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:31:28.582Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE3a4f4555df8..base_vfw..module-0", "vfModuleModelInvariantUUID": "5a938fb1-cfde-4471-a0a9-26d74278e96c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "795b73c1-c85b-48ba-9ad3-acd27ff06a01", "vfModuleModelCustomizationUUID": "6815d6cf-8b27-4895-8130-0a7141677151", "isBase": true, "artifacts": [ "81e41a66-64cd-455b-9038-1b30d0bfdd95", "93a205d6-f7d2-489a-a5d9-67a689bfacfd" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-09T04:31:28.596Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE3a4f4555df8..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:795b73c1-c85b-48ba-9ad3-acd27ff06a01 VfModuleModelInvariantUUID:5a938fb1-cfde-4471-a0a9-26d74278e96c VfModuleModelDescription:NULL Artifacts UUID List:{ 81e41a66-64cd-455b-9038-1b30d0bfdd95 , 93a205d6-f7d2-489a-a5d9-67a689bfacfd } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-12-09T04:31:28.599Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE3a4f4555df8..base_vfw..module-0", "vfModuleModelInvariantUUID": "5a938fb1-cfde-4471-a0a9-26d74278e96c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "795b73c1-c85b-48ba-9ad3-acd27ff06a01", "vfModuleModelCustomizationUUID": "6815d6cf-8b27-4895-8130-0a7141677151", "isBase": true, "artifacts": [ "81e41a66-64cd-455b-9038-1b30d0bfdd95", "93a205d6-f7d2-489a-a5d9-67a689bfacfd" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-09T04:31:28.599Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE3a4f4555df8..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:795b73c1-c85b-48ba-9ad3-acd27ff06a01 VfModuleModelInvariantUUID:5a938fb1-cfde-4471-a0a9-26d74278e96c VfModuleModelDescription:NULL Artifacts UUID List:{ 81e41a66-64cd-455b-9038-1b30d0bfdd95 , 93a205d6-f7d2-489a-a5d9-67a689bfacfd } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-12-09T04:31:28.599Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 81e41a66-64cd-455b-9038-1b30d0bfdd95 from URL: /sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml 2022-12-09T04:31:28.599Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-09T04:31:28.600Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml 2022-12-09T04:31:28.649Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-09T04:31:28.650Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml 81e41a66-64cd-455b-9038-1b30d0bfdd95 20368 2022-12-09T04:31:28.650Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-12-09T04:31:28.651Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml 2022-12-09T04:31:28.651Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T04:31:28.651Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:31:28.653Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:31:28.653Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560288650, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-09T04:31:28.753Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:31:28.754Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:31:28.754Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:31:28.767Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:31:28.768Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:31:29.654Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 93a205d6-f7d2-489a-a5d9-67a689bfacfd from URL: /sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env 2022-12-09T04:31:29.655Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-09T04:31:29.655Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env 2022-12-09T04:31:29.708Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-09T04:31:29.708Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env 93a205d6-f7d2-489a-a5d9-67a689bfacfd 2098 2022-12-09T04:31:29.709Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env ASDC sendASDCNotification 2022-12-09T04:31:29.709Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env 2022-12-09T04:31:29.709Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T04:31:29.709Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:31:29.712Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:31:29.712Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560289709, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-09T04:31:29.813Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-09T04:31:29.814Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:31:29.814Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:31:29.826Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:31:29.827Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:31:30.713Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 478ffab4-820c-4809-804e-091a9b90f70b 2022-12-09T04:31:30.717Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e3a4f455-5df8 0 c1b43226-dde9-452c-a2bd-ef01f366b952 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T04:31:30.754Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@65e239bf, org.onap.sdc.toscaparser.api.parameters.Input@5a00cbf5, org.onap.sdc.toscaparser.api.parameters.Input@3154c637, org.onap.sdc.toscaparser.api.parameters.Input@7baa6383, org.onap.sdc.toscaparser.api.parameters.Input@f719288] 2022-12-09T04:31:30.758Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:30.758Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:31:30.759Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-12-09T04:31:30.759Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 86de44c1-cad3-4b15-bea8-1583ba1e7719 2022-12-09T04:31:30.759Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 86de44c1-cad3-4b15-bea8-1583ba1e7719 matches Tosca VF Customization UUID: 86de44c1-cad3-4b15-bea8-1583ba1e7719 2022-12-09T04:31:30.759Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 86de44c1-cad3-4b15-bea8-1583ba1e7719 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-12-09T04:31:30.765Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:30.766Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:31:30.767Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 86de44c1-cad3-4b15-bea8-1583ba1e7719: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-09T04:31:30.767Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7900ce2e 2022-12-09T04:31:30.767Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:30.767Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-09T04:31:30.768Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6815d6cf-8b27-4895-8130-0a7141677151 2022-12-09T04:31:30.769Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6815d6cf-8b27-4895-8130-0a7141677151 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-12-09T04:31:30.776Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:30.776Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is matching search criteria 2022-12-09T04:31:30.777Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3a4f455-5df8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T04:31:30.777Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:30.777Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is matching search criteria 2022-12-09T04:31:30.778Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3a4f455-5df8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T04:31:30.778Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:30.778Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is not matching search criteria 2022-12-09T04:31:30.779Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-09T04:31:30.779Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-12-09T04:31:30.779Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-09T04:31:30.779Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-09T04:31:30.779Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-09T04:31:30.780Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-09T04:31:30.780Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-09T04:31:30.780Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-09T04:31:30.780Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-09T04:31:30.780Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-09T04:31:30.781Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-09T04:31:30.781Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=052fb441-7d68-4684-b524-49c82a3fff3a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-12-09T04:31:30.793Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:30.794Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is matching search criteria 2022-12-09T04:31:30.794Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3a4f455-5df8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T04:31:30.794Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:30.794Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is not matching search criteria 2022-12-09T04:31:30.795Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-09T04:31:30.795Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-09T04:31:30.795Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-09T04:31:30.795Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-09T04:31:30.795Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-09T04:31:30.796Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-09T04:31:30.796Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-09T04:31:30.796Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-12-09T04:31:30.796Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-09T04:31:30.796Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-09T04:31:30.796Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-09T04:31:30.797Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-09T04:31:30.797Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=85b227b5-c3a7-41a8-abfa-a0f4c0c4a2f9 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-12-09T04:31:30.799Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:30.799Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is matching search criteria 2022-12-09T04:31:30.799Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3a4f455-5df8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T04:31:30.801Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:30.801Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is not matching search criteria 2022-12-09T04:31:30.802Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-09T04:31:30.802Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-09T04:31:30.802Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-09T04:31:30.802Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-09T04:31:30.802Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-09T04:31:30.803Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-09T04:31:30.803Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-09T04:31:30.803Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-09T04:31:30.803Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-09T04:31:30.803Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-09T04:31:30.804Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-09T04:31:30.804Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-12-09T04:31:30.804Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=730ffaaf-57e4-489b-804a-02637e9a3a42 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-12-09T04:31:30.806Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:30.806Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is matching search criteria 2022-12-09T04:31:30.806Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3a4f455-5df8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T04:31:30.807Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:30.807Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Node template vFW e3a4f455-5df8 0 is matching search criteria 2022-12-09T04:31:30.807Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW e3a4f455-5df8 0] matching following query criteria: sdcType=VF, customizationUUID=86de44c1-cad3-4b15-bea8-1583ba1e7719 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T04:31:30.809Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:30.809Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:31:30.809Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 478ffab4-820c-4809-804e-091a9b90f70b: vFW e3a4f455-5df8 2022-12-09T04:31:30.810Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:30.810Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:31:30.810Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:30.810Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:31:30.810Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:30.811Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:31:30.811Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:30.811Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:31:30.811Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:31:30.811Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-09 04-30-18 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:31:30.812Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-12-09 04-30-18 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:31:31.116Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e3a4f455-5df8 c1b43226-dde9-452c-a2bd-ef01f366b952 1 ASDC deployResourceStructure 2022-12-09T04:31:31.117Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json ASDC sendASDCNotification 2022-12-09T04:31:31.117Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json 2022-12-09T04:31:31.117Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-09T04:31:31.117Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:31:31.119Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:31:31.119Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560291117, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json", "status": "DEPLOY_OK" } 2022-12-09T04:31:31.219Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-09T04:31:31.220Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:31:31.221Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:31:31.236Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:31:31.236Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:31:32.122Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-12-09T04:31:32.123Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml 2022-12-09T04:31:32.123Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-09T04:31:32.123Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:31:32.125Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:31:32.125Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560292122, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-12-09T04:31:32.226Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-09T04:31:32.227Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:31:32.227Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:31:32.237Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:31:32.237Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:31:33.126Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env ASDC sendASDCNotification 2022-12-09T04:31:33.126Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env 2022-12-09T04:31:33.127Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-09T04:31:33.128Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:31:33.129Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:31:33.130Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560293126, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-12-09T04:31:33.230Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:31:33.231Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:31:33.231Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:31:33.245Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:31:33.245Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:31:34.131Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar ASDC sendASDCNotification 2022-12-09T04:31:34.131Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar 2022-12-09T04:31:34.132Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-09T04:31:34.133Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:31:34.136Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:31:34.136Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560294131, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T04:31:34.236Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:31:34.237Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:31:34.238Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:31:34.250Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:31:34.251Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:31:35.138Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:31:35.177Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:31:35.181Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-09T04:31:35.181Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-09T04:31:35.181Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-09T04:32:05.186Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:32:05.202Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:32:05.205Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-09T04:32:05.205Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-09T04:32:05.205Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-09T04:32:14.466Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:32:14.468Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:32:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:32:14.510Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:32:14.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:32:14.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "cds", "timestamp": 1670560274984, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T04:32:14.531Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3bac14df-6c55-4bfd-af85-0391d22f3e8f 2022-12-09T04:32:14.532Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bac14df-6c55-4bfd-af85-0391d22f3e8f and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:32:35.206Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:32:35.218Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:32:35.221Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-09T04:32:35.221Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-09T04:32:35.221Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-09T04:33:05.222Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:33:05.234Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:33:05.237Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-09T04:33:05.237Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-09T04:33:05.237Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-09T04:33:14.466Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:33:14.467Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:33:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:33:14.495Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:33:14.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:33:14.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "multicloud-k8s-id", "timestamp": 1670560274350, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-09T04:33:14.496Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:33:35.238Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:33:35.249Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:33:35.251Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-09T04:33:35.252Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-09T04:33:35.252Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-09T04:34:05.252Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:34:05.265Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:34:05.267Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-09T04:34:05.267Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-09T04:34:05.267Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-09T04:34:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:34:14.467Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:34:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:34:15.001Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:34:15.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560274464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "multicloud-k8s-id", "timestamp": 1670560275436, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-09T04:34:15.008Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:34:15.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670560275712, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560274464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json", "status": "NOTIFIED" } 2022-12-09T04:34:15.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "multicloud-k8s-id", "timestamp": 1670560276551, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T04:34:15.016Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3bac14df-6c55-4bfd-af85-0391d22f3e8f 2022-12-09T04:34:15.017Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bac14df-6c55-4bfd-af85-0391d22f3e8f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:34:15.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670560275712, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560274464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-09T04:34:15.028Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "multicloud-k8s-id", "timestamp": 1670560277556, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json", "status": "DEPLOY_OK" } 2022-12-09T04:34:15.028Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:34:15.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670560275712, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560274464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670560275712, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560274464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-09T04:34:15.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670560275712, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560274464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670560275712, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560274464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:34:15.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670560275712, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:34:15.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560282633, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:34:15.033Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:34:15.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670560283553, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:34:15.033Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:34:15.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560287578, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json", "status": "DOWNLOAD_OK" } 2022-12-09T04:34:15.034Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:34:15.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "ves-openapi-manager", "timestamp": 1670560285789, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "multicloud-k8s-id", "timestamp": 1670560283644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560288650, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-09T04:34:15.035Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:34:15.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "ves-openapi-manager", "timestamp": 1670560285789, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "multicloud-k8s-id", "timestamp": 1670560283644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json", "status": "NOTIFIED" } 2022-12-09T04:34:15.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670560289667, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T04:34:15.037Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:34:15.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560289709, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-09T04:34:15.037Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:34:15.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "ves-openapi-manager", "timestamp": 1670560285789, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "multicloud-k8s-id", "timestamp": 1670560283644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-12-09T04:34:15.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670560290673, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T04:34:15.043Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3bac14df-6c55-4bfd-af85-0391d22f3e8f 2022-12-09T04:34:15.043Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bac14df-6c55-4bfd-af85-0391d22f3e8f and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:34:15.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "ves-openapi-manager", "timestamp": 1670560285789, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "multicloud-k8s-id", "timestamp": 1670560283644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.059Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "aai-ml", "timestamp": 1670560291287, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T04:34:15.059Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:34:15.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560291117, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/vfwe3a4f4555df80_modules.json", "status": "DEPLOY_OK" } 2022-12-09T04:34:15.060Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:34:15.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "cds", "timestamp": 1670560291523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.060Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "ves-openapi-manager", "timestamp": 1670560285789, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.061Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "multicloud-k8s-id", "timestamp": 1670560283644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-12-09T04:34:15.061Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "aai-ml", "timestamp": 1670560292297, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T04:34:15.066Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3bac14df-6c55-4bfd-af85-0391d22f3e8f 2022-12-09T04:34:15.066Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bac14df-6c55-4bfd-af85-0391d22f3e8f and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:34:15.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560292122, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-12-09T04:34:15.075Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:34:15.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "cds", "timestamp": 1670560291523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "ves-openapi-manager", "timestamp": 1670560285789, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "multicloud-k8s-id", "timestamp": 1670560283644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560293126, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/resourceInstances/vfwe3a4f4555df80/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-12-09T04:34:15.076Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:34:15.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "cds", "timestamp": 1670560291523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "aai-ml", "timestamp": 1670560293303, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "ves-openapi-manager", "timestamp": 1670560285789, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "multicloud-k8s-id", "timestamp": 1670560283644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:34:15.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560294131, "artifactURL": "/sdc/v1/catalog/services/Vfw20221209043018/1.0/artifacts/service-Vfw20221209043018-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T04:34:15.086Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:34:15.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "cds", "timestamp": 1670560291523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "aai-ml", "timestamp": 1670560293303, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "multicloud-k8s-id", "timestamp": 1670560294897, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-09T04:34:15.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:34:15.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "cds", "timestamp": 1670560291523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "aai-ml", "timestamp": 1670560293303, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "multicloud-k8s-id", "timestamp": 1670560295964, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-12-09T04:34:15.092Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:34:15.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "cds", "timestamp": 1670560291523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "aai-ml", "timestamp": 1670560293303, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "multicloud-k8s-id", "timestamp": 1670560297022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-12-09T04:34:15.092Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:34:15.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "cds", "timestamp": 1670560291523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:34:15.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "aai-ml", "timestamp": 1670560293303, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "multicloud-k8s-id", "timestamp": 1670560298048, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:34:15.106Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95f0841d-21fe-49c2-afdb-78a6c6a2e2db 2022-12-09T04:34:15.106Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95f0841d-21fe-49c2-afdb-78a6c6a2e2db and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:34:15.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "cds", "timestamp": 1670560299243, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:34:15.113Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:34:15.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "aai-ml", "timestamp": 1670560293303, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "multicloud-k8s-id", "timestamp": 1670560299054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json", "status": "DEPLOY_OK" } 2022-12-09T04:34:15.114Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:34:15.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "cds", "timestamp": 1670560300250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T04:34:15.119Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 95f0841d-21fe-49c2-afdb-78a6c6a2e2db 2022-12-09T04:34:15.119Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95f0841d-21fe-49c2-afdb-78a6c6a2e2db and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:34:15.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "aai-ml", "timestamp": 1670560293303, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:34:15.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "aai-ml", "timestamp": 1670560301059, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:34:15.126Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:34:15.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670560305712, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670560305712, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670560305712, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670560305712, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "aai-ml", "timestamp": 1670560309115, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T04:34:15.128Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:34:15.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670560305712, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "aai-ml", "timestamp": 1670560310120, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T04:34:15.133Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 95f0841d-21fe-49c2-afdb-78a6c6a2e2db 2022-12-09T04:34:15.133Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95f0841d-21fe-49c2-afdb-78a6c6a2e2db and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:34:15.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670560305712, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:34:15.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670560305712, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:34:15.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:34:15.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670560313447, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:34:15.143Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:34:15.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670560316105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T04:34:15.143Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:34:15.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:34:15.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670560317122, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T04:34:15.149Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 95f0841d-21fe-49c2-afdb-78a6c6a2e2db 2022-12-09T04:34:15.149Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95f0841d-21fe-49c2-afdb-78a6c6a2e2db and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:34:35.268Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:34:35.283Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:34:35.286Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-09T04:34:35.286Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-09T04:34:35.286Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-09T04:34:35.286Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-09T04:34:35.286Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:34:35.286Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:34:35.287Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:34:35.287Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:34:35.287Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:34:35.287Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T04:34:35.293Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-09T04:35:05.293Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-12-09T04:35:05.304Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3bac14df-6c55-4bfd-af85-0391d22f3e8f and serviceModelVersionId: 478ffab4-820c-4809-804e-091a9b90f70b 2022-12-09T04:35:05.304Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 210f8d65-dd9a-4e15-ac8a-99fb65b50eb6 2022-12-09T04:35:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:35:14.467Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:35:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:35:20.414Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/210f8d65-dd9a-4e15-ac8a-99fb65b50eb6/model-vers/model-ver/478ffab4-820c-4809-804e-091a9b90f70b?depth=0 2022-12-09T04:35:20.520Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-12-09T04:35:21.012Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/210f8d65-dd9a-4e15-ac8a-99fb65b50eb6/model-vers/model-ver/478ffab4-820c-4809-804e-091a9b90f70b?depth=0|INFO|500||Invoke 2022-12-09T04:35:21.019Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/210f8d65-dd9a-4e15-ac8a-99fb65b50eb6/model-vers/model-ver/478ffab4-820c-4809-804e-091a9b90f70b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/210f8d65-dd9a-4e15-ac8a-99fb65b50eb6/model-vers/model-ver/478ffab4-820c-4809-804e-091a9b90f70b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3bac14df-6c55-4bfd-af85-0391d22f3e8f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b33a85a4-7c85-4d87-b0d4-1581fcc5c054], X-ECOMP-RequestID=[3bac14df-6c55-4bfd-af85-0391d22f3e8f], X-TransactionId=[], X-ONAP-RequestID=[3bac14df-6c55-4bfd-af85-0391d22f3e8f], Content-Type=[application/merge-patch+json]} 2022-12-09T04:35:21.136Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/210f8d65-dd9a-4e15-ac8a-99fb65b50eb6/model-vers/model-ver/478ffab4-820c-4809-804e-091a9b90f70b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-09T04:35:21.357Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/210f8d65-dd9a-4e15-ac8a-99fb65b50eb6/model-vers/model-ver/478ffab4-820c-4809-804e-091a9b90f70b?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/210f8d65-dd9a-4e15-ac8a-99fb65b50eb6/model-vers/model-ver/478ffab4-820c-4809-804e-091a9b90f70b?depth=0 has http status code:200 and response headers:{date=[Fri, 09 Dec 2022 04:35:21 GMT], content-length=[0], vertex-id=[172264], x-aai-txid=[1-aai-resources-221209-04:35:21:540-76316], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-09T04:35:21.359Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/210f8d65-dd9a-4e15-ac8a-99fb65b50eb6/model-vers/model-ver/478ffab4-820c-4809-804e-091a9b90f70b?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-09T04:35:21.359Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/210f8d65-dd9a-4e15-ac8a-99fb65b50eb6/model-vers/model-ver/478ffab4-820c-4809-804e-091a9b90f70b?depth=0|INFO|500||InvokeReturn 2022-12-09T04:35:21.363Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-09T04:35:21.363Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T04:35:21.370Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-09T04:35:21.371Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3bac14df-6c55-4bfd-af85-0391d22f3e8f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-09T04:35:21.372Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-09T04:35:21.373Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:35:21.374Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:35:21.375Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560521372, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-09T04:35:21.475Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:35:21.476Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:35:21.476Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:35:21.489Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:35:21.490Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-09T04:35:22.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:35:22.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:35:22.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3bac14df-6c55-4bfd-af85-0391d22f3e8f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560521372, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-09T04:35:22.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-09T04:35:22.394Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:35:22.395Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:35:22.395Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:35:26.824Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:35:26.825Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-09T04:35:26.825Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"95f0841d-21fe-49c2-afdb-78a6c6a2e2db","serviceName":"basic_onboard_nKtrHZ","serviceVersion":"1.0","serviceUUID":"7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b","serviceDescription":"service","serviceInvariantUUID":"8b940a9c-ccaa-46a1-a55f-56109730d8a3","resources":[{"resourceInstanceName":"basic_onboard_nKtrHZ 0","resourceName":"basic_onboard_nKtrHZ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"533d8a28-1fe5-47e6-98c0-3429dc6ce7d9","resourceInvariantUUID":"5278eaa4-56a9-438a-b98e-c9b9098eb8f5","resourceCustomizationUUID":"5a1c5356-e39a-41c8-91a8-18e900b2f705","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vf-license-model.xml","artifactChecksum":"OGZmMWMyYzY5YTMyZmEyZDI0OGRlOTc2MDFmM2JhYTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2cd83941-97ba-4e4f-946a-064584394db3","artifactVersion":"1"},{"artifactName":"basic_onboard_nktrhz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json","artifactChecksum":"MTI2MWM1OGI3YjYxZWJmZTQwODlhOTc5ZDJmMTlmZjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4dd20b1-7313-44de-929e-ac5202bd038a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9c45de72-196a-4362-89d7-5465fd608959","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"157c3a4c-cbbc-4d6c-b002-1a73d531beef","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ef91a176-cac5-46bd-a6cb-0fdfd34a9149","artifactVersion":"2","generatedFromUUID":"9c45de72-196a-4362-89d7-5465fd608959"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNktrhz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-template.yml","artifactChecksum":"NGYxZWYwMTc3ZGM0MGM3Y2E3MWFjNzg4ODQzZjE0ZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"92b40ff2-c54d-4ce2-9b3e-a162deeb8830","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNktrhz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar","artifactChecksum":"ZWNmNDZmNDg2YjhiM2MxNDIyNzUzZmI1YzU2NjA4ZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"60f792ec-f70c-4b83-a39b-7f7d6691e3f7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-09T04:35:26.830Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:35:26.830Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:35:26.833Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:35:26.833Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560522390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:35:26.932Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-09T04:35:26.933Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:35:26.933Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:35:26.946Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:35:26.947Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:35:27.834Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:35:27.835Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:35:27.839Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:35:27.839Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560522390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json", "status": "NOTIFIED" } 2022-12-09T04:35:27.939Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:35:27.940Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:35:27.940Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:35:27.957Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:35:27.957Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:35:28.840Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:35:28.840Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:35:28.843Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:35:28.843Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560522390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-12-09T04:35:28.943Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:35:28.945Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:35:28.945Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:35:28.962Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:35:28.962Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-12-09T04:35:29.850Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:35:29.854Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:35:29.859Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:35:29.859Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560522390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:35:29.966Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-12-09T04:35:29.967Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:35:29.967Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:35:29.982Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:35:29.983Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:35:30.868Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:35:30.869Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:35:30.871Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:35:30.871Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560522390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-12-09T04:35:30.971Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:35:30.972Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:35:30.972Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:35:30.987Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:35:30.987Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:35:31.872Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:35:31.873Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:35:31.875Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:35:31.876Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560522390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:35:31.976Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-09T04:35:31.976Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:35:31.976Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:35:31.988Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:35:31.988Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-09T04:35:32.876Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:35:32.877Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:35:32.881Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:35:32.881Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560522390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:35:32.981Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-09T04:35:32.982Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:35:32.983Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:35:32.995Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:35:32.995Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-09T04:35:33.883Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "serviceName": "basic_onboard_nKtrHZ", "serviceVersion": "1.0", "serviceUUID": "7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b", "serviceDescription": "service", "serviceInvariantUUID": "8b940a9c-ccaa-46a1-a55f-56109730d8a3", "resources": [ { "resourceInstanceName": "basic_onboard_nKtrHZ 0", "resourceCustomizationUUID": "5a1c5356-e39a-41c8-91a8-18e900b2f705", "resourceName": "basic_onboard_nKtrHZ", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "533d8a28-1fe5-47e6-98c0-3429dc6ce7d9", "resourceInvariantUUID": "5278eaa4-56a9-438a-b98e-c9b9098eb8f5", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_nktrhz0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json", "artifactChecksum": "MTI2MWM1OGI3YjYxZWJmZTQwODlhOTc5ZDJmMTlmZjY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e4dd20b1-7313-44de-929e-ac5202bd038a", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "9c45de72-196a-4362-89d7-5465fd608959", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ef91a176-cac5-46bd-a6cb-0fdfd34a9149", "generatedFromUUID": "9c45de72-196a-4362-89d7-5465fd608959" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ef91a176-cac5-46bd-a6cb-0fdfd34a9149", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardNktrhz-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar", "artifactChecksum": "ZWNmNDZmNDg2YjhiM2MxNDIyNzUzZmI1YzU2NjA4ZWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "60f792ec-f70c-4b83-a39b-7f7d6691e3f7" } ], "workloadContext": "Production" } 2022-12-09T04:35:33.884Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-09T04:35:33.884Z|3bac14df-6c55-4bfd-af85-0391d22f3e8f|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b ASDC 2022-12-09T04:35:33.885Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:95f0841d-21fe-49c2-afdb-78a6c6a2e2db ServiceName:basic_onboard_nKtrHZ ServiceVersion:1.0 ServiceUUID:7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b ServiceInvariantUUID:8b940a9c-ccaa-46a1-a55f-56109730d8a3 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardNktrhz-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar ArtifactUUID:60f792ec-f70c-4b83-a39b-7f7d6691e3f7 ArtifactChecksum:ZWNmNDZmNDg2YjhiM2MxNDIyNzUzZmI1YzU2NjA4ZWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_nKtrHZ 0 ResourceCustomizationUUID:5a1c5356-e39a-41c8-91a8-18e900b2f705 ResourceInvariantUUID:5278eaa4-56a9-438a-b98e-c9b9098eb8f5 ResourceName:basic_onboard_nKtrHZ ResourceType:VF ResourceUUID:533d8a28-1fe5-47e6-98c0-3429dc6ce7d9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_nktrhz0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json ArtifactUUID:e4dd20b1-7313-44de-929e-ac5202bd038a ArtifactChecksum:MTI2MWM1OGI3YjYxZWJmZTQwODlhOTc5ZDJmMTlmZjY= 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/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml ArtifactUUID:9c45de72-196a-4362-89d7-5465fd608959 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/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env ArtifactUUID:ef91a176-cac5-46bd-a6cb-0fdfd34a9149 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/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env ArtifactUUID:ef91a176-cac5-46bd-a6cb-0fdfd34a9149 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-09T04:35:33.885Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-09T04:35:33.919Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-09T04:35:33.919Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-09T04:35:33.920Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-09T04:35:33.920Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 60f792ec-f70c-4b83-a39b-7f7d6691e3f7 from URL: /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar 2022-12-09T04:35:33.920Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-09T04:35:33.920Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar 2022-12-09T04:35:34.110Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-09T04:35:34.114Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar 60f792ec-f70c-4b83-a39b-7f7d6691e3f7 75306 2022-12-09T04:35:34.115Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar ASDC sendASDCNotification 2022-12-09T04:35:34.115Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar 2022-12-09T04:35:34.115Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T04:35:34.115Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:35:34.117Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:35:34.117Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560534114, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:35:34.218Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-09T04:35:34.219Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:35:34.219Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:35:34.235Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:35:34.236Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-12-09T04:35:35.118Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-09T04:35:35.119Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-09T04:35:35.120Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 60f792ec-f70c-4b83-a39b-7f7d6691e3f7, URL: /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar to file: /app/ASDC/1/service-BasicOnboardNktrhz-csar.csar 2022-12-09T04:35:35.120Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNktrhz-csar.csar 2022-12-09T04:35:35.121Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNktrhz-csar.csar 2022-12-09T04:35:35.121Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNktrhz-csar.csar 2022-12-09T04:35:35.277Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7560355157235341255/Definitions/service-BasicOnboardNktrhz-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2022-12-09T04:35:36.472Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-09T04:35:36.473Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-09T04:35:36.473Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNktrhz-csar.csar 2022-12-09T04:35:36.473Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-09T04:35:36.473Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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-BasicOnboardNktrhz-csar.csar 2022-12-09T04:35:36.473Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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-BasicOnboardNktrhz-csar.csar 2022-12-09T04:35:36.473Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nKtrHZ 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-BasicOnboardNktrhz-csar.csar 2022-12-09T04:35:36.474Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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-BasicOnboardNktrhz-csar.csar 2022-12-09T04:35:36.474Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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-BasicOnboardNktrhz-csar.csar 2022-12-09T04:35:36.474Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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-BasicOnboardNktrhz-csar.csar 2022-12-09T04:35:36.474Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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-BasicOnboardNktrhz-csar.csar 2022-12-09T04:35:36.474Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-09T04:35:36.474Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:35:36.474Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:35:36.475Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nKtrHZ 0 is matching search criteria 2022-12-09T04:35:36.475Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-09T04:35:36.475Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nKtrHZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-09T04:35:36.475Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:35:36.475Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:35:36.475Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nKtrHZ 0 is matching search criteria 2022-12-09T04:35:36.476Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-09T04:35:36.476Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nKtrHZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-09T04:35:36.477Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:35:36.477Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:35:36.477Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:35:36.477Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nKtrHZ 0 is not matching search criteria 2022-12-09T04:35:36.477Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-12-09T04:35:36.477Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-12-09T04:35:36.478Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-12-09T04:35:36.478Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-12-09T04:35:36.478Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-09T04:35:36.478Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:35:36.478Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-09T04:35:36.478Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:35:36.478Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nKtrHZ 0 is matching search criteria 2022-12-09T04:35:36.479Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nKtrHZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T04:35:36.479Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:35:36.479Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nKtrHZ 0 is matching search criteria 2022-12-09T04:35:36.479Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nKtrHZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T04:35:36.479Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:35:36.479Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nKtrHZ 0 is matching search criteria 2022-12-09T04:35:36.480Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nKtrHZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T04:35:36.480Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:35:36.480Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nKtrHZ 0 is not matching search criteria 2022-12-09T04:35:36.480Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-12-09T04:35:36.480Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-12-09T04:35:36.480Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=05c67f49-1661-4a01-be27-903e8cae2ac3 2022-12-09T04:35:36.481Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:35:36.481Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:35:36.481Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:35:36.481Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:35:36.481Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:35:36.481Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:35:36.481Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:35:36.482Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:35:36.482Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_nKtrHZ Description:service Model UUID:7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b Model Version:NULL Model InvariantUuid:8b940a9c-ccaa-46a1-a55f-56109730d8a3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_nKtrHZ Model UUID:0e1f2fd2-6220-4d39-9ea9-5b84f6912fe9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5278eaa4-56a9-438a-b98e-c9b9098eb8f5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5a1c5356-e39a-41c8-91a8-18e900b2f705 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:afc2c7a2-2db6-4458-94e4-3b45a7496d86 ModelName:BasicOnboardNktrhz..base_ubuntu18..module-0 ModelUuid:83484dc2-84ca-4cda-af20-1b03072488fc ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:05c67f49-1661-4a01-be27-903e8cae2ac3 ModelInvariantUuid:0cb2a5bb-bced-4ae2-99c0-372baa3712ce ModelName:basic_onboard_nKtrHZ-nodes.ubuntu18Cvfc ModelUuid:2fe5af16-cbad-4f47-b92e-ee5b237bc84d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:0374b1ba-4f48-454d-9f29-4b778a42b50e ModelInvariantUuid:3c70486f-1643-4d26-9eae-577a398763c1 ModelName:BasicOnboardNktrhz.compute.nodes.heat.ubuntu18 ModelUuid:3ca487dc-8a60-44b3-907d-dbc7c227a1a0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-12-09T04:35:36.488Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 533d8a28-1fe5-47e6-98c0-3429dc6ce7d9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T04:35:36.491Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||basic_onboard_nKtrHZ 0 2022-12-09T04:35:36.491Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 533d8a28-1fe5-47e6-98c0-3429dc6ce7d9 2022-12-09T04:35:36.491Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e4dd20b1-7313-44de-929e-ac5202bd038a from URL: /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json 2022-12-09T04:35:36.491Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-09T04:35:36.491Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json 2022-12-09T04:35:36.557Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-09T04:35:36.558Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json e4dd20b1-7313-44de-929e-ac5202bd038a 798 2022-12-09T04:35:36.558Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json ASDC sendASDCNotification 2022-12-09T04:35:36.558Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json 2022-12-09T04:35:36.558Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T04:35:36.559Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:35:36.560Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:35:36.560Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560536558, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-09T04:35:36.661Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-09T04:35:36.662Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:35:36.662Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:35:36.676Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:35:36.676Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:35:37.561Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNktrhz..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "afc2c7a2-2db6-4458-94e4-3b45a7496d86", "vfModuleModelVersion": "1", "vfModuleModelUUID": "83484dc2-84ca-4cda-af20-1b03072488fc", "vfModuleModelCustomizationUUID": "d2a90540-1cc7-490c-97f1-8acd38f98d12", "isBase": true, "artifacts": [ "9c45de72-196a-4362-89d7-5465fd608959", "ef91a176-cac5-46bd-a6cb-0fdfd34a9149" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-09T04:35:37.566Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNktrhz..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:83484dc2-84ca-4cda-af20-1b03072488fc VfModuleModelInvariantUUID:afc2c7a2-2db6-4458-94e4-3b45a7496d86 VfModuleModelDescription:NULL Artifacts UUID List:{ 9c45de72-196a-4362-89d7-5465fd608959 , ef91a176-cac5-46bd-a6cb-0fdfd34a9149 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-12-09T04:35:37.568Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNktrhz..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "afc2c7a2-2db6-4458-94e4-3b45a7496d86", "vfModuleModelVersion": "1", "vfModuleModelUUID": "83484dc2-84ca-4cda-af20-1b03072488fc", "vfModuleModelCustomizationUUID": "d2a90540-1cc7-490c-97f1-8acd38f98d12", "isBase": true, "artifacts": [ "9c45de72-196a-4362-89d7-5465fd608959", "ef91a176-cac5-46bd-a6cb-0fdfd34a9149" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-09T04:35:37.568Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNktrhz..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:83484dc2-84ca-4cda-af20-1b03072488fc VfModuleModelInvariantUUID:afc2c7a2-2db6-4458-94e4-3b45a7496d86 VfModuleModelDescription:NULL Artifacts UUID List:{ 9c45de72-196a-4362-89d7-5465fd608959 , ef91a176-cac5-46bd-a6cb-0fdfd34a9149 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-12-09T04:35:37.568Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9c45de72-196a-4362-89d7-5465fd608959 from URL: /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml 2022-12-09T04:35:37.569Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-09T04:35:37.569Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml 2022-12-09T04:35:37.617Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-09T04:35:37.617Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml 9c45de72-196a-4362-89d7-5465fd608959 5033 2022-12-09T04:35:37.617Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-12-09T04:35:37.617Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml 2022-12-09T04:35:37.618Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T04:35:37.618Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:35:37.620Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:35:37.620Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560537617, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-12-09T04:35:37.720Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-09T04:35:37.721Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:35:37.721Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:35:37.735Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:35:37.736Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:35:38.621Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ef91a176-cac5-46bd-a6cb-0fdfd34a9149 from URL: /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env 2022-12-09T04:35:38.622Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-09T04:35:38.622Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env 2022-12-09T04:35:38.671Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-09T04:35:38.671Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env ef91a176-cac5-46bd-a6cb-0fdfd34a9149 909 2022-12-09T04:35:38.671Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-12-09T04:35:38.671Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env 2022-12-09T04:35:38.671Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T04:35:38.672Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:35:38.674Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:35:38.674Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560538671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-12-09T04:35:38.774Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:35:38.775Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:35:38.775Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:35:38.788Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:35:38.788Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:35:39.674Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b 2022-12-09T04:35:39.675Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nKtrHZ 0 533d8a28-1fe5-47e6-98c0-3429dc6ce7d9 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T04:35:39.688Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7273112a, org.onap.sdc.toscaparser.api.parameters.Input@2138b241, org.onap.sdc.toscaparser.api.parameters.Input@25112d8a, org.onap.sdc.toscaparser.api.parameters.Input@7460543c, org.onap.sdc.toscaparser.api.parameters.Input@1ef0f1db] 2022-12-09T04:35:39.690Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:35:39.690Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:35:39.690Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-12-09T04:35:39.690Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 5a1c5356-e39a-41c8-91a8-18e900b2f705 2022-12-09T04:35:39.691Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5a1c5356-e39a-41c8-91a8-18e900b2f705 matches Tosca VF Customization UUID: 5a1c5356-e39a-41c8-91a8-18e900b2f705 2022-12-09T04:35:39.691Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 5a1c5356-e39a-41c8-91a8-18e900b2f705 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-12-09T04:35:39.693Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:35:39.693Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:35:39.694Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 5a1c5356-e39a-41c8-91a8-18e900b2f705: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-09T04:35:39.694Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@20d8921b 2022-12-09T04:35:39.694Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:35:39.694Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-09T04:35:39.694Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d2a90540-1cc7-490c-97f1-8acd38f98d12 2022-12-09T04:35:39.695Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d2a90540-1cc7-490c-97f1-8acd38f98d12 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-12-09T04:35:39.697Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:35:39.697Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nKtrHZ 0 is matching search criteria 2022-12-09T04:35:39.697Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nKtrHZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T04:35:39.697Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:35:39.698Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nKtrHZ 0 is matching search criteria 2022-12-09T04:35:39.698Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nKtrHZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T04:35:39.698Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:35:39.698Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nKtrHZ 0 is not matching search criteria 2022-12-09T04:35:39.698Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-12-09T04:35:39.698Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-12-09T04:35:39.699Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=05c67f49-1661-4a01-be27-903e8cae2ac3 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-12-09T04:35:39.701Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:35:39.701Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nKtrHZ 0 is matching search criteria 2022-12-09T04:35:39.701Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nKtrHZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T04:35:39.701Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:35:39.702Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_nKtrHZ 0 is matching search criteria 2022-12-09T04:35:39.702Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_nKtrHZ 0] matching following query criteria: sdcType=VF, customizationUUID=5a1c5356-e39a-41c8-91a8-18e900b2f705 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T04:35:39.703Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:35:39.703Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:35:39.704Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b: basic_onboard_nKtrHZ 2022-12-09T04:35:39.704Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:35:39.704Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:35:39.704Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:35:39.704Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:35:39.704Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:35:39.705Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:35:39.705Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:35:39.705Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:35:39.705Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:35:39.705Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_nKtrHZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:35:39.705Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_nKtrHZ Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:35:39.790Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nKtrHZ 533d8a28-1fe5-47e6-98c0-3429dc6ce7d9 1 ASDC deployResourceStructure 2022-12-09T04:35:39.790Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json ASDC sendASDCNotification 2022-12-09T04:35:39.790Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json 2022-12-09T04:35:39.790Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-09T04:35:39.791Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:35:39.792Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:35:39.792Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560539790, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json", "status": "DEPLOY_OK" } 2022-12-09T04:35:39.893Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-09T04:35:39.893Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:35:39.894Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:35:39.907Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:35:39.907Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:35:40.793Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-12-09T04:35:40.794Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml 2022-12-09T04:35:40.794Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-09T04:35:40.794Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:35:40.797Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:35:40.797Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560540793, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-12-09T04:35:40.897Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:35:40.897Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:35:40.897Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:35:40.911Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:35:40.911Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-09T04:35:41.798Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-12-09T04:35:41.798Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env 2022-12-09T04:35:41.798Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-09T04:35:41.799Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:35:41.801Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:35:41.801Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560541798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-12-09T04:35:41.901Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:35:41.902Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:35:41.902Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:35:41.933Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:35:41.933Z||pool-32-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:35:42.802Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar ASDC sendASDCNotification 2022-12-09T04:35:42.802Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar 2022-12-09T04:35:42.802Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-09T04:35:42.803Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:35:42.805Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:35:42.805Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560542802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T04:35:42.905Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:35:42.907Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:35:42.908Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:35:42.922Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:35:42.923Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-12-09T04:35:43.805Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95f0841d-21fe-49c2-afdb-78a6c6a2e2db Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:35:43.816Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95f0841d-21fe-49c2-afdb-78a6c6a2e2db Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:35:43.820Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-09T04:35:43.820Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-09T04:35:43.820Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-09T04:35:43.820Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-09T04:35:43.820Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:35:43.820Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:35:43.820Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:35:43.821Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:35:43.821Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:35:43.821Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T04:35:43.825Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-09T04:36:13.826Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 95f0841d-21fe-49c2-afdb-78a6c6a2e2db and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-12-09T04:36:13.833Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 95f0841d-21fe-49c2-afdb-78a6c6a2e2db and serviceModelVersionId: 7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b 2022-12-09T04:36:13.833Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8b940a9c-ccaa-46a1-a55f-56109730d8a3 2022-12-09T04:36:13.834Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8b940a9c-ccaa-46a1-a55f-56109730d8a3/model-vers/model-ver/7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b?depth=0 2022-12-09T04:36:13.838Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-12-09T04:36:13.907Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b940a9c-ccaa-46a1-a55f-56109730d8a3/model-vers/model-ver/7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b?depth=0|INFO|500||Invoke 2022-12-09T04:36:13.908Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b940a9c-ccaa-46a1-a55f-56109730d8a3/model-vers/model-ver/7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b940a9c-ccaa-46a1-a55f-56109730d8a3/model-vers/model-ver/7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[95f0841d-21fe-49c2-afdb-78a6c6a2e2db], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a0e57bdb-2399-4307-99bb-5b7a54d92be8], X-ECOMP-RequestID=[95f0841d-21fe-49c2-afdb-78a6c6a2e2db], X-TransactionId=[], X-ONAP-RequestID=[95f0841d-21fe-49c2-afdb-78a6c6a2e2db], Content-Type=[application/merge-patch+json]} 2022-12-09T04:36:13.932Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b940a9c-ccaa-46a1-a55f-56109730d8a3/model-vers/model-ver/7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-09T04:36:14.042Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b940a9c-ccaa-46a1-a55f-56109730d8a3/model-vers/model-ver/7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b?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/8b940a9c-ccaa-46a1-a55f-56109730d8a3/model-vers/model-ver/7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b?depth=0 has http status code:200 and response headers:{date=[Fri, 09 Dec 2022 04:36:14 GMT], content-length=[0], vertex-id=[180456], x-aai-txid=[1-aai-resources-221209-04:36:14:335-91412], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-09T04:36:14.042Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b940a9c-ccaa-46a1-a55f-56109730d8a3/model-vers/model-ver/7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-09T04:36:14.043Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b940a9c-ccaa-46a1-a55f-56109730d8a3/model-vers/model-ver/7b6b9409-d58f-4eea-a4a1-115d9d7f7f1b?depth=0|INFO|500||InvokeReturn 2022-12-09T04:36:14.044Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-09T04:36:14.044Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T04:36:14.048Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-09T04:36:14.049Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 95f0841d-21fe-49c2-afdb-78a6c6a2e2db and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-09T04:36:14.049Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-09T04:36:14.049Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:36:14.051Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:36:14.051Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560574049, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-09T04:36:14.151Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:36:14.152Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:36:14.152Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:36:14.170Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:36:14.170Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:36:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:36:14.467Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:36:14.467Z||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 6IpNWnFRSetdlLoY) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-09T04:36:15.063Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:36:15.063Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:36:15.063Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:36:15.108Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:36:15.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:36:15.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560522390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:36:15.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:36:15.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:36:15.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560522390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json", "status": "NOTIFIED" } 2022-12-09T04:36:15.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:36:15.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:36:15.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560522390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-12-09T04:36:15.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:36:15.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:36:15.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560522390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:36:15.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:36:15.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:36:15.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560522390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-12-09T04:36:15.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:36:15.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:36:15.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560522390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:36:15.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:36:15.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:36:15.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560522390, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:36:15.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:36:15.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:36:15.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560534114, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:36:15.111Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:36:15.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:36:15.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560536558, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-09T04:36:15.111Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:36:15.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:36:15.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560537617, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-12-09T04:36:15.111Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:36:15.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:36:15.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560538671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-12-09T04:36:15.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:36:15.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:36:15.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560539790, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/basic_onboard_nktrhz0_modules.json", "status": "DEPLOY_OK" } 2022-12-09T04:36:15.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:36:15.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:36:15.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560540793, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-12-09T04:36:15.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:36:15.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:36:15.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560541798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/resourceInstances/basic_onboard_nktrhz0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-12-09T04:36:15.113Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:36:15.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:36:15.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560542802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNktrhz/1.0/artifacts/service-BasicOnboardNktrhz-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T04:36:15.113Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:36:15.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:36:15.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "95f0841d-21fe-49c2-afdb-78a6c6a2e2db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670560574049, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-09T04:36:15.113Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:36:24.617Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:36:24.618Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:36:24.618Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:36:24.619Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:36:34.161Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:36:34.162Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:36:34.163Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:36:34.163Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:36:43.720Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:36:43.721Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:36:43.722Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:36:43.722Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:36:53.287Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:37:14.464Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:37:14.465Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:37:14.466Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:37:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:37:14.466Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:37:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:37:24.009Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:37:24.015Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:38:14.464Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:38:14.465Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:38:14.465Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:38:14.466Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:38:14.467Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:38:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:38:24.019Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:38:24.019Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:39:14.464Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:39:14.465Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:39:14.466Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:39:14.466Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:39:14.467Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:39:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:39:24.013Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:39:24.028Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:40:14.464Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:40:14.465Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:40:14.466Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:40:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:40:14.466Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:40:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:40:24.030Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:40:24.047Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:41:14.465Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:41:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:41:14.467Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:41:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:41:14.468Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:41:14.468Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:41:24.014Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:41:24.016Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:42:14.464Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:42:14.465Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:42:14.465Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:42:14.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:42:14.467Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:42:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:42:24.009Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:42:24.013Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:43:14.464Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:43:14.465Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:43:14.465Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:43:14.466Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:43:14.466Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:43:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:43:24.037Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:43:24.038Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:44:14.464Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:44:14.465Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:44:14.465Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:44:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:44:14.467Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:44:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:44:24.019Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:44:24.021Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:45:14.464Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:45:14.465Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:45:14.465Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:45:14.467Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:45:14.467Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:45:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:45:14.893Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:45:14.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:45:14.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "consumerID": "cds", "timestamp": 1670561101523, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:45:14.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:45:14.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:45:14.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "consumerID": "multicloud-k8s-id", "timestamp": 1670561103644, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:45:14.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:45:14.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:45:14.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "consumerID": "aai-ml", "timestamp": 1670561100715, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:45:14.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:45:14.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:45:14.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "consumerID": "ves-openapi-manager", "timestamp": 1670561105788, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:45:14.898Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:45:14.898Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:45:14.898Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "consumerID": "multicloud-k8s-id", "timestamp": 1670561103644, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:45:14.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:45:14.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:45:14.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "consumerID": "aai-ml", "timestamp": 1670561100715, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:45:14.899Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:45:14.899Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:45:14.899Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "consumerID": "cds", "timestamp": 1670561101523, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:45:14.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:45:14.900Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:45:14.900Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "consumerID": "ves-openapi-manager", "timestamp": 1670561105788, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-09T04:45:14.900Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:45:14.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:45:14.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "consumerID": "cds", "timestamp": 1670561108979, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:45:14.901Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:45:14.901Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:45:14.901Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "consumerID": "aai-ml", "timestamp": 1670561108723, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:45:14.901Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:45:14.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:45:14.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "consumerID": "cds", "timestamp": 1670561109987, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:45:14.931Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9ccb8a44-545d-4610-8573-4d5438da1192 2022-12-09T04:45:14.931Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ccb8a44-545d-4610-8573-4d5438da1192 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:45:14.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:45:14.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "consumerID": "aai-ml", "timestamp": 1670561113990, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T04:45:14.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:45:15.107Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:45:15.109Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-09T04:45:15.109Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"9ccb8a44-545d-4610-8573-4d5438da1192","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"1acbd2f4-5afc-40f7-9ff2-6edc30eec988","serviceDescription":"service","serviceInvariantUUID":"7e08da5c-14d7-4ae6-a2c1-9f3e68a6c061","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d954e7a0-42d7-407d-8e75-5379ee68e4f6","resourceInvariantUUID":"b9b3677e-37a1-4d5f-bcae-42e7575cec03","resourceCustomizationUUID":"485f7ddc-68e2-4ce8-a07b-9e27acf74a52","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":"YTI1MjM0MjU5MjczZjBiZTYxNWIyMGE3MTAyYzhkMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d91f2859-7013-42ad-aa3f-d3a3ac307a93","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NmM5MzBkZDczYTMxNjY4YjcwMzJjODA2Yzg4OGVkYzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"73d88974-c4d7-4721-955a-ee28c3464e6f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-09T04:45:15.114Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:45:15.116Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:45:15.120Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:45:15.120Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561114464, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:45:15.219Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-09T04:45:15.220Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:45:15.220Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:45:15.232Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:45:15.232Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:45:16.120Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:45:16.121Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:45:16.123Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:45:16.124Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561114464, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:45:16.224Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:45:16.224Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:45:16.225Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:45:16.258Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:45:16.258Z||pool-36-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-12-09T04:45:17.125Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "1acbd2f4-5afc-40f7-9ff2-6edc30eec988", "serviceDescription": "service", "serviceInvariantUUID": "7e08da5c-14d7-4ae6-a2c1-9f3e68a6c061", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "485f7ddc-68e2-4ce8-a07b-9e27acf74a52", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "d954e7a0-42d7-407d-8e75-5379ee68e4f6", "resourceInvariantUUID": "b9b3677e-37a1-4d5f-bcae-42e7575cec03", "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": "NmM5MzBkZDczYTMxNjY4YjcwMzJjODA2Yzg4OGVkYzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "73d88974-c4d7-4721-955a-ee28c3464e6f" } ], "workloadContext": "Production" } 2022-12-09T04:45:17.126Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-09T04:45:17.126Z|95f0841d-21fe-49c2-afdb-78a6c6a2e2db|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1acbd2f4-5afc-40f7-9ff2-6edc30eec988 ASDC 2022-12-09T04:45:17.126Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:9ccb8a44-545d-4610-8573-4d5438da1192 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:1acbd2f4-5afc-40f7-9ff2-6edc30eec988 ServiceInvariantUUID:7e08da5c-14d7-4ae6-a2c1-9f3e68a6c061 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:73d88974-c4d7-4721-955a-ee28c3464e6f ArtifactChecksum:NmM5MzBkZDczYTMxNjY4YjcwMzJjODA2Yzg4OGVkYzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:485f7ddc-68e2-4ce8-a07b-9e27acf74a52 ResourceInvariantUUID:b9b3677e-37a1-4d5f-bcae-42e7575cec03 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:d954e7a0-42d7-407d-8e75-5379ee68e4f6 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-12-09T04:45:17.127Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1acbd2f4-5afc-40f7-9ff2-6edc30eec988 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-09T04:45:17.169Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-09T04:45:17.170Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-09T04:45:17.170Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-09T04:45:17.170Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 73d88974-c4d7-4721-955a-ee28c3464e6f from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-09T04:45:17.170Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-09T04:45:17.171Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-09T04:45:17.241Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-09T04:45:17.245Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 73d88974-c4d7-4721-955a-ee28c3464e6f 57654 2022-12-09T04:45:17.246Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-12-09T04:45:17.246Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-09T04:45:17.246Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T04:45:17.246Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:45:17.248Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:45:17.248Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561117245, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:45:17.349Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-09T04:45:17.350Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:45:17.350Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:45:17.364Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:45:17.365Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:45:18.249Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-09T04:45:18.250Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-09T04:45:18.251Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 73d88974-c4d7-4721-955a-ee28c3464e6f, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-09T04:45:18.251Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-12-09T04:45:18.252Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-09T04:45:18.252Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-09T04:45:18.424Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1698696794268553455/Definitions/service-BasicNetwork-template.yml 2022-12-09T04:45:18.943Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-09T04:45:18.943Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-09T04:45:18.943Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-09T04:45:18.943Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-12-09T04:45:18.943Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-09T04:45:18.943Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-09T04:45:18.944Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-09T04:45:18.944Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-09T04:45:18.944Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-09T04:45:18.944Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-09T04:45:18.944Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-09T04:45:18.944Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-09T04:45:18.944Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-09T04:45:18.944Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:45:18.945Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:45:18.945Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-12-09T04:45:18.945Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-09T04:45:18.945Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-09T04:45:18.945Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:45:18.945Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:45:18.945Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-12-09T04:45:18.946Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-09T04:45:18.946Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-09T04:45:18.946Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:45:18.946Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:45:18.946Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:45:18.946Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:45:18.947Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:45:18.947Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:45:18.947Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:45:18.947Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:45:18.947Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:45:18.947Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:45:18.947Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:1acbd2f4-5afc-40f7-9ff2-6edc30eec988 Model Version:NULL Model InvariantUuid:7e08da5c-14d7-4ae6-a2c1-9f3e68a6c061 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:b9b3677e-37a1-4d5f-bcae-42e7575cec03 Model UUID:064073a2-78cf-480a-950f-274cb6a9feff Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:485f7ddc-68e2-4ce8-a07b-9e27acf74a52 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-12-09T04:45:18.955Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: d954e7a0-42d7-407d-8e75-5379ee68e4f6 2022-12-09T04:45:18.955Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||No resources found for Service: 1acbd2f4-5afc-40f7-9ff2-6edc30eec988 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T04:45:18.960Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500|| 2022-12-09T04:45:18.960Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-12-09T04:45:18.961Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 1acbd2f4-5afc-40f7-9ff2-6edc30eec988 2022-12-09T04:45:18.961Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 1acbd2f4-5afc-40f7-9ff2-6edc30eec988 2022-12-09T04:45:18.961Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-12-09T04:45:18.961Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T04:45:18.965Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71022b65, org.onap.sdc.toscaparser.api.parameters.Input@ddbd6ce, org.onap.sdc.toscaparser.api.parameters.Input@133a22b, org.onap.sdc.toscaparser.api.parameters.Input@7b3e28ce, org.onap.sdc.toscaparser.api.parameters.Input@1b077dcf] 2022-12-09T04:45:18.966Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:45:18.966Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:45:18.966Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:45:18.967Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:45:18.967Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 1acbd2f4-5afc-40f7-9ff2-6edc30eec988: Generic NeutronNet 2022-12-09T04:45:18.967Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:45:18.967Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:45:18.967Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:45:18.967Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-12-09T04:45:19.002Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:45:19.003Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:45:19.003Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:45:19.003Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:45:19.003Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:45:19.003Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:45:19.004Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-12-09T04:45:19.050Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-12-09T04:45:19.051Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-12-09T04:45:19.051Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-09T04:45:19.051Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-09T04:45:19.051Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:45:19.053Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:45:19.053Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561119051, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T04:45:19.153Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:45:19.154Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:45:19.154Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:45:19.167Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:45:19.168Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:45:20.053Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:45:20.064Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:45:20.066Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-09T04:45:20.066Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-09T04:45:20.067Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-09T04:45:50.068Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:45:50.078Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:45:50.080Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-09T04:45:50.080Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-09T04:45:50.080Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-09T04:46:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:46:14.468Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:46:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:46:14.500Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:46:14.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:46:14.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "consumerID": "aai-ml", "timestamp": 1670561114996, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T04:46:14.509Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9ccb8a44-545d-4610-8573-4d5438da1192 2022-12-09T04:46:14.509Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ccb8a44-545d-4610-8573-4d5438da1192 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:46:20.080Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:46:20.093Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:46:20.099Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-09T04:46:20.099Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-09T04:46:20.099Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-09T04:46:20.099Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-09T04:46:50.100Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:46:50.112Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:46:50.115Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-09T04:46:50.115Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-09T04:46:50.115Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-09T04:46:50.115Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-09T04:47:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:47:14.467Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:47:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:47:14.513Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:47:14.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:47:14.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561114464, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:47:14.514Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:47:20.116Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:47:20.127Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:47:20.129Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-09T04:47:20.129Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-09T04:47:20.129Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-09T04:47:20.130Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-09T04:47:50.130Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:47:50.141Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:47:50.144Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-09T04:47:50.144Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-09T04:47:50.144Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-09T04:47:50.144Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-09T04:48:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:48:14.467Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:48:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:48:14.502Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:48:14.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561115712, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561114464, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:48:14.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561115712, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:48:14.508Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561117245, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:48:14.508Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:48:14.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561118468, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:48:14.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:48:14.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561119051, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T04:48:14.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:48:14.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561120248, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T04:48:14.510Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:48:14.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561121253, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T04:48:14.518Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9ccb8a44-545d-4610-8573-4d5438da1192 2022-12-09T04:48:14.518Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ccb8a44-545d-4610-8573-4d5438da1192 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:48:14.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "cds", "timestamp": 1670561131523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "aai-ml", "timestamp": 1670561130714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.527Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "cds", "timestamp": 1670561131523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.527Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "aai-ml", "timestamp": 1670561130714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.528Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "cds", "timestamp": 1670561131523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.528Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "aai-ml", "timestamp": 1670561130714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "cds", "timestamp": 1670561131523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "aai-ml", "timestamp": 1670561130714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.530Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "cds", "timestamp": 1670561131523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.530Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "aai-ml", "timestamp": 1670561130714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "cds", "timestamp": 1670561131523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "aai-ml", "timestamp": 1670561130714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "cds", "timestamp": 1670561131523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "aai-ml", "timestamp": 1670561130714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "cds", "timestamp": 1670561131523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:48:14.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "aai-ml", "timestamp": 1670561130714, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:48:14.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "multicloud-k8s-id", "timestamp": 1670561143643, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "cds", "timestamp": 1670561145135, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:48:14.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:48:14.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "aai-ml", "timestamp": 1670561144814, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:48:14.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:48:14.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "multicloud-k8s-id", "timestamp": 1670561143643, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "cds", "timestamp": 1670561146140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:48:14.553Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4b154cff-873f-46cf-99a1-d93204572ba9 2022-12-09T04:48:14.553Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b154cff-873f-46cf-99a1-d93204572ba9 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:48:14.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561145711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "ves-openapi-manager", "timestamp": 1670561145788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "multicloud-k8s-id", "timestamp": 1670561143643, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561145711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "ves-openapi-manager", "timestamp": 1670561145788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "multicloud-k8s-id", "timestamp": 1670561143643, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561145711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "ves-openapi-manager", "timestamp": 1670561145788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "multicloud-k8s-id", "timestamp": 1670561143643, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561145711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "ves-openapi-manager", "timestamp": 1670561145788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "multicloud-k8s-id", "timestamp": 1670561143643, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561145711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "ves-openapi-manager", "timestamp": 1670561145788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "aai-ml", "timestamp": 1670561150581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T04:48:14.582Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:48:14.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "multicloud-k8s-id", "timestamp": 1670561143643, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561145711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "ves-openapi-manager", "timestamp": 1670561145788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-12-09T04:48:14.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "aai-ml", "timestamp": 1670561151587, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T04:48:14.592Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4b154cff-873f-46cf-99a1-d93204572ba9 2022-12-09T04:48:14.592Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b154cff-873f-46cf-99a1-d93204572ba9 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:48:14.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "multicloud-k8s-id", "timestamp": 1670561143643, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:48:14.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561145711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "ves-openapi-manager", "timestamp": 1670561145788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561145711, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:48:14.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "ves-openapi-manager", "timestamp": 1670561145788, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:14.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:48:14.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561154493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:48:14.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:48:14.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "ves-openapi-manager", "timestamp": 1670561154692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-12-09T04:48:14.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:48:14.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "ves-openapi-manager", "timestamp": 1670561155914, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-12-09T04:48:14.605Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:48:14.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561156789, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T04:48:14.606Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:48:14.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "ves-openapi-manager", "timestamp": 1670561156919, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T04:48:14.610Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 4b154cff-873f-46cf-99a1-d93204572ba9 2022-12-09T04:48:14.610Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b154cff-873f-46cf-99a1-d93204572ba9 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:48:14.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:48:14.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561157794, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T04:48:14.621Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4b154cff-873f-46cf-99a1-d93204572ba9 2022-12-09T04:48:14.621Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4b154cff-873f-46cf-99a1-d93204572ba9 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:48:20.144Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:48:20.155Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:48:20.157Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-09T04:48:20.157Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-09T04:48:20.158Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-09T04:48:20.158Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-09T04:48:20.158Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:48:20.158Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:48:20.158Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:48:20.158Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:48:20.159Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T04:48:20.163Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-09T04:48:50.164Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9ccb8a44-545d-4610-8573-4d5438da1192 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-12-09T04:48:50.171Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9ccb8a44-545d-4610-8573-4d5438da1192 and serviceModelVersionId: 1acbd2f4-5afc-40f7-9ff2-6edc30eec988 2022-12-09T04:48:50.171Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7e08da5c-14d7-4ae6-a2c1-9f3e68a6c061 2022-12-09T04:48:50.173Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7e08da5c-14d7-4ae6-a2c1-9f3e68a6c061/model-vers/model-ver/1acbd2f4-5afc-40f7-9ff2-6edc30eec988?depth=0 2022-12-09T04:48:50.180Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-12-09T04:48:50.232Z|9ccb8a44-545d-4610-8573-4d5438da1192|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/7e08da5c-14d7-4ae6-a2c1-9f3e68a6c061/model-vers/model-ver/1acbd2f4-5afc-40f7-9ff2-6edc30eec988?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-12-09T04:48:50.233Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e08da5c-14d7-4ae6-a2c1-9f3e68a6c061/model-vers/model-ver/1acbd2f4-5afc-40f7-9ff2-6edc30eec988?depth=0|INFO|500||Invoke 2022-12-09T04:48:50.256Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e08da5c-14d7-4ae6-a2c1-9f3e68a6c061/model-vers/model-ver/1acbd2f4-5afc-40f7-9ff2-6edc30eec988?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-09T04:48:50.360Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e08da5c-14d7-4ae6-a2c1-9f3e68a6c061/model-vers/model-ver/1acbd2f4-5afc-40f7-9ff2-6edc30eec988?depth=0|INFO|500||InvokeReturn 2022-12-09T04:48:50.360Z|9ccb8a44-545d-4610-8573-4d5438da1192|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/7e08da5c-14d7-4ae6-a2c1-9f3e68a6c061/model-vers/model-ver/1acbd2f4-5afc-40f7-9ff2-6edc30eec988?depth=0 has http status code:200 and response headers:{date=[Fri, 09 Dec 2022 04:48:50 GMT], content-length=[0], vertex-id=[192600], x-aai-txid=[0-aai-resources-221209-04:48:50:655-73498], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-09T04:48:50.360Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-12-09T04:48:50.361Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-09T04:48:50.361Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T04:48:50.365Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-09T04:48:50.365Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9ccb8a44-545d-4610-8573-4d5438da1192 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-09T04:48:50.366Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-09T04:48:50.366Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:48:50.368Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:48:50.368Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561330366, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-09T04:48:50.471Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-12-09T04:48:50.473Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:48:50.473Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:48:50.491Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:48:50.491Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-09T04:48:51.380Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:48:51.381Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:48:51.381Z|9ccb8a44-545d-4610-8573-4d5438da1192|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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:48:55.867Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:48:55.868Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-09T04:48:55.868Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"4b154cff-873f-46cf-99a1-d93204572ba9","serviceName":"Demo_pNF_O4BU0fRhtO5ZPOIDT16Y","serviceVersion":"1.0","serviceUUID":"9aed328a-ba1f-4d4a-b58f-30479d5577b5","serviceDescription":"catalog service description","serviceInvariantUUID":"67267525-fe3b-45c9-8276-5d2042adb2b7","resources":[{"resourceInstanceName":"pNF 4912565c-a5de 0","resourceName":"pNF 4912565c-a5de","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0f236a48-744e-42a9-85f6-1ea7ccb4d0f7","resourceInvariantUUID":"f2ca7807-2d4d-46f3-abe1-f0db9e49544d","resourceCustomizationUUID":"28b03bdd-eb24-4be9-b424-3563ca4dcff3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vf-license-model.xml","artifactChecksum":"Yjc0ZjNiZGVkN2MzZjI5OWZkZTg0NDA3MjA3MWI0ZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c926ebf-9ba4-48e4-b925-4846c67587f4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/pNF.csar","artifactChecksum":"MjhkNjVmMjZkYjFmOTBjNmU2YzI5YmUxNDk2OTcwODM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3c0c36e9-37af-4a4d-9e28-e3ac5250c0e1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ab16626f-fd22-4e9a-af17-c5a7a27eb71a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vendor-license-model.xml","artifactChecksum":"MzFjOWFiOWJkNmEwMTRkODkxZTQ2NzVmOTAwMGZlOTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"92492cc2-f245-4a47-9e83-adda293c9afe","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ce43d058-d791-4784-b714-dd12d3b8fd72","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8ae00da5-b0c5-4f6e-b463-ebdd9aa16233","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfO4bu0frhto5zpoidt16y-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-template.yml","artifactChecksum":"MzcwMmJhMWFhZTQ5ZDFjNjVjYmU5NjIwYjJhMWZmZjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3a36ada3-2e66-45ef-a3d6-de50ad628ccf","artifactVersion":"1"},{"artifactName":"service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar","artifactChecksum":"NDU2MTdlMjJkMmRiMzNhYTcyNWFkZmU1NTQ1Y2YxOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"15ada0ed-bd0f-4fd9-b2f2-bbf319df7522","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-09T04:48:55.871Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:48:55.871Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:48:55.873Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:48:55.873Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:55.973Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:48:55.974Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:48:55.974Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:48:55.988Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:48:55.988Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:48:56.874Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:48:56.875Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:48:56.877Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:48:56.877Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:56.978Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-09T04:48:56.979Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:48:56.979Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:48:56.993Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:48:56.993Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:48:57.878Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:48:57.882Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:48:57.884Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:48:57.884Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:57.984Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:48:57.985Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:48:57.985Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:48:58.004Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:48:58.005Z||pool-42-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:48:58.885Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:48:58.886Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:48:58.890Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:48:58.890Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:58.990Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:48:58.991Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:48:58.991Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:48:59.010Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:48:59.010Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:48:59.891Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:48:59.892Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:48:59.894Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:48:59.894Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:48:59.994Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:48:59.995Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:48:59.995Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:49:00.008Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:49:00.008Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:49:00.895Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:49:00.895Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:49:00.898Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:49:00.898Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:00.998Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:49:00.999Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:49:00.999Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:49:01.012Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:49:01.012Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:49:01.898Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:49:01.899Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:49:01.901Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:49:01.902Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:02.001Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-09T04:49:02.002Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:49:02.002Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:49:02.015Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:49:02.015Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:49:02.902Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:49:02.903Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:49:02.906Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:49:02.906Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:49:03.005Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-09T04:49:03.006Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:49:03.006Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:49:03.018Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:49:03.018Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:49:03.907Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "serviceName": "Demo_pNF_O4BU0fRhtO5ZPOIDT16Y", "serviceVersion": "1.0", "serviceUUID": "9aed328a-ba1f-4d4a-b58f-30479d5577b5", "serviceDescription": "catalog service description", "serviceInvariantUUID": "67267525-fe3b-45c9-8276-5d2042adb2b7", "resources": [ { "resourceInstanceName": "pNF 4912565c-a5de 0", "resourceCustomizationUUID": "28b03bdd-eb24-4be9-b424-3563ca4dcff3", "resourceName": "pNF 4912565c-a5de", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "0f236a48-744e-42a9-85f6-1ea7ccb4d0f7", "resourceInvariantUUID": "f2ca7807-2d4d-46f3-abe1-f0db9e49544d", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar", "artifactChecksum": "NDU2MTdlMjJkMmRiMzNhYTcyNWFkZmU1NTQ1Y2YxOGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "15ada0ed-bd0f-4fd9-b2f2-bbf319df7522" } ], "workloadContext": "Production" } 2022-12-09T04:49:03.908Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-09T04:49:03.908Z|9ccb8a44-545d-4610-8573-4d5438da1192|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9aed328a-ba1f-4d4a-b58f-30479d5577b5 ASDC 2022-12-09T04:49:03.909Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:4b154cff-873f-46cf-99a1-d93204572ba9 ServiceName:Demo_pNF_O4BU0fRhtO5ZPOIDT16Y ServiceVersion:1.0 ServiceUUID:9aed328a-ba1f-4d4a-b58f-30479d5577b5 ServiceInvariantUUID:67267525-fe3b-45c9-8276-5d2042adb2b7 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar ArtifactUUID:15ada0ed-bd0f-4fd9-b2f2-bbf319df7522 ArtifactChecksum:NDU2MTdlMjJkMmRiMzNhYTcyNWFkZmU1NTQ1Y2YxOGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 4912565c-a5de 0 ResourceCustomizationUUID:28b03bdd-eb24-4be9-b424-3563ca4dcff3 ResourceInvariantUUID:f2ca7807-2d4d-46f3-abe1-f0db9e49544d ResourceName:pNF 4912565c-a5de ResourceType:PNF ResourceUUID:0f236a48-744e-42a9-85f6-1ea7ccb4d0f7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-12-09T04:49:03.909Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9aed328a-ba1f-4d4a-b58f-30479d5577b5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-09T04:49:03.958Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-09T04:49:03.959Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-09T04:49:03.959Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-09T04:49:03.959Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 15ada0ed-bd0f-4fd9-b2f2-bbf319df7522 from URL: /sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar 2022-12-09T04:49:03.959Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-09T04:49:03.960Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar 2022-12-09T04:49:04.248Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-09T04:49:04.252Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar 15ada0ed-bd0f-4fd9-b2f2-bbf319df7522 87792 2022-12-09T04:49:04.252Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar ASDC sendASDCNotification 2022-12-09T04:49:04.252Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar 2022-12-09T04:49:04.253Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T04:49:04.253Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:49:04.255Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:49:04.255Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561344252, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:49:04.355Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-09T04:49:04.356Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:49:04.356Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:49:04.369Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:49:04.370Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:49:05.256Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-09T04:49:05.257Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-09T04:49:05.257Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 15ada0ed-bd0f-4fd9-b2f2-bbf319df7522, URL: /sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar to file: /app/ASDC/1/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar 2022-12-09T04:49:05.258Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar 2022-12-09T04:49:05.258Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar 2022-12-09T04:49:05.258Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar 2022-12-09T04:49:05.395Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14324008274700538499/Definitions/service-DemoPnfO4bu0frhto5zpoidt16y-template.yml 2022-12-09T04:49:06.212Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-09T04:49:06.213Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-09T04:49:06.213Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar 2022-12-09T04:49:06.213Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-09T04:49:06.213Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4912565c-a5de 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-DemoPnfO4bu0frhto5zpoidt16y-csar.csar 2022-12-09T04:49:06.213Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar 2022-12-09T04:49:06.213Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar 2022-12-09T04:49:06.213Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar 2022-12-09T04:49:06.213Z|4b154cff-873f-46cf-99a1-d93204572ba9|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-DemoPnfO4bu0frhto5zpoidt16y-csar.csar 2022-12-09T04:49:06.214Z|4b154cff-873f-46cf-99a1-d93204572ba9|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-DemoPnfO4bu0frhto5zpoidt16y-csar.csar 2022-12-09T04:49:06.214Z|4b154cff-873f-46cf-99a1-d93204572ba9|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-DemoPnfO4bu0frhto5zpoidt16y-csar.csar 2022-12-09T04:49:06.214Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-09T04:49:06.214Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:06.214Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_O4BU0fRhtO5ZPOIDT16Y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:49:06.214Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Node template pNF 4912565c-a5de 0 is matching search criteria 2022-12-09T04:49:06.214Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-09T04:49:06.215Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 4912565c-a5de 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-09T04:49:06.215Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:06.215Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_O4BU0fRhtO5ZPOIDT16Y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:49:06.215Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Node template pNF 4912565c-a5de 0 is matching search criteria 2022-12-09T04:49:06.215Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-09T04:49:06.215Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 4912565c-a5de 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-09T04:49:06.215Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:06.216Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_O4BU0fRhtO5ZPOIDT16Y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:49:06.216Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:06.216Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_O4BU0fRhtO5ZPOIDT16Y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:49:06.216Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:06.216Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_O4BU0fRhtO5ZPOIDT16Y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:49:06.216Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:06.217Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_O4BU0fRhtO5ZPOIDT16Y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:49:06.217Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:06.217Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_O4BU0fRhtO5ZPOIDT16Y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:49:06.217Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_O4BU0fRhtO5ZPOIDT16Y Description:catalog service description Model UUID:9aed328a-ba1f-4d4a-b58f-30479d5577b5 Model Version:NULL Model InvariantUuid:67267525-fe3b-45c9-8276-5d2042adb2b7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-12-09T04:49:06.223Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0f236a48-744e-42a9-85f6-1ea7ccb4d0f7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T04:49:06.226Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||pNF 4912565c-a5de 0 2022-12-09T04:49:06.226Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0f236a48-744e-42a9-85f6-1ea7ccb4d0f7 2022-12-09T04:49:06.227Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 9aed328a-ba1f-4d4a-b58f-30479d5577b5 2022-12-09T04:49:06.227Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 9aed328a-ba1f-4d4a-b58f-30479d5577b5 2022-12-09T04:49:06.227Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4912565c-a5de 0 0f236a48-744e-42a9-85f6-1ea7ccb4d0f7 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T04:49:06.232Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2dce37a3, org.onap.sdc.toscaparser.api.parameters.Input@6adf5bf1, org.onap.sdc.toscaparser.api.parameters.Input@6844fb42, org.onap.sdc.toscaparser.api.parameters.Input@e984e6a, org.onap.sdc.toscaparser.api.parameters.Input@52371335] 2022-12-09T04:49:06.232Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:06.232Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_O4BU0fRhtO5ZPOIDT16Y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:49:06.233Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 9aed328a-ba1f-4d4a-b58f-30479d5577b5: pNF 4912565c-a5de 2022-12-09T04:49:06.233Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||Processing PNF resource: 0f236a48-744e-42a9-85f6-1ea7ccb4d0f7 2022-12-09T04:49:06.233Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:06.233Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_O4BU0fRhtO5ZPOIDT16Y is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:49:06.234Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||Resource customization UUID: 28b03bdd-eb24-4be9-b424-3563ca4dcff3 is the same as notified resource customizationUUID: 28b03bdd-eb24-4be9-b424-3563ca4dcff3 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-12-09T04:49:06.297Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4912565c-a5de 0f236a48-744e-42a9-85f6-1ea7ccb4d0f7 0 ASDC deployResourceStructure 2022-12-09T04:49:06.297Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar ASDC sendASDCNotification 2022-12-09T04:49:06.297Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar 2022-12-09T04:49:06.298Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-09T04:49:06.298Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:49:06.300Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:49:06.300Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561346297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T04:49:06.401Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:49:06.402Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:49:06.402Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:49:06.414Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:49:06.414Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:49:07.301Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4b154cff-873f-46cf-99a1-d93204572ba9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:49:07.317Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4b154cff-873f-46cf-99a1-d93204572ba9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:49:07.322Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-09T04:49:07.322Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-09T04:49:07.323Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-09T04:49:07.323Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-09T04:49:07.323Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:49:07.324Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:49:07.324Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:49:07.324Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:49:07.324Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:49:07.325Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T04:49:07.333Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-09T04:49:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:49:14.468Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:49:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:49:14.493Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:49:14.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "cds", "timestamp": 1670561176523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.496Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "multicloud-k8s-id", "timestamp": 1670561183644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.496Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561175712, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "cds", "timestamp": 1670561176523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "multicloud-k8s-id", "timestamp": 1670561183644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-09T04:49:14.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561175712, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "ves-openapi-manager", "timestamp": 1670561185788, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "multicloud-k8s-id", "timestamp": 1670561183644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-09T04:49:14.499Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "cds", "timestamp": 1670561176523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.499Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561175712, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "ves-openapi-manager", "timestamp": 1670561185788, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "cds", "timestamp": 1670561176523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "multicloud-k8s-id", "timestamp": 1670561183644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.501Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561175712, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.501Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "ves-openapi-manager", "timestamp": 1670561185788, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.502Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "cds", "timestamp": 1670561176523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.502Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "multicloud-k8s-id", "timestamp": 1670561183644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-09T04:49:14.503Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561175712, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.503Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "ves-openapi-manager", "timestamp": 1670561185788, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.503Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "cds", "timestamp": 1670561176523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "multicloud-k8s-id", "timestamp": 1670561183644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561175712, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.505Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "ves-openapi-manager", "timestamp": 1670561185788, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.505Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "cds", "timestamp": 1670561176523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:49:14.505Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "multicloud-k8s-id", "timestamp": 1670561183644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:49:14.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561175712, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:49:14.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "aai-ml", "timestamp": 1670561190714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "ves-openapi-manager", "timestamp": 1670561185788, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "multicloud-k8s-id", "timestamp": 1670561191813, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-09T04:49:14.507Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:49:14.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "cds", "timestamp": 1670561192477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:49:14.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:49:14.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561192545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:49:14.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:49:14.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "aai-ml", "timestamp": 1670561190714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "ves-openapi-manager", "timestamp": 1670561185788, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.510Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "cds", "timestamp": 1670561193486, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:49:14.528Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5793f8bb-6469-4ac1-8fdb-3faabf4774af 2022-12-09T04:49:14.528Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5793f8bb-6469-4ac1-8fdb-3faabf4774af and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:49:14.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "multicloud-k8s-id", "timestamp": 1670561192887, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-09T04:49:14.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:49:14.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "aai-ml", "timestamp": 1670561190714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.537Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "multicloud-k8s-id", "timestamp": 1670561193930, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-09T04:49:14.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:49:14.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "aai-ml", "timestamp": 1670561190714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.538Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561195173, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T04:49:14.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:49:14.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "multicloud-k8s-id", "timestamp": 1670561194955, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T04:49:14.543Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5793f8bb-6469-4ac1-8fdb-3faabf4774af 2022-12-09T04:49:14.543Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5793f8bb-6469-4ac1-8fdb-3faabf4774af and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:49:14.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "aai-ml", "timestamp": 1670561190714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561196178, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T04:49:14.556Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5793f8bb-6469-4ac1-8fdb-3faabf4774af 2022-12-09T04:49:14.556Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5793f8bb-6469-4ac1-8fdb-3faabf4774af and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:49:14.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "multicloud-k8s-id", "timestamp": 1670561195958, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-09T04:49:14.565Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:49:14.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "aai-ml", "timestamp": 1670561190714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "aai-ml", "timestamp": 1670561190714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:49:14.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "aai-ml", "timestamp": 1670561198507, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:49:14.567Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:49:14.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "aai-ml", "timestamp": 1670561207434, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T04:49:14.568Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:49:14.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "aai-ml", "timestamp": 1670561208441, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T04:49:14.573Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5793f8bb-6469-4ac1-8fdb-3faabf4774af 2022-12-09T04:49:14.573Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5793f8bb-6469-4ac1-8fdb-3faabf4774af and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:49:14.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "cds", "timestamp": 1670561221523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "multicloud-k8s-id", "timestamp": 1670561223643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "ves-openapi-manager", "timestamp": 1670561225788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "cds", "timestamp": 1670561221523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "multicloud-k8s-id", "timestamp": 1670561223643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-09T04:49:14.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "ves-openapi-manager", "timestamp": 1670561225788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "cds", "timestamp": 1670561221523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "multicloud-k8s-id", "timestamp": 1670561223643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-09T04:49:14.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "ves-openapi-manager", "timestamp": 1670561225788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "multicloud-k8s-id", "timestamp": 1670561223643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-09T04:49:14.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "cds", "timestamp": 1670561221523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:14.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:49:14.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "ves-openapi-manager", "timestamp": 1670561225788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:14.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:49:37.334Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4b154cff-873f-46cf-99a1-d93204572ba9 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-12-09T04:49:37.343Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4b154cff-873f-46cf-99a1-d93204572ba9 and serviceModelVersionId: 9aed328a-ba1f-4d4a-b58f-30479d5577b5 2022-12-09T04:49:37.343Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 67267525-fe3b-45c9-8276-5d2042adb2b7 2022-12-09T04:49:37.345Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/67267525-fe3b-45c9-8276-5d2042adb2b7/model-vers/model-ver/9aed328a-ba1f-4d4a-b58f-30479d5577b5?depth=0 2022-12-09T04:49:37.351Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-12-09T04:49:37.432Z|4b154cff-873f-46cf-99a1-d93204572ba9|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/67267525-fe3b-45c9-8276-5d2042adb2b7/model-vers/model-ver/9aed328a-ba1f-4d4a-b58f-30479d5577b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-12-09T04:49:37.438Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67267525-fe3b-45c9-8276-5d2042adb2b7/model-vers/model-ver/9aed328a-ba1f-4d4a-b58f-30479d5577b5?depth=0|INFO|500||Invoke 2022-12-09T04:49:37.482Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67267525-fe3b-45c9-8276-5d2042adb2b7/model-vers/model-ver/9aed328a-ba1f-4d4a-b58f-30479d5577b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-09T04:49:37.582Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67267525-fe3b-45c9-8276-5d2042adb2b7/model-vers/model-ver/9aed328a-ba1f-4d4a-b58f-30479d5577b5?depth=0|INFO|500||InvokeReturn 2022-12-09T04:49:37.583Z|4b154cff-873f-46cf-99a1-d93204572ba9|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/67267525-fe3b-45c9-8276-5d2042adb2b7/model-vers/model-ver/9aed328a-ba1f-4d4a-b58f-30479d5577b5?depth=0 has http status code:200 and response headers:{date=[Fri, 09 Dec 2022 04:49:37 GMT], content-length=[0], vertex-id=[229432], x-aai-txid=[1-aai-resources-221209-04:49:37:882-26903], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-09T04:49:37.583Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-12-09T04:49:37.584Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-09T04:49:37.584Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T04:49:37.588Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-09T04:49:37.589Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4b154cff-873f-46cf-99a1-d93204572ba9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-09T04:49:37.589Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-09T04:49:37.589Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:49:37.592Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:49:37.592Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561377589, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-09T04:49:37.692Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:49:37.693Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:49:37.693Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:49:37.717Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:49:37.718Z||pool-50-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-09T04:49:38.606Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-09T04:49:38.606Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5793f8bb-6469-4ac1-8fdb-3faabf4774af","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"cea279f8-97b6-4d2a-b3b8-d4c3847e1a7a","serviceDescription":"service","serviceInvariantUUID":"d3325675-1811-43c7-965c-c134665e3316","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"25231a87-a985-468a-b191-56f3d30a2430","resourceInvariantUUID":"6ad9b59d-ac51-4d42-81ce-fe80b75baaff","resourceCustomizationUUID":"2574094e-45e2-4ebc-8902-534fbde712d2","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":"NjJiYmJkNTFkMTYyNTA1NzRhZjc4ZjIwMDIxYjZhMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b082bab0-763b-4484-a17a-f046f4a352cb","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":"ZDA3N2VkNjBlNzkzMGQ1NDg2NDQyMjg1MDE2M2U5ODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"26cf718e-9e5f-44fc-a086-6b5b85f3924c","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":"a82026be-08b5-44bc-b89f-85965664c6dd","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":"a30a95ea-f738-49b7-831c-6818b852aa89","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":"22243748-b3cf-4c84-8784-77c497fd44c0","artifactVersion":"2","generatedFromUUID":"a82026be-08b5-44bc-b89f-85965664c6dd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NjgwZThmOTlmYzZmNGUxYjgxMDYzYWI2NWYwZmJmNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da004da2-a3cc-4773-b4df-b71dbe3d015d","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MmI4NmE0ZGQ2MTMyNThhMGY3MGVlZjYxMzFlYWU5M2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eecf5ae3-48bd-4f18-b392-4fb04ea1a942","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-09T04:49:38.606Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:49:38.606Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:49:38.608Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:49:38.608Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:38.708Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:49:38.709Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:49:38.709Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:49:38.722Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:49:38.722Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:49:39.609Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:49:39.609Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:49:39.612Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:49:39.612Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-09T04:49:39.712Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:49:39.713Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:49:39.713Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:49:39.726Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:49:39.726Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:49:40.612Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:49:40.613Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:49:40.615Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:49:40.615Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-09T04:49:40.717Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-09T04:49:40.718Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:49:40.718Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:49:40.731Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:49:40.731Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:49:41.620Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:49:41.621Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:49:41.623Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:49:41.623Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:41.723Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:49:41.724Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:49:41.724Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:49:41.735Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:49:41.736Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:49:42.623Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:49:42.624Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:49:42.626Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:49:42.626Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-09T04:49:42.726Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:49:42.727Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:49:42.727Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:49:42.739Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:49:42.739Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:49:43.626Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:49:43.627Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:49:43.630Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:49:43.630Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:49:43.730Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:49:43.731Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:49:43.731Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:49:43.745Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:49:43.745Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-09T04:49:44.631Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:49:44.632Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:49:44.634Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:49:44.634Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:49:44.734Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:49:44.735Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:49:44.735Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:49:44.746Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:49:44.746Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-12-09T04:49:45.635Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "cea279f8-97b6-4d2a-b3b8-d4c3847e1a7a", "serviceDescription": "service", "serviceInvariantUUID": "d3325675-1811-43c7-965c-c134665e3316", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "2574094e-45e2-4ebc-8902-534fbde712d2", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "25231a87-a985-468a-b191-56f3d30a2430", "resourceInvariantUUID": "6ad9b59d-ac51-4d42-81ce-fe80b75baaff", "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": "ZDA3N2VkNjBlNzkzMGQ1NDg2NDQyMjg1MDE2M2U5ODE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "26cf718e-9e5f-44fc-a086-6b5b85f3924c", "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": "a82026be-08b5-44bc-b89f-85965664c6dd", "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": "22243748-b3cf-4c84-8784-77c497fd44c0", "generatedFromUUID": "a82026be-08b5-44bc-b89f-85965664c6dd" }, "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": "22243748-b3cf-4c84-8784-77c497fd44c0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MmI4NmE0ZGQ2MTMyNThhMGY3MGVlZjYxMzFlYWU5M2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eecf5ae3-48bd-4f18-b392-4fb04ea1a942" } ], "workloadContext": "Production" } 2022-12-09T04:49:45.636Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-09T04:49:45.636Z|4b154cff-873f-46cf-99a1-d93204572ba9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cea279f8-97b6-4d2a-b3b8-d4c3847e1a7a ASDC 2022-12-09T04:49:45.636Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:5793f8bb-6469-4ac1-8fdb-3faabf4774af ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:cea279f8-97b6-4d2a-b3b8-d4c3847e1a7a ServiceInvariantUUID:d3325675-1811-43c7-965c-c134665e3316 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:eecf5ae3-48bd-4f18-b392-4fb04ea1a942 ArtifactChecksum:MmI4NmE0ZGQ2MTMyNThhMGY3MGVlZjYxMzFlYWU5M2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:2574094e-45e2-4ebc-8902-534fbde712d2 ResourceInvariantUUID:6ad9b59d-ac51-4d42-81ce-fe80b75baaff ResourceName:basic_vm ResourceType:VF ResourceUUID:25231a87-a985-468a-b191-56f3d30a2430 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:26cf718e-9e5f-44fc-a086-6b5b85f3924c ArtifactChecksum:ZDA3N2VkNjBlNzkzMGQ1NDg2NDQyMjg1MDE2M2U5ODE= 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:a82026be-08b5-44bc-b89f-85965664c6dd 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:22243748-b3cf-4c84-8784-77c497fd44c0 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:22243748-b3cf-4c84-8784-77c497fd44c0 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-09T04:49:45.637Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cea279f8-97b6-4d2a-b3b8-d4c3847e1a7a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-09T04:49:45.666Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-09T04:49:45.666Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-09T04:49:45.667Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-09T04:49:45.667Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eecf5ae3-48bd-4f18-b392-4fb04ea1a942 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-09T04:49:45.667Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-09T04:49:45.667Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-09T04:49:45.850Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-09T04:49:45.854Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar eecf5ae3-48bd-4f18-b392-4fb04ea1a942 74810 2022-12-09T04:49:45.854Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-12-09T04:49:45.855Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-09T04:49:45.855Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T04:49:45.855Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:49:45.857Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:49:45.857Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561385854, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:49:45.958Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-09T04:49:45.958Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:49:45.959Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:49:45.974Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:49:45.974Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:49:46.858Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-09T04:49:46.864Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-09T04:49:46.864Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: eecf5ae3-48bd-4f18-b392-4fb04ea1a942, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-12-09T04:49:46.865Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-12-09T04:49:46.865Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-12-09T04:49:46.865Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-12-09T04:49:47.038Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6742016583763011959/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-12-09T04:49:48.263Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-09T04:49:48.264Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-09T04:49:48.264Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-09T04:49:48.264Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-09T04:49:48.264Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-09T04:49:48.265Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-09T04:49:48.265Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-09T04:49:48.265Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-09T04:49:48.265Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-09T04:49:48.265Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-09T04:49:48.265Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-09T04:49:48.266Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-09T04:49:48.266Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:48.266Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:49:48.266Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-09T04:49:48.267Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-09T04:49:48.267Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-09T04:49:48.267Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:48.267Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:49:48.267Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-09T04:49:48.268Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-09T04:49:48.268Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-09T04:49:48.268Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:48.268Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:49:48.269Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:48.269Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-09T04:49:48.269Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-12-09T04:49:48.269Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-12-09T04:49:48.269Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-12-09T04:49:48.270Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-09T04:49:48.270Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-09T04:49:48.270Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:48.270Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-09T04:49:48.270Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:48.271Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-09T04:49:48.271Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T04:49:48.271Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:48.271Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-09T04:49:48.271Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T04:49:48.272Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:48.272Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-09T04:49:48.272Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T04:49:48.272Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:48.273Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-09T04:49:48.273Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-09T04:49:48.273Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-09T04:49:48.273Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1b2f95fe-74b3-4a67-8fe4-eaa8732ad8be 2022-12-09T04:49:48.273Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:48.274Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:49:48.274Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:48.274Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:49:48.274Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:48.274Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:49:48.275Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:48.275Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:49:48.275Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:cea279f8-97b6-4d2a-b3b8-d4c3847e1a7a Model Version:NULL Model InvariantUuid:d3325675-1811-43c7-965c-c134665e3316 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:a0d55739-6122-4664-8290-f4b5658b8a0e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6ad9b59d-ac51-4d42-81ce-fe80b75baaff Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2574094e-45e2-4ebc-8902-534fbde712d2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d986ebfd-b2d4-4c02-993f-2552c02fc4a8 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:baca098c-324d-4939-8f37-31ab6a50fe8b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1b2f95fe-74b3-4a67-8fe4-eaa8732ad8be ModelInvariantUuid:f6c06aa9-7e18-4d36-8f26-99b04df8627a ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:82f420fd-bb9d-42eb-9418-2749d8a0c386 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:b9ece115-3f99-4323-a029-6ea8eeb49497 ModelInvariantUuid:60ec2b08-5b78-41c6-be96-74dd688b50bd ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:e39e0552-fff6-4762-8250-62a520fab307 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-12-09T04:49:48.282Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 25231a87-a985-468a-b191-56f3d30a2430 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T04:49:48.285Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||basic_vm 0 2022-12-09T04:49:48.285Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 25231a87-a985-468a-b191-56f3d30a2430 2022-12-09T04:49:48.285Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 26cf718e-9e5f-44fc-a086-6b5b85f3924c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-12-09T04:49:48.285Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-09T04:49:48.285Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-12-09T04:49:48.335Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-09T04:49:48.335Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 26cf718e-9e5f-44fc-a086-6b5b85f3924c 787 2022-12-09T04:49:48.335Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-12-09T04:49:48.336Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-12-09T04:49:48.336Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T04:49:48.336Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:49:48.338Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:49:48.338Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561388335, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-09T04:49:48.440Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-12-09T04:49:48.441Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:49:48.441Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:49:48.455Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:49:48.455Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:49:49.338Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d986ebfd-b2d4-4c02-993f-2552c02fc4a8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "baca098c-324d-4939-8f37-31ab6a50fe8b", "vfModuleModelCustomizationUUID": "74dfb403-73db-4a78-85dc-28d94db10fd3", "isBase": true, "artifacts": [ "a82026be-08b5-44bc-b89f-85965664c6dd", "22243748-b3cf-4c84-8784-77c497fd44c0" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-09T04:49:49.342Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:baca098c-324d-4939-8f37-31ab6a50fe8b VfModuleModelInvariantUUID:d986ebfd-b2d4-4c02-993f-2552c02fc4a8 VfModuleModelDescription:NULL Artifacts UUID List:{ a82026be-08b5-44bc-b89f-85965664c6dd , 22243748-b3cf-4c84-8784-77c497fd44c0 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-12-09T04:49:49.344Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d986ebfd-b2d4-4c02-993f-2552c02fc4a8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "baca098c-324d-4939-8f37-31ab6a50fe8b", "vfModuleModelCustomizationUUID": "74dfb403-73db-4a78-85dc-28d94db10fd3", "isBase": true, "artifacts": [ "a82026be-08b5-44bc-b89f-85965664c6dd", "22243748-b3cf-4c84-8784-77c497fd44c0" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-09T04:49:49.344Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:baca098c-324d-4939-8f37-31ab6a50fe8b VfModuleModelInvariantUUID:d986ebfd-b2d4-4c02-993f-2552c02fc4a8 VfModuleModelDescription:NULL Artifacts UUID List:{ a82026be-08b5-44bc-b89f-85965664c6dd , 22243748-b3cf-4c84-8784-77c497fd44c0 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-12-09T04:49:49.344Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a82026be-08b5-44bc-b89f-85965664c6dd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-12-09T04:49:49.345Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-09T04:49:49.345Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-12-09T04:49:49.391Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-09T04:49:49.392Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a82026be-08b5-44bc-b89f-85965664c6dd 5033 2022-12-09T04:49:49.392Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-12-09T04:49:49.392Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-12-09T04:49:49.392Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T04:49:49.393Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:49:49.395Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:49:49.395Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561389392, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-09T04:49:49.495Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:49:49.496Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:49:49.496Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:49:49.508Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:49:49.508Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:49:50.396Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 22243748-b3cf-4c84-8784-77c497fd44c0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-12-09T04:49:50.396Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-09T04:49:50.396Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-12-09T04:49:50.442Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-09T04:49:50.442Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 22243748-b3cf-4c84-8784-77c497fd44c0 903 2022-12-09T04:49:50.443Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-12-09T04:49:50.443Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-12-09T04:49:50.443Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T04:49:50.443Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:49:50.445Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:49:50.445Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561390443, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-09T04:49:50.545Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:49:50.546Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:49:50.546Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:49:50.559Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:49:50.559Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:49:51.446Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: cea279f8-97b6-4d2a-b3b8-d4c3847e1a7a 2022-12-09T04:49:51.446Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 25231a87-a985-468a-b191-56f3d30a2430 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T04:49:51.459Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7aab3e75, org.onap.sdc.toscaparser.api.parameters.Input@37d2ab6b, org.onap.sdc.toscaparser.api.parameters.Input@2e58bbb7, org.onap.sdc.toscaparser.api.parameters.Input@4d3518ae, org.onap.sdc.toscaparser.api.parameters.Input@6ececfeb] 2022-12-09T04:49:51.460Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:51.460Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:49:51.461Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-12-09T04:49:51.461Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 2574094e-45e2-4ebc-8902-534fbde712d2 2022-12-09T04:49:51.461Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2574094e-45e2-4ebc-8902-534fbde712d2 matches Tosca VF Customization UUID: 2574094e-45e2-4ebc-8902-534fbde712d2 2022-12-09T04:49:51.461Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 2574094e-45e2-4ebc-8902-534fbde712d2 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-12-09T04:49:51.463Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:51.464Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:49:51.464Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 2574094e-45e2-4ebc-8902-534fbde712d2: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-09T04:49:51.464Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@421eaba5 2022-12-09T04:49:51.464Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:51.465Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-09T04:49:51.465Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 74dfb403-73db-4a78-85dc-28d94db10fd3 2022-12-09T04:49:51.465Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 74dfb403-73db-4a78-85dc-28d94db10fd3 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-12-09T04:49:51.467Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:51.467Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-09T04:49:51.468Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T04:49:51.468Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:51.468Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-09T04:49:51.468Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T04:49:51.469Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:51.469Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-09T04:49:51.469Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-09T04:49:51.469Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-09T04:49:51.469Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1b2f95fe-74b3-4a67-8fe4-eaa8732ad8be Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-12-09T04:49:51.472Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:51.472Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-09T04:49:51.472Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T04:49:51.472Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:51.472Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-09T04:49:51.473Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=2574094e-45e2-4ebc-8902-534fbde712d2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T04:49:51.474Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:51.475Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:49:51.475Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid cea279f8-97b6-4d2a-b3b8-d4c3847e1a7a: basic_vm 2022-12-09T04:49:51.475Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:51.475Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:49:51.476Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:51.476Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:49:51.476Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:51.476Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:49:51.476Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:51.477Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:49:51.477Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:49:51.477Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:49:51.478Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:49:51.550Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 25231a87-a985-468a-b191-56f3d30a2430 1 ASDC deployResourceStructure 2022-12-09T04:49:51.550Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-12-09T04:49:51.551Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-12-09T04:49:51.551Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-09T04:49:51.551Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:49:51.553Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:49:51.553Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561391550, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-09T04:49:51.653Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:49:51.654Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:49:51.654Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:49:51.667Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:49:51.668Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:49:52.553Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-12-09T04:49:52.554Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-12-09T04:49:52.554Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-09T04:49:52.554Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:49:52.556Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:49:52.556Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561392553, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-09T04:49:52.656Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:49:52.658Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:49:52.658Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:49:52.670Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:49:52.671Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:49:53.557Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-12-09T04:49:53.558Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-12-09T04:49:53.558Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-09T04:49:53.558Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:49:53.560Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:49:53.560Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561393557, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-09T04:49:53.660Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:49:53.661Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:49:53.661Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:49:53.675Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:49:53.676Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:49:54.561Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-12-09T04:49:54.561Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-09T04:49:54.561Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-09T04:49:54.562Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:49:54.563Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:49:54.563Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561394561, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T04:49:54.664Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:49:54.665Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:49:54.665Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:49:54.680Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:49:54.680Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:49:55.564Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5793f8bb-6469-4ac1-8fdb-3faabf4774af Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:49:55.574Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5793f8bb-6469-4ac1-8fdb-3faabf4774af Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:49:55.576Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-09T04:49:55.576Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-09T04:49:55.576Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-09T04:49:55.576Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-09T04:49:55.576Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:49:55.576Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:49:55.576Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:49:55.577Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:49:55.577Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:49:55.577Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T04:49:55.581Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-09T04:50:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:50:14.467Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:50:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:50:14.497Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:50:14.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "cds", "timestamp": 1670561221523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:14.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "multicloud-k8s-id", "timestamp": 1670561223643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-09T04:50:14.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "ves-openapi-manager", "timestamp": 1670561225788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:14.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561235712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:14.501Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "multicloud-k8s-id", "timestamp": 1670561223643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:14.501Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "cds", "timestamp": 1670561221523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:14.502Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "ves-openapi-manager", "timestamp": 1670561225788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:14.503Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561235712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:14.503Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "multicloud-k8s-id", "timestamp": 1670561223643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-09T04:50:14.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "cds", "timestamp": 1670561221523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:14.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "ves-openapi-manager", "timestamp": 1670561225788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:14.505Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561235712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:14.505Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "multicloud-k8s-id", "timestamp": 1670561223643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:14.505Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "cds", "timestamp": 1670561221523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:14.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "ves-openapi-manager", "timestamp": 1670561225788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:14.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561235712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:14.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "multicloud-k8s-id", "timestamp": 1670561223643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:50:14.508Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "cds", "timestamp": 1670561221523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:50:14.508Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "ves-openapi-manager", "timestamp": 1670561225788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:14.509Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561235712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:14.509Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "multicloud-k8s-id", "timestamp": 1670561240172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-09T04:50:14.510Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:50:14.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "cds", "timestamp": 1670561240820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:50:14.511Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:50:14.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561235712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:14.511Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.511Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.511Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "cds", "timestamp": 1670561241827, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:50:14.526Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5d39030e-1dc3-4fec-901f-e4557d5309e2 2022-12-09T04:50:14.527Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d39030e-1dc3-4fec-901f-e4557d5309e2 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:50:14.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "multicloud-k8s-id", "timestamp": 1670561241255, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-09T04:50:14.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:50:14.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561235712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:14.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "multicloud-k8s-id", "timestamp": 1670561242306, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-09T04:50:14.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:50:14.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561235712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:14.536Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "multicloud-k8s-id", "timestamp": 1670561243372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-09T04:50:14.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:50:14.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561235712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:50:14.537Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "multicloud-k8s-id", "timestamp": 1670561244424, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T04:50:14.542Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d39030e-1dc3-4fec-901f-e4557d5309e2 2022-12-09T04:50:14.542Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d39030e-1dc3-4fec-901f-e4557d5309e2 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:50:14.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561245557, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:50:14.551Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:50:14.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "multicloud-k8s-id", "timestamp": 1670561245431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-09T04:50:14.552Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:50:14.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561248187, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T04:50:14.552Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:50:14.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670561249191, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T04:50:14.558Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5d39030e-1dc3-4fec-901f-e4557d5309e2 2022-12-09T04:50:14.558Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d39030e-1dc3-4fec-901f-e4557d5309e2 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:50:14.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "aai-ml", "timestamp": 1670561250716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:14.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "aai-ml", "timestamp": 1670561250716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:14.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "aai-ml", "timestamp": 1670561250716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:14.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "aai-ml", "timestamp": 1670561250716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:14.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "aai-ml", "timestamp": 1670561250716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:14.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "aai-ml", "timestamp": 1670561250716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:14.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "aai-ml", "timestamp": 1670561250716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:14.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "aai-ml", "timestamp": 1670561250716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:14.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "aai-ml", "timestamp": 1670561250716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:50:14.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:50:14.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "aai-ml", "timestamp": 1670561260502, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:50:14.590Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:50:14.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "aai-ml", "timestamp": 1670561268307, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T04:50:14.591Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:50:14.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:50:14.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "aai-ml", "timestamp": 1670561269318, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T04:50:14.596Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5d39030e-1dc3-4fec-901f-e4557d5309e2 2022-12-09T04:50:14.597Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d39030e-1dc3-4fec-901f-e4557d5309e2 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:50:25.582Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5793f8bb-6469-4ac1-8fdb-3faabf4774af and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-12-09T04:50:25.587Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5793f8bb-6469-4ac1-8fdb-3faabf4774af and serviceModelVersionId: cea279f8-97b6-4d2a-b3b8-d4c3847e1a7a 2022-12-09T04:50:25.588Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d3325675-1811-43c7-965c-c134665e3316 2022-12-09T04:50:25.589Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d3325675-1811-43c7-965c-c134665e3316/model-vers/model-ver/cea279f8-97b6-4d2a-b3b8-d4c3847e1a7a?depth=0 2022-12-09T04:50:25.594Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-12-09T04:50:25.660Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|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/d3325675-1811-43c7-965c-c134665e3316/model-vers/model-ver/cea279f8-97b6-4d2a-b3b8-d4c3847e1a7a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-12-09T04:50:25.663Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3325675-1811-43c7-965c-c134665e3316/model-vers/model-ver/cea279f8-97b6-4d2a-b3b8-d4c3847e1a7a?depth=0|INFO|500||Invoke 2022-12-09T04:50:25.687Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3325675-1811-43c7-965c-c134665e3316/model-vers/model-ver/cea279f8-97b6-4d2a-b3b8-d4c3847e1a7a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-09T04:50:25.779Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d3325675-1811-43c7-965c-c134665e3316/model-vers/model-ver/cea279f8-97b6-4d2a-b3b8-d4c3847e1a7a?depth=0|INFO|500||InvokeReturn 2022-12-09T04:50:25.780Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|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/d3325675-1811-43c7-965c-c134665e3316/model-vers/model-ver/cea279f8-97b6-4d2a-b3b8-d4c3847e1a7a?depth=0 has http status code:200 and response headers:{date=[Fri, 09 Dec 2022 04:50:26 GMT], content-length=[0], vertex-id=[204976], x-aai-txid=[2-aai-resources-221209-04:50:26:085-11948], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-09T04:50:25.780Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-12-09T04:50:25.780Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-09T04:50:25.780Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T04:50:25.784Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-09T04:50:25.785Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5793f8bb-6469-4ac1-8fdb-3faabf4774af and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-09T04:50:25.785Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-09T04:50:25.785Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:50:25.787Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:50:25.787Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561425785, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-09T04:50:25.897Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:50:25.898Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:50:25.899Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:50:25.911Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:50:25.912Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-09T04:50:26.798Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-09T04:50:26.798Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5d39030e-1dc3-4fec-901f-e4557d5309e2","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"50b5f0ea-f541-47c6-b22f-ad213106a7df","serviceDescription":"service","serviceInvariantUUID":"7bb1bea1-e977-4033-b553-f2499298b942","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bdd3969f-6a44-49c6-8148-15d77bfa8b9a","resourceInvariantUUID":"b6d825d2-9e10-4044-875b-ff1cf6361417","resourceCustomizationUUID":"4f27848d-2833-4e48-882c-8b771403ea08","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":"MjE1MzBmMTQxYTJjMDVjMjdkNDMzNmM3MmRmNmFlYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"45e4dd98-8d60-4a6d-8eb2-0d3e43ea259f","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":"a5acc679-a55f-48cf-b504-d568a1345b62","artifactVersion":"2","generatedFromUUID":"43aabddb-f91a-4bd0-9359-398d99089716"},{"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":"43aabddb-f91a-4bd0-9359-398d99089716","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":"NWI0ZDBjOGRmMTdkMDNlNjY2MjhmNzVlMWIzMmZlODM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"590f0598-0bdf-4dde-bf72-074392af3e2a","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":"67aeb19e-1bf6-4890-9678-f1ad896c6595","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":"221ffc07-72e4-414d-86be-6a022fa99f38","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":"ea3ac5c6-d8b3-4476-9ea3-b4402e194da5","artifactVersion":"2","generatedFromUUID":"67aeb19e-1bf6-4890-9678-f1ad896c6595"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZTYwNWRkZDEyNDFiODMyMjRiMTdiOTI0MWNmODU5Mjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"450fc8cf-676b-451d-9313-add8d9aabbb5","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjZiNTA2YjE5NmIzNmVmNTU3NWE1ZTAzYjVkMzNiYzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8e980b8e-9e6b-4aa6-af65-99ae3671e2ba","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-09T04:50:26.799Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:50:26.799Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:50:26.800Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:50:26.801Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:26.901Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:50:26.903Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:50:26.903Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:50:26.920Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:50:26.920Z||pool-67-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:50:27.801Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:50:27.802Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:50:27.804Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:50:27.804Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-09T04:50:27.904Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:50:27.905Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:50:27.905Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:50:27.918Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:50:27.919Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:50:28.804Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:50:28.805Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:50:28.806Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:50:28.806Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-09T04:50:28.907Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:50:28.908Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:50:28.908Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:50:28.922Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:50:28.923Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:50:29.807Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:50:29.808Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:50:29.809Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:50:29.810Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-09T04:50:29.910Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:50:29.910Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:50:29.911Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:50:29.923Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:50:29.923Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:50:30.810Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:50:30.811Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:50:30.812Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:50:30.812Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-09T04:50:30.913Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:50:30.913Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:50:30.913Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:50:30.926Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:50:30.926Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:50:31.813Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:50:31.813Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:50:31.822Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:50:31.822Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:31.915Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-12-09T04:50:31.916Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:50:31.916Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:50:31.926Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:50:31.927Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:50:32.822Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:50:32.823Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:50:32.825Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:50:32.825Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-09T04:50:32.925Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:50:32.926Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:50:32.926Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:50:32.938Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:50:32.939Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:50:33.826Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:50:33.826Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:50:33.828Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:50:33.828Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:50:33.928Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:50:33.929Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:50:33.930Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:50:33.942Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:50:33.942Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-09T04:50:34.829Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T04:50:34.829Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:50:34.831Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:50:34.831Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:50:34.934Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-12-09T04:50:34.935Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:50:34.935Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:50:34.949Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:50:34.949Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:50:35.833Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "50b5f0ea-f541-47c6-b22f-ad213106a7df", "serviceDescription": "service", "serviceInvariantUUID": "7bb1bea1-e977-4033-b553-f2499298b942", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "4f27848d-2833-4e48-882c-8b771403ea08", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bdd3969f-6a44-49c6-8148-15d77bfa8b9a", "resourceInvariantUUID": "b6d825d2-9e10-4044-875b-ff1cf6361417", "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": "a5acc679-a55f-48cf-b504-d568a1345b62", "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": "43aabddb-f91a-4bd0-9359-398d99089716", "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": "NWI0ZDBjOGRmMTdkMDNlNjY2MjhmNzVlMWIzMmZlODM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "590f0598-0bdf-4dde-bf72-074392af3e2a", "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": "67aeb19e-1bf6-4890-9678-f1ad896c6595", "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": "ea3ac5c6-d8b3-4476-9ea3-b4402e194da5", "generatedFromUUID": "67aeb19e-1bf6-4890-9678-f1ad896c6595" }, "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": "ea3ac5c6-d8b3-4476-9ea3-b4402e194da5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZjZiNTA2YjE5NmIzNmVmNTU3NWE1ZTAzYjVkMzNiYzU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8e980b8e-9e6b-4aa6-af65-99ae3671e2ba" } ], "workloadContext": "Production" } 2022-12-09T04:50:35.833Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-09T04:50:35.836Z|5793f8bb-6469-4ac1-8fdb-3faabf4774af|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 50b5f0ea-f541-47c6-b22f-ad213106a7df ASDC 2022-12-09T04:50:35.836Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:5d39030e-1dc3-4fec-901f-e4557d5309e2 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:50b5f0ea-f541-47c6-b22f-ad213106a7df ServiceInvariantUUID:7bb1bea1-e977-4033-b553-f2499298b942 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:8e980b8e-9e6b-4aa6-af65-99ae3671e2ba ArtifactChecksum:ZjZiNTA2YjE5NmIzNmVmNTU3NWE1ZTAzYjVkMzNiYzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:4f27848d-2833-4e48-882c-8b771403ea08 ResourceInvariantUUID:b6d825d2-9e10-4044-875b-ff1cf6361417 ResourceName:basic_cnf ResourceType:VF ResourceUUID:bdd3969f-6a44-49c6-8148-15d77bfa8b9a 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:a5acc679-a55f-48cf-b504-d568a1345b62 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:43aabddb-f91a-4bd0-9359-398d99089716 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:590f0598-0bdf-4dde-bf72-074392af3e2a ArtifactChecksum:NWI0ZDBjOGRmMTdkMDNlNjY2MjhmNzVlMWIzMmZlODM= 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:67aeb19e-1bf6-4890-9678-f1ad896c6595 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:ea3ac5c6-d8b3-4476-9ea3-b4402e194da5 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:ea3ac5c6-d8b3-4476-9ea3-b4402e194da5 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-09T04:50:35.836Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50b5f0ea-f541-47c6-b22f-ad213106a7df ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-09T04:50:35.884Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-09T04:50:35.885Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-09T04:50:35.885Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-09T04:50:35.886Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8e980b8e-9e6b-4aa6-af65-99ae3671e2ba from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-09T04:50:35.886Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-09T04:50:35.886Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-09T04:50:36.129Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-09T04:50:36.132Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 8e980b8e-9e6b-4aa6-af65-99ae3671e2ba 73677 2022-12-09T04:50:36.132Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-12-09T04:50:36.132Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-09T04:50:36.133Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T04:50:36.133Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:50:36.135Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:50:36.135Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561436132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:50:36.235Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:50:36.236Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:50:36.236Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:50:36.249Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:50:36.249Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:50:37.136Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-09T04:50:37.137Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-09T04:50:37.137Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 8e980b8e-9e6b-4aa6-af65-99ae3671e2ba, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-09T04:50:37.137Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-12-09T04:50:37.138Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-09T04:50:37.138Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-09T04:50:37.258Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17321216407553381297/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2022-12-09T04:50:38.383Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-09T04:50:38.383Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-09T04:50:38.383Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-09T04:50:38.384Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-12-09T04:50:38.384Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-09T04:50:38.384Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-09T04:50:38.384Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-09T04:50:38.384Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-09T04:50:38.384Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-09T04:50:38.385Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:50:38.385Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:50:38.385Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-09T04:50:38.385Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-09T04:50:38.386Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-09T04:50:38.386Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:50:38.386Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:50:38.386Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-09T04:50:38.387Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-09T04:50:38.387Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-09T04:50:38.387Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:50:38.387Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:50:38.388Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:50:38.388Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-09T04:50:38.388Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-12-09T04:50:38.388Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria 2022-12-09T04:50:38.389Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-09T04:50:38.389Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:50:38.389Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-09T04:50:38.389Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:50:38.390Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-09T04:50:38.390Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T04:50:38.390Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:50:38.390Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-09T04:50:38.391Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T04:50:38.391Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:50:38.391Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-09T04:50:38.391Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T04:50:38.392Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:50:38.392Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-09T04:50:38.392Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-12-09T04:50:38.392Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c3bcc54d-8be5-4a3e-a463-d7e2ef9e1c1d 2022-12-09T04:50:38.393Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:50:38.393Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:50:38.393Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:50:38.393Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:50:38.394Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:50:38.394Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:50:38.394Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:50:38.394Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:50:38.395Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:50b5f0ea-f541-47c6-b22f-ad213106a7df Model Version:NULL Model InvariantUuid:7bb1bea1-e977-4033-b553-f2499298b942 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:87136e5f-3e15-44be-94f1-5f103566d408 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b6d825d2-9e10-4044-875b-ff1cf6361417 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4f27848d-2833-4e48-882c-8b771403ea08 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:999decc5-75a3-4498-9086-916f065c70d7 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:950e3061-0adc-4837-bd44-e1f9f2ff7760 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c3bcc54d-8be5-4a3e-a463-d7e2ef9e1c1d ModelInvariantUuid:95387815-3300-4ffb-ae56-dd59944b6060 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:3f1d1366-dc81-40ad-9c79-7c7a692e000b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:18f67480-dcd6-4179-a3bf-04be02ab37cc ModelInvariantUuid:d5066fe2-eca3-40f4-b604-261ce94c75ce ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:25af5fcd-5ba6-403b-935a-fc18856111df ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-12-09T04:50:38.402Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: bdd3969f-6a44-49c6-8148-15d77bfa8b9a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T04:50:38.406Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||basic_cnf 0 2022-12-09T04:50:38.406Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bdd3969f-6a44-49c6-8148-15d77bfa8b9a 2022-12-09T04:50:38.406Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a5acc679-a55f-48cf-b504-d568a1345b62 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-12-09T04:50:38.406Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-09T04:50:38.407Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-12-09T04:50:38.455Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-09T04:50:38.456Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env a5acc679-a55f-48cf-b504-d568a1345b62 12 2022-12-09T04:50:38.456Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-12-09T04:50:38.456Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-12-09T04:50:38.456Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T04:50:38.457Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:50:38.459Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:50:38.459Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561438456, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-12-09T04:50:38.561Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-12-09T04:50:38.561Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:50:38.562Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:50:38.574Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:50:38.574Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:50:39.460Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 43aabddb-f91a-4bd0-9359-398d99089716 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-12-09T04:50:39.461Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-09T04:50:39.461Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-12-09T04:50:39.527Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-09T04:50:39.528Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 43aabddb-f91a-4bd0-9359-398d99089716 2688 2022-12-09T04:50:39.528Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-12-09T04:50:39.528Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-12-09T04:50:39.528Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T04:50:39.528Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:50:39.531Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:50:39.531Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561439528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-09T04:50:39.631Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:50:39.632Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:50:39.632Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:50:39.643Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:50:39.644Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:50:40.532Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 590f0598-0bdf-4dde-bf72-074392af3e2a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-12-09T04:50:40.532Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-09T04:50:40.533Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-12-09T04:50:40.581Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-09T04:50:40.581Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 590f0598-0bdf-4dde-bf72-074392af3e2a 828 2022-12-09T04:50:40.581Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-12-09T04:50:40.581Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-12-09T04:50:40.582Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T04:50:40.582Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:50:40.583Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:50:40.584Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561440581, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-09T04:50:40.684Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:50:40.684Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:50:40.684Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:50:40.698Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:50:40.698Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:50:41.584Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "999decc5-75a3-4498-9086-916f065c70d7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "950e3061-0adc-4837-bd44-e1f9f2ff7760", "vfModuleModelCustomizationUUID": "065d45a1-2b79-4c4d-837d-bfb8811c21fd", "isBase": true, "artifacts": [ "43aabddb-f91a-4bd0-9359-398d99089716", "67aeb19e-1bf6-4890-9678-f1ad896c6595", "ea3ac5c6-d8b3-4476-9ea3-b4402e194da5" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-09T04:50:41.587Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:950e3061-0adc-4837-bd44-e1f9f2ff7760 VfModuleModelInvariantUUID:999decc5-75a3-4498-9086-916f065c70d7 VfModuleModelDescription:NULL Artifacts UUID List:{ 43aabddb-f91a-4bd0-9359-398d99089716 , 67aeb19e-1bf6-4890-9678-f1ad896c6595 , ea3ac5c6-d8b3-4476-9ea3-b4402e194da5 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-12-09T04:50:41.589Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "999decc5-75a3-4498-9086-916f065c70d7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "950e3061-0adc-4837-bd44-e1f9f2ff7760", "vfModuleModelCustomizationUUID": "065d45a1-2b79-4c4d-837d-bfb8811c21fd", "isBase": true, "artifacts": [ "43aabddb-f91a-4bd0-9359-398d99089716", "67aeb19e-1bf6-4890-9678-f1ad896c6595", "ea3ac5c6-d8b3-4476-9ea3-b4402e194da5" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-09T04:50:41.589Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:950e3061-0adc-4837-bd44-e1f9f2ff7760 VfModuleModelInvariantUUID:999decc5-75a3-4498-9086-916f065c70d7 VfModuleModelDescription:NULL Artifacts UUID List:{ 43aabddb-f91a-4bd0-9359-398d99089716 , 67aeb19e-1bf6-4890-9678-f1ad896c6595 , ea3ac5c6-d8b3-4476-9ea3-b4402e194da5 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-12-09T04:50:41.589Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 67aeb19e-1bf6-4890-9678-f1ad896c6595 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-12-09T04:50:41.589Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-09T04:50:41.589Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-12-09T04:50:41.639Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-09T04:50:41.639Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 67aeb19e-1bf6-4890-9678-f1ad896c6595 1164 2022-12-09T04:50:41.640Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-12-09T04:50:41.640Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-12-09T04:50:41.640Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T04:50:41.640Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:50:41.642Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:50:41.642Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561441640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-09T04:50:41.742Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:50:41.743Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:50:41.743Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:50:41.755Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:50:41.755Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-09T04:50:42.643Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ea3ac5c6-d8b3-4476-9ea3-b4402e194da5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-12-09T04:50:42.644Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-09T04:50:42.644Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-12-09T04:50:42.687Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-09T04:50:42.688Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ea3ac5c6-d8b3-4476-9ea3-b4402e194da5 200 2022-12-09T04:50:42.688Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-12-09T04:50:42.688Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-12-09T04:50:42.688Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T04:50:42.689Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:50:42.691Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:50:42.691Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561442688, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-09T04:50:42.791Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:50:42.792Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:50:42.792Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:50:42.804Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:50:42.805Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-09T04:50:43.692Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 50b5f0ea-f541-47c6-b22f-ad213106a7df 2022-12-09T04:50:43.692Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 bdd3969f-6a44-49c6-8148-15d77bfa8b9a ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? 2022-12-09T04:50:43.707Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T04:50:43.712Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53271ecb, org.onap.sdc.toscaparser.api.parameters.Input@20ef105a, org.onap.sdc.toscaparser.api.parameters.Input@41d66470, org.onap.sdc.toscaparser.api.parameters.Input@41153d11, org.onap.sdc.toscaparser.api.parameters.Input@2a2fb2be] 2022-12-09T04:50:43.713Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:50:43.713Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:50:43.713Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-12-09T04:50:43.714Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 4f27848d-2833-4e48-882c-8b771403ea08 2022-12-09T04:50:43.714Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4f27848d-2833-4e48-882c-8b771403ea08 matches Tosca VF Customization UUID: 4f27848d-2833-4e48-882c-8b771403ea08 2022-12-09T04:50:43.714Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 4f27848d-2833-4e48-882c-8b771403ea08 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-12-09T04:50:43.716Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:50:43.716Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:50:43.716Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 4f27848d-2833-4e48-882c-8b771403ea08: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-09T04:50:43.716Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@68885d11 2022-12-09T04:50:43.716Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:50:43.717Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-09T04:50:43.717Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 065d45a1-2b79-4c4d-837d-bfb8811c21fd 2022-12-09T04:50:43.717Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 065d45a1-2b79-4c4d-837d-bfb8811c21fd Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-12-09T04:50:43.719Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:50:43.719Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-09T04:50:43.719Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T04:50:43.719Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:50:43.720Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-09T04:50:43.720Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T04:50:43.720Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:50:43.720Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-09T04:50:43.720Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-12-09T04:50:43.720Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c3bcc54d-8be5-4a3e-a463-d7e2ef9e1c1d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-12-09T04:50:43.722Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:50:43.722Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-09T04:50:43.722Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T04:50:43.723Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:50:43.723Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-09T04:50:43.723Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=4f27848d-2833-4e48-882c-8b771403ea08 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T04:50:43.725Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:50:43.725Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:50:43.725Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 50b5f0ea-f541-47c6-b22f-ad213106a7df: basic_cnf 2022-12-09T04:50:43.725Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:50:43.725Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:50:43.725Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:50:43.726Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:50:43.726Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:50:43.726Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:50:43.726Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:50:43.726Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:50:43.726Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T04:50:43.727Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T04:50:43.727Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T04:50:43.786Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf bdd3969f-6a44-49c6-8148-15d77bfa8b9a 1 ASDC deployResourceStructure 2022-12-09T04:50:43.787Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-12-09T04:50:43.787Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-12-09T04:50:43.787Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-09T04:50:43.788Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:50:43.789Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:50:43.789Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561443787, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-12-09T04:50:43.890Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-09T04:50:43.890Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:50:43.890Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:50:43.902Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:50:43.902Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:50:44.790Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-12-09T04:50:44.791Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-12-09T04:50:44.791Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-09T04:50:44.791Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:50:44.793Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:50:44.793Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561444790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-12-09T04:50:44.893Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:50:44.894Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:50:44.895Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:50:44.918Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:50:44.918Z||pool-83-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-12-09T04:50:45.794Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-12-09T04:50:45.794Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-12-09T04:50:45.794Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-09T04:50:45.795Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:50:45.796Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:50:45.796Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561445794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-09T04:50:45.896Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:50:45.897Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:50:45.897Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:50:45.910Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:50:45.910Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:50:46.797Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-12-09T04:50:46.798Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-12-09T04:50:46.798Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-09T04:50:46.799Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:50:46.801Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:50:46.801Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561446797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-12-09T04:50:46.901Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:50:46.902Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:50:46.902Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:50:46.915Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:50:46.916Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:50:47.802Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-12-09T04:50:47.802Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-12-09T04:50:47.803Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-09T04:50:47.803Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:50:47.805Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:50:47.805Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561447802, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-12-09T04:50:47.906Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:50:47.907Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:50:47.907Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:50:47.920Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:50:47.921Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-09T04:50:48.806Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-12-09T04:50:48.807Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-09T04:50:48.807Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-09T04:50:48.807Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:50:48.809Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:50:48.809Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561448806, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T04:50:48.909Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:50:48.910Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:50:48.910Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:50:48.922Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:50:48.922Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-09T04:50:49.809Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d39030e-1dc3-4fec-901f-e4557d5309e2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:50:49.820Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d39030e-1dc3-4fec-901f-e4557d5309e2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T04:50:49.823Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-09T04:50:49.823Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-09T04:50:49.823Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-09T04:50:49.823Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-09T04:50:49.823Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:50:49.823Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:50:49.824Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:50:49.824Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:50:49.824Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T04:50:49.824Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T04:50:49.828Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-09T04:51:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:51:14.467Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:51:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:51:14.489Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:51:14.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:51:14.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ccb8a44-545d-4610-8573-4d5438da1192", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561330366, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-09T04:51:14.490Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:51:14.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:51:14.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:51:14.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:51:14.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:51:14.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-09T04:51:14.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:51:14.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:51:14.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-09T04:51:14.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:51:14.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:51:14.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:51:14.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:51:14.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:51:14.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:51:14.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:51:14.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:51:14.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/resourceInstances/pnf4912565ca5de0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T04:51:14.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:51:14.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:51:14.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:51:14.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:51:14.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:51:14.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:51:14.493Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:51:14.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:51:14.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561344252, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:51:14.493Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:51:14.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:51:14.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561346297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfO4bu0frhto5zpoidt16y/1.0/artifacts/service-DemoPnfO4bu0frhto5zpoidt16y-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T04:51:14.493Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:51:19.829Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5d39030e-1dc3-4fec-901f-e4557d5309e2 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-12-09T04:51:19.835Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5d39030e-1dc3-4fec-901f-e4557d5309e2 and serviceModelVersionId: 50b5f0ea-f541-47c6-b22f-ad213106a7df 2022-12-09T04:51:19.835Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7bb1bea1-e977-4033-b553-f2499298b942 2022-12-09T04:51:19.836Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7bb1bea1-e977-4033-b553-f2499298b942/model-vers/model-ver/50b5f0ea-f541-47c6-b22f-ad213106a7df?depth=0 2022-12-09T04:51:19.840Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-12-09T04:51:19.885Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|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/7bb1bea1-e977-4033-b553-f2499298b942/model-vers/model-ver/50b5f0ea-f541-47c6-b22f-ad213106a7df?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-12-09T04:51:19.886Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bb1bea1-e977-4033-b553-f2499298b942/model-vers/model-ver/50b5f0ea-f541-47c6-b22f-ad213106a7df?depth=0|INFO|500||Invoke 2022-12-09T04:51:19.905Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bb1bea1-e977-4033-b553-f2499298b942/model-vers/model-ver/50b5f0ea-f541-47c6-b22f-ad213106a7df?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-09T04:51:20.001Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bb1bea1-e977-4033-b553-f2499298b942/model-vers/model-ver/50b5f0ea-f541-47c6-b22f-ad213106a7df?depth=0|INFO|500||InvokeReturn 2022-12-09T04:51:20.002Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|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/7bb1bea1-e977-4033-b553-f2499298b942/model-vers/model-ver/50b5f0ea-f541-47c6-b22f-ad213106a7df?depth=0 has http status code:200 and response headers:{date=[Fri, 09 Dec 2022 04:51:20 GMT], content-length=[0], vertex-id=[450584], x-aai-txid=[0-aai-resources-221209-04:51:20:304-58258], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-09T04:51:20.002Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-12-09T04:51:20.002Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-09T04:51:20.002Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T04:51:20.006Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-09T04:51:20.007Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5d39030e-1dc3-4fec-901f-e4557d5309e2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-09T04:51:20.007Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-09T04:51:20.007Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-09T04:51:20.008Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T04:51:20.008Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561480007, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-09T04:51:20.109Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T04:51:20.110Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T04:51:20.110Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T04:51:20.127Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:51:20.127Z||pool-88-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-09T04:51:21.020Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:51:21.020Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:51:21.020Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:51:31.312Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:51:31.313Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:51:31.313Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:51:31.313Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:51:40.874Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:51:40.875Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:51:40.875Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:51:40.876Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:51:50.456Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:51:50.456Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:51:50.457Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:51:50.457Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:52:00.021Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:52:00.023Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:52:00.024Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:52:00.024Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:52:09.568Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:52:14.464Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:52:14.465Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:52:14.465Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:52:14.466Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:52:14.466Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:52:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:52:14.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:52:14.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:52:14.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "4b154cff-873f-46cf-99a1-d93204572ba9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561377589, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-09T04:52:14.492Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:52:14.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:52:14.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:52:14.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:52:14.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:52:14.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-09T04:52:14.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:52:14.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:52:14.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-09T04:52:14.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:52:14.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:52:14.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:52:14.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:52:14.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:52:14.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-09T04:52:14.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:52:14.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:52:14.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:52:14.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:52:14.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:52:14.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:52:14.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-09T04:52:14.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:52:14.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561385854, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:52:14.496Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:52:14.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:52:14.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561388335, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-09T04:52:14.497Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:52:14.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:52:14.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561389392, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-09T04:52:14.497Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:52:14.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:52:14.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561390443, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-09T04:52:14.498Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:52:14.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:52:14.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561391550, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-09T04:52:14.499Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:52:14.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:52:14.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561392553, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-09T04:52:14.499Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:52:14.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:52:14.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561393557, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-09T04:52:14.500Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:52:14.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-09T04:52:14.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561394561, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T04:52:14.501Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:52:24.020Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:53:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:53:14.466Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:53:14.467Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:53:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:53:14.467Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:53:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:53:14.494Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:53:14.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:53:14.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5793f8bb-6469-4ac1-8fdb-3faabf4774af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561425785, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-09T04:53:14.496Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:53:14.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:53:14.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:53:14.496Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:53:14.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:53:14.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-09T04:53:14.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:53:14.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:53:14.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-09T04:53:14.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:53:14.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:53:14.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-09T04:53:14.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:53:14.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:53:14.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-09T04:53:14.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:53:14.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:53:14.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T04:53:14.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:53:14.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:53:14.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-09T04:53:14.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:53:14.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:53:14.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T04:53:14.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:53:14.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:53:14.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561331380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-09T04:53:14.499Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-09T04:53:14.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:53:14.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561436132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T04:53:14.499Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:53:14.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:53:14.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561438456, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-12-09T04:53:14.499Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:53:14.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:53:14.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561439528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-09T04:53:14.499Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:53:14.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:53:14.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561440581, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-09T04:53:14.500Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:53:14.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:53:14.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561441640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-09T04:53:14.500Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:53:14.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:53:14.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561442688, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-09T04:53:14.500Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:53:14.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:53:14.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561443787, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-12-09T04:53:14.500Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:53:14.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:53:14.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561444790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-12-09T04:53:14.501Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:53:14.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:53:14.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561445794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-09T04:53:14.501Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:53:14.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:53:14.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561446797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-12-09T04:53:14.501Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:53:14.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:53:14.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561447802, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-12-09T04:53:14.501Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:53:14.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:53:14.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561448806, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T04:53:14.501Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:53:24.031Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:54:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:54:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:54:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:54:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:54:14.467Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:54:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:54:14.998Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:54:14.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-09T04:54:14.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d39030e-1dc3-4fec-901f-e4557d5309e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670561480007, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-09T04:54:15.000Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T04:54:24.047Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:55:14.466Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:55:14.466Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:55:14.467Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:55:14.467Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:55:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:55:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:55:24.027Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:55:24.029Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:56:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:56:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:56:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:56:14.466Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:56:14.467Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:56:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:56:24.015Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:56:24.022Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:57:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:57:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:57:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:57:14.466Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:57:14.466Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:57:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:57:24.019Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:57:24.041Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:58:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:58:14.466Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:58:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:58:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:58:14.469Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:58:14.469Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:58:24.012Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:58:24.013Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:59:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:59:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:59:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:59:14.466Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T04:59:14.467Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T04:59:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T04:59:24.018Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T04:59:24.023Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:00:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:00:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:00:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:00:14.466Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:00:14.467Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:00:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:00:24.032Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:00:24.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:01:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:01:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:01:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:01:14.466Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:01:14.467Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:01:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:01:24.016Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:01:24.016Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:02:14.464Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:02:14.465Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:02:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:02:14.466Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:02:14.468Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:02:14.468Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:02:24.023Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:02:24.024Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:03:14.467Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:03:14.467Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:03:14.469Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:03:14.469Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:03:14.471Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:03:14.472Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:03:24.019Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:03:24.022Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:04:14.464Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:04:14.465Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:04:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:04:14.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:04:14.466Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:04:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:04:24.020Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:04:24.020Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:05:14.466Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:05:14.466Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:05:14.467Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:05:14.467Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:05:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:05:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:05:24.022Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:05:24.024Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:06:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:06:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:06:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:06:14.466Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:06:14.466Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:06:14.466Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:06:24.054Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:06:24.076Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:07:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:07:14.466Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:07:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:07:14.466Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:07:14.467Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:07:14.467Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:07:24.037Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:07:24.042Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:08:14.465Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:08:14.468Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:08:14.469Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:08:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:08:14.472Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:08:14.472Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:08:24.024Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:08:24.025Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:09:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:09:14.466Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:09:14.466Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:09:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:09:14.467Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:09:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:09:24.011Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:09:24.011Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:10:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:10:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:10:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:10:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:10:14.467Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:10:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:10:24.016Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:10:24.016Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:11:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:11:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:11:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:11:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:11:14.466Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:11:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:11:24.017Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:11:24.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:12:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:12:14.466Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:12:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:12:14.466Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:12:14.467Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:12:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:12:24.032Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:12:24.035Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:13:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:13:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:13:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:13:14.466Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:13:14.466Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:13:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:13:24.012Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:13:24.018Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:14:14.466Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:14:14.466Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:14:14.467Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:14:14.467Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:14:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:14:14.467Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:14:24.018Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:14:24.018Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:15:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:15:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:15:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:15:14.467Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:15:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:15:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:15:24.020Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:15:24.022Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:16:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:16:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:16:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:16:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:16:14.466Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:16:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:16:24.014Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:16:24.015Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:17:14.465Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:17:14.466Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:17:14.466Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:17:14.467Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:17:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:17:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:17:24.018Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:17:24.019Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:18:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:18:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:18:14.468Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:18:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:18:14.468Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:18:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:18:24.023Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:18:24.028Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:19:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:19:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:19:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:19:14.466Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:19:14.467Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:19:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:19:24.030Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:19:24.069Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:20:14.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:20:14.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:20:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:20:14.467Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:20:14.468Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:20:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:20:24.013Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:20:24.021Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:21:14.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:21:14.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:21:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:21:14.466Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:21:14.467Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:21:14.467Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:21:24.015Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:21:24.018Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:22:14.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:22:14.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:22:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:22:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:22:14.467Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:22:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:22:24.020Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:22:24.020Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:23:14.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:23:14.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:23:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:23:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:23:14.466Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:23:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:23:24.010Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:23:24.012Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:24:14.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:24:14.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:24:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:24:14.467Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:24:14.467Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:24:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:24:15.099Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:24:15.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-09T05:24:15.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"be70fad3-c6dc-40bb-8234-139cceac3a78","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"954e90ae-b453-4efb-9cb0-e8d4dfd64066","serviceDescription":"service","serviceInvariantUUID":"e54902e7-147d-4663-8fbf-4c7a06f8b471","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6a3bcdff-f59e-45e4-b4be-8d6e10f2db99","resourceInvariantUUID":"b969b2fb-141b-40e3-b629-68840d174e0a","resourceCustomizationUUID":"e45c0e3f-5d8c-4485-aff3-2d41d30afa23","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":"YTcxOTlmZmNhMzZmMTY3MDM3ODdlMWJjNmMzYjI0OGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c60ef1d2-6330-4d7f-90a4-f82d98702719","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":"NTA4Mjk3ODM3YTVkOTNiOTNiNzQ4YjU0ZjRjYzU0ZWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aa7284fa-0e9d-4664-a0dd-62f8ea590583","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":"c3ad1016-abe9-4f84-a822-c6a78cb0cf09","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":"59883799-d3e3-47a3-a877-1ff1070f2bb5","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":"2c62ae0d-9f47-458d-84e7-61d49da742b1","artifactVersion":"2","generatedFromUUID":"ec04f4c6-4bd8-4a9d-9444-16e9b9ac8202"},{"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":"11f36b5a-a6b4-4d51-9548-1255ada2e491","artifactVersion":"2","generatedFromUUID":"c3ad1016-abe9-4f84-a822-c6a78cb0cf09"},{"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":"ec04f4c6-4bd8-4a9d-9444-16e9b9ac8202","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":"054c1665-6b27-4efa-8dd4-dbbbc4d322ed","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":"YmE5MDMzYzMzOGQ3ZDk4NWM3NTZhYjQ1ODAxOWJmMGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fef64177-3414-4af6-8294-b3e05d7b0541","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZDhmODBjOWZkM2Y1MDRiZjYzMmY4ZWI5ZWIxYjdlNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f855666d-3e5d-47fb-8d37-13c4c81d7f4a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-09T05:24:15.101Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:24:15.104Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T05:24:15.105Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:24:15.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:24:15.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "multicloud-k8s-id", "timestamp": 1670563443643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:24:15.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:24:15.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:24:15.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "cds", "timestamp": 1670563441523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:24:15.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:24:15.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:24:15.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "aai-ml", "timestamp": 1670563440714, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:24:15.120Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:24:15.120Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563454464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:24:15.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:24:15.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:24:15.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "ves-openapi-manager", "timestamp": 1670563445788, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:24:15.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:24:15.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:24:15.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "multicloud-k8s-id", "timestamp": 1670563443643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-09T05:24:15.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:24:15.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:24:15.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "cds", "timestamp": 1670563441523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-09T05:24:15.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:24:15.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:24:15.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "aai-ml", "timestamp": 1670563440714, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-09T05:24:15.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:24:15.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:24:15.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "ves-openapi-manager", "timestamp": 1670563445788, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-09T05:24:15.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:24:15.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:24:15.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "multicloud-k8s-id", "timestamp": 1670563443643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-09T05:24:15.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:24:15.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:24:15.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "cds", "timestamp": 1670563441523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T05:24:15.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:24:15.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:24:15.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "aai-ml", "timestamp": 1670563440714, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T05:24:15.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:24:15.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:24:15.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "ves-openapi-manager", "timestamp": 1670563445788, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T05:24:15.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:24:15.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:24:15.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "multicloud-k8s-id", "timestamp": 1670563443643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:24:15.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:24:15.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:24:15.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "cds", "timestamp": 1670563441523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:24:15.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:24:15.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:24:15.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "aai-ml", "timestamp": 1670563440714, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:24:15.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:24:15.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:24:15.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "ves-openapi-manager", "timestamp": 1670563445788, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:24:15.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:24:15.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:24:15.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "multicloud-k8s-id", "timestamp": 1670563443643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-09T05:24:15.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:24:15.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:24:15.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "cds", "timestamp": 1670563441523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-09T05:24:15.126Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:24:15.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:24:15.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "aai-ml", "timestamp": 1670563440714, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-09T05:24:15.126Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:24:15.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:24:15.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "ves-openapi-manager", "timestamp": 1670563445788, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-09T05:24:15.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:24:15.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:24:15.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "multicloud-k8s-id", "timestamp": 1670563443643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-09T05:24:15.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:24:15.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:24:15.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "cds", "timestamp": 1670563441523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-09T05:24:15.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:24:15.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:24:15.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "aai-ml", "timestamp": 1670563440714, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-09T05:24:15.128Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:24:15.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:24:15.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "ves-openapi-manager", "timestamp": 1670563445788, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-09T05:24:15.128Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:24:15.220Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:24:15.221Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:24:15.221Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:24:15.233Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:24:15.233Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:24:16.122Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T05:24:16.122Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:24:16.125Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:24:16.125Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563454464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-09T05:24:16.226Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-09T05:24:16.227Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:24:16.227Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:24:16.245Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:24:16.245Z||pool-90-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-12-09T05:24:17.125Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T05:24:17.126Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:24:17.128Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:24:17.129Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563454464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-09T05:24:17.229Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:24:17.230Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:24:17.230Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:24:17.247Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:24:17.247Z||pool-91-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-12-09T05:24:18.129Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T05:24:18.130Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:24:18.132Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:24:18.132Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563454464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:24:18.232Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:24:18.233Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:24:18.233Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:24:18.245Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:24:18.246Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:24:19.132Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T05:24:19.133Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:24:19.134Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:24:19.135Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563454464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-09T05:24:19.235Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:24:19.235Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:24:19.236Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:24:19.249Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:24:19.249Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:24:20.135Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T05:24:20.136Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:24:20.138Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:24:20.138Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563454464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-09T05:24:20.239Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-09T05:24:20.239Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:24:20.239Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:24:20.251Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:24:20.251Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:24:21.139Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T05:24:21.140Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:24:21.141Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:24:21.142Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563454464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-09T05:24:21.242Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:24:21.242Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:24:21.243Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:24:21.277Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:24:21.278Z||pool-95-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:24:22.142Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T05:24:22.142Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:24:22.144Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:24:22.146Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563454464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-09T05:24:22.244Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-12-09T05:24:22.245Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:24:22.245Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:24:22.262Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:24:22.262Z||pool-96-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-12-09T05:24:23.147Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T05:24:23.147Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:24:23.149Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:24:23.149Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563454464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T05:24:23.250Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:24:23.250Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:24:23.250Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:24:23.307Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:24:23.308Z||pool-97-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:24:24.150Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T05:24:24.151Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:24:24.153Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:24:24.153Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563454464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-09T05:24:24.253Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:24:24.254Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:24:24.254Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:24:24.267Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:24:24.267Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:24:25.155Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "954e90ae-b453-4efb-9cb0-e8d4dfd64066", "serviceDescription": "service", "serviceInvariantUUID": "e54902e7-147d-4663-8fbf-4c7a06f8b471", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "e45c0e3f-5d8c-4485-aff3-2d41d30afa23", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6a3bcdff-f59e-45e4-b4be-8d6e10f2db99", "resourceInvariantUUID": "b969b2fb-141b-40e3-b629-68840d174e0a", "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": "NTA4Mjk3ODM3YTVkOTNiOTNiNzQ4YjU0ZjRjYzU0ZWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "aa7284fa-0e9d-4664-a0dd-62f8ea590583", "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": "c3ad1016-abe9-4f84-a822-c6a78cb0cf09", "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": "11f36b5a-a6b4-4d51-9548-1255ada2e491", "generatedFromUUID": "c3ad1016-abe9-4f84-a822-c6a78cb0cf09" }, "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": "2c62ae0d-9f47-458d-84e7-61d49da742b1", "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": "11f36b5a-a6b4-4d51-9548-1255ada2e491", "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": "ec04f4c6-4bd8-4a9d-9444-16e9b9ac8202", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZDhmODBjOWZkM2Y1MDRiZjYzMmY4ZWI5ZWIxYjdlNjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f855666d-3e5d-47fb-8d37-13c4c81d7f4a" } ], "workloadContext": "Production" } 2022-12-09T05:24:25.155Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-09T05:24:25.155Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 954e90ae-b453-4efb-9cb0-e8d4dfd64066 ASDC 2022-12-09T05:24:25.157Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:be70fad3-c6dc-40bb-8234-139cceac3a78 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:954e90ae-b453-4efb-9cb0-e8d4dfd64066 ServiceInvariantUUID:e54902e7-147d-4663-8fbf-4c7a06f8b471 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:f855666d-3e5d-47fb-8d37-13c4c81d7f4a ArtifactChecksum:ZDhmODBjOWZkM2Y1MDRiZjYzMmY4ZWI5ZWIxYjdlNjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:e45c0e3f-5d8c-4485-aff3-2d41d30afa23 ResourceInvariantUUID:b969b2fb-141b-40e3-b629-68840d174e0a ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:6a3bcdff-f59e-45e4-b4be-8d6e10f2db99 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:aa7284fa-0e9d-4664-a0dd-62f8ea590583 ArtifactChecksum:NTA4Mjk3ODM3YTVkOTNiOTNiNzQ4YjU0ZjRjYzU0ZWY= 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:c3ad1016-abe9-4f84-a822-c6a78cb0cf09 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:11f36b5a-a6b4-4d51-9548-1255ada2e491 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:2c62ae0d-9f47-458d-84e7-61d49da742b1 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:11f36b5a-a6b4-4d51-9548-1255ada2e491 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:ec04f4c6-4bd8-4a9d-9444-16e9b9ac8202 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-09T05:24:25.157Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 954e90ae-b453-4efb-9cb0-e8d4dfd64066 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T05:24:25.226Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-09T05:24:25.228Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-09T05:24:25.228Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-09T05:24:25.228Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f855666d-3e5d-47fb-8d37-13c4c81d7f4a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-09T05:24:25.228Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-09T05:24:25.229Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-09T05:24:25.341Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-09T05:24:25.396Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar f855666d-3e5d-47fb-8d37-13c4c81d7f4a 162985 2022-12-09T05:24:25.397Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-12-09T05:24:25.397Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-09T05:24:25.397Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T05:24:25.397Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:24:25.414Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:24:25.415Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563465397, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T05:24:25.500Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms 2022-12-09T05:24:25.501Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:24:25.502Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:24:25.519Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:24:25.520Z||pool-99-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:24:26.415Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-09T05:24:26.416Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-09T05:24:26.417Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f855666d-3e5d-47fb-8d37-13c4c81d7f4a, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-09T05:24:26.417Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-12-09T05:24:26.418Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-09T05:24:26.418Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-09T05:24:26.615Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5526982349650644427/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-12-09T05:24:27.922Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-09T05:24:27.922Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-12-09T05:24:27.922Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-09T05:24:27.923Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-12-09T05:24:27.923Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-09T05:24:27.923Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-09T05:24:27.923Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-09T05:24:27.923Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-09T05:24:27.923Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-12-09T05:24:27.923Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:24:27.923Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:24:27.924Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-09T05:24:27.924Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-12-09T05:24:27.924Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-09T05:24:27.924Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:24:27.924Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:24:27.925Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-09T05:24:27.925Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-12-09T05:24:27.925Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-09T05:24:27.925Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:24:27.925Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:24:27.925Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:24:27.925Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-12-09T05:24:27.926Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-12-09T05:24:27.926Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-12-09T05:24:27.926Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-09T05:24:27.926Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:24:27.926Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-09T05:24:27.926Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:24:27.927Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-09T05:24:27.927Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T05:24:27.927Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:24:27.927Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-09T05:24:27.927Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T05:24:27.928Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:24:27.928Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-09T05:24:27.928Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T05:24:27.928Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:24:27.928Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-09T05:24:27.928Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T05:24:27.928Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:24:27.929Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-12-09T05:24:27.929Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-12-09T05:24:27.929Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=f5f630a6-41ed-49e8-ac9d-581d891fd7a4 2022-12-09T05:24:27.929Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:24:27.929Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:24:27.929Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:24:27.930Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:24:27.930Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:24:27.930Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:24:27.930Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:24:27.930Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:24:27.930Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:954e90ae-b453-4efb-9cb0-e8d4dfd64066 Model Version:NULL Model InvariantUuid:e54902e7-147d-4663-8fbf-4c7a06f8b471 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:5bd88bf6-4e45-4703-849c-a124651ec8e0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b969b2fb-141b-40e3-b629-68840d174e0a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e45c0e3f-5d8c-4485-aff3-2d41d30afa23 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:18b3fbf0-6075-4ace-949b-867cb92618e6 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:5d979f1e-8bd7-4d59-96c1-c9035e20c05b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:ba21ce7b-d459-49cc-bd03-41756836d89f ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:3c66d6ec-aef7-4131-9bab-b90b1232acfa ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f5f630a6-41ed-49e8-ac9d-581d891fd7a4 ModelInvariantUuid:8fed0458-205d-487d-9f54-35d3a6ac0149 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:44d30a3f-4773-4547-85a8-583c76da1e00 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:36463bfe-edc2-4196-8118-6d84e8f86455 ModelInvariantUuid:15019764-918b-496a-ae54-e8ffcc2a86dc ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:e6587129-577e-4652-b779-0f7ac9fc6469 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-12-09T05:24:27.938Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 6a3bcdff-f59e-45e4-b4be-8d6e10f2db99 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T05:24:27.942Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0 2022-12-09T05:24:27.943Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6a3bcdff-f59e-45e4-b4be-8d6e10f2db99 2022-12-09T05:24:27.943Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: aa7284fa-0e9d-4664-a0dd-62f8ea590583 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-12-09T05:24:27.943Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-09T05:24:27.943Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-12-09T05:24:27.988Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-09T05:24:27.988Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json aa7284fa-0e9d-4664-a0dd-62f8ea590583 1565 2022-12-09T05:24:27.988Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-12-09T05:24:27.989Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-12-09T05:24:27.989Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T05:24:27.989Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:24:27.991Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:24:27.991Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563467988, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-09T05:24:28.091Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:24:28.092Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:24:28.092Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:24:28.103Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:24:28.103Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:24:28.992Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "ba21ce7b-d459-49cc-bd03-41756836d89f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3c66d6ec-aef7-4131-9bab-b90b1232acfa", "vfModuleModelCustomizationUUID": "4ce4c845-8a4e-4fed-83a8-e6022325e702", "isBase": true, "artifacts": [ "c3ad1016-abe9-4f84-a822-c6a78cb0cf09", "11f36b5a-a6b4-4d51-9548-1255ada2e491" ], "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": "18b3fbf0-6075-4ace-949b-867cb92618e6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5d979f1e-8bd7-4d59-96c1-c9035e20c05b", "vfModuleModelCustomizationUUID": "6bdf62f6-9d54-48e3-b132-c9bda1f56ca8", "isBase": false, "artifacts": [ "ec04f4c6-4bd8-4a9d-9444-16e9b9ac8202" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-09T05:24:28.997Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3c66d6ec-aef7-4131-9bab-b90b1232acfa VfModuleModelInvariantUUID:ba21ce7b-d459-49cc-bd03-41756836d89f VfModuleModelDescription:NULL Artifacts UUID List:{ c3ad1016-abe9-4f84-a822-c6a78cb0cf09 , 11f36b5a-a6b4-4d51-9548-1255ada2e491 } 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:5d979f1e-8bd7-4d59-96c1-c9035e20c05b VfModuleModelInvariantUUID:18b3fbf0-6075-4ace-949b-867cb92618e6 VfModuleModelDescription:NULL Artifacts UUID List:{ ec04f4c6-4bd8-4a9d-9444-16e9b9ac8202 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-12-09T05:24:29.001Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "ba21ce7b-d459-49cc-bd03-41756836d89f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3c66d6ec-aef7-4131-9bab-b90b1232acfa", "vfModuleModelCustomizationUUID": "4ce4c845-8a4e-4fed-83a8-e6022325e702", "isBase": true, "artifacts": [ "c3ad1016-abe9-4f84-a822-c6a78cb0cf09", "11f36b5a-a6b4-4d51-9548-1255ada2e491" ], "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": "18b3fbf0-6075-4ace-949b-867cb92618e6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5d979f1e-8bd7-4d59-96c1-c9035e20c05b", "vfModuleModelCustomizationUUID": "6bdf62f6-9d54-48e3-b132-c9bda1f56ca8", "isBase": false, "artifacts": [ "ec04f4c6-4bd8-4a9d-9444-16e9b9ac8202" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-09T05:24:29.001Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3c66d6ec-aef7-4131-9bab-b90b1232acfa VfModuleModelInvariantUUID:ba21ce7b-d459-49cc-bd03-41756836d89f VfModuleModelDescription:NULL Artifacts UUID List:{ c3ad1016-abe9-4f84-a822-c6a78cb0cf09 , 11f36b5a-a6b4-4d51-9548-1255ada2e491 } 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:5d979f1e-8bd7-4d59-96c1-c9035e20c05b VfModuleModelInvariantUUID:18b3fbf0-6075-4ace-949b-867cb92618e6 VfModuleModelDescription:NULL Artifacts UUID List:{ ec04f4c6-4bd8-4a9d-9444-16e9b9ac8202 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-12-09T05:24:29.001Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c3ad1016-abe9-4f84-a822-c6a78cb0cf09 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-12-09T05:24:29.001Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-09T05:24:29.001Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-12-09T05:24:29.056Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-09T05:24:29.057Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml c3ad1016-abe9-4f84-a822-c6a78cb0cf09 914 2022-12-09T05:24:29.057Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-12-09T05:24:29.057Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-12-09T05:24:29.057Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T05:24:29.057Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:24:29.059Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:24:29.060Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563469057, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-09T05:24:29.160Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:24:29.161Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:24:29.161Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:24:29.188Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:24:29.188Z||pool-101-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:24:30.060Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2c62ae0d-9f47-458d-84e7-61d49da742b1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-12-09T05:24:30.060Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-09T05:24:30.060Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-12-09T05:24:30.106Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-09T05:24:30.107Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2c62ae0d-9f47-458d-84e7-61d49da742b1 12 2022-12-09T05:24:30.107Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-12-09T05:24:30.107Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-12-09T05:24:30.107Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T05:24:30.107Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:24:30.109Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:24:30.110Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563470107, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-12-09T05:24:30.210Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:24:30.211Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:24:30.211Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:24:30.224Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:24:30.224Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-09T05:24:31.111Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 11f36b5a-a6b4-4d51-9548-1255ada2e491 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-12-09T05:24:31.112Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-09T05:24:31.112Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-12-09T05:24:31.210Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-09T05:24:31.211Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 11f36b5a-a6b4-4d51-9548-1255ada2e491 96 2022-12-09T05:24:31.211Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-12-09T05:24:31.212Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-12-09T05:24:31.212Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T05:24:31.212Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:24:31.214Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:24:31.215Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563471211, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-09T05:24:31.315Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:24:31.316Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:24:31.316Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:24:31.333Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:24:31.334Z||pool-103-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:24:32.215Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ec04f4c6-4bd8-4a9d-9444-16e9b9ac8202 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-12-09T05:24:32.216Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-09T05:24:32.216Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-12-09T05:24:32.289Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-09T05:24:32.290Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ec04f4c6-4bd8-4a9d-9444-16e9b9ac8202 20206 2022-12-09T05:24:32.290Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-12-09T05:24:32.290Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-12-09T05:24:32.290Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T05:24:32.290Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:24:32.292Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:24:32.292Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563472290, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-09T05:24:32.392Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-09T05:24:32.393Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:24:32.393Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:24:32.404Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:24:32.405Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:24:33.296Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 954e90ae-b453-4efb-9cb0-e8d4dfd64066 2022-12-09T05:24:33.297Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 6a3bcdff-f59e-45e4-b4be-8d6e10f2db99 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T05:24:33.308Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3439b9d5, org.onap.sdc.toscaparser.api.parameters.Input@62b6e13e, org.onap.sdc.toscaparser.api.parameters.Input@5c347f91, org.onap.sdc.toscaparser.api.parameters.Input@10f4f57a, org.onap.sdc.toscaparser.api.parameters.Input@697a01a0] 2022-12-09T05:24:33.310Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:24:33.310Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:24:33.310Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-12-09T05:24:33.310Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= e45c0e3f-5d8c-4485-aff3-2d41d30afa23 2022-12-09T05:24:33.311Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e45c0e3f-5d8c-4485-aff3-2d41d30afa23 matches Tosca VF Customization UUID: e45c0e3f-5d8c-4485-aff3-2d41d30afa23 2022-12-09T05:24:33.311Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: e45c0e3f-5d8c-4485-aff3-2d41d30afa23 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-12-09T05:24:33.313Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:24:33.314Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:24:33.314Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id e45c0e3f-5d8c-4485-aff3-2d41d30afa23: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2022-12-09T05:24:33.314Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@74cfe87f 2022-12-09T05:24:33.315Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:24:33.315Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-09T05:24:33.315Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6bdf62f6-9d54-48e3-b132-c9bda1f56ca8 2022-12-09T05:24:33.315Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6bdf62f6-9d54-48e3-b132-c9bda1f56ca8 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-12-09T05:24:33.318Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:24:33.318Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-09T05:24:33.318Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T05:24:33.318Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:24:33.319Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-09T05:24:33.319Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T05:24:33.319Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:24:33.319Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-09T05:24:33.319Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e45c0e3f-5d8c-4485-aff3-2d41d30afa23 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T05:24:33.321Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:24:33.321Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:24:33.321Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 954e90ae-b453-4efb-9cb0-e8d4dfd64066: basic_cnf_macro 2022-12-09T05:24:33.322Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:24:33.322Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:24:33.322Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:24:33.322Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:24:33.322Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:24:33.322Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:24:33.323Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:24:33.323Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:24:33.323Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:24:33.323Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:24:33.323Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T05:24:33.412Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 6a3bcdff-f59e-45e4-b4be-8d6e10f2db99 2 ASDC deployResourceStructure 2022-12-09T05:24:33.413Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-12-09T05:24:33.413Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-12-09T05:24:33.413Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-09T05:24:33.413Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:24:33.415Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:24:33.415Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563473412, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-09T05:24:33.515Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:24:33.516Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:24:33.517Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:24:33.531Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:24:33.531Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:24:34.416Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-12-09T05:24:34.416Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-12-09T05:24:34.417Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-09T05:24:34.417Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:24:34.419Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:24:34.419Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563474416, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-12-09T05:24:34.519Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:24:34.520Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:24:34.520Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:24:34.531Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:24:34.532Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:24:35.420Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-12-09T05:24:35.420Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-12-09T05:24:35.420Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-09T05:24:35.420Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:24:35.423Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:24:35.423Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563475420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-12-09T05:24:35.530Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-12-09T05:24:35.531Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:24:35.531Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:24:35.558Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:24:35.558Z||pool-107-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:24:36.424Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-12-09T05:24:36.425Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-12-09T05:24:36.425Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-09T05:24:36.425Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:24:36.427Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:24:36.427Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563476424, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-12-09T05:24:36.528Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:24:36.528Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:24:36.529Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:24:36.541Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:24:36.541Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-09T05:24:37.439Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-12-09T05:24:37.439Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-12-09T05:24:37.439Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-09T05:24:37.439Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:24:37.443Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:24:37.443Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563477439, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-12-09T05:24:37.541Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-12-09T05:24:37.542Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:24:37.542Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:24:37.553Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:24:37.554Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:24:38.444Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-12-09T05:24:38.444Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-09T05:24:38.444Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-09T05:24:38.444Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:24:38.446Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:24:38.446Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563478443, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T05:24:38.546Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:24:38.547Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:24:38.547Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:24:38.562Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:24:38.563Z||pool-110-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:24:39.447Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be70fad3-c6dc-40bb-8234-139cceac3a78 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T05:24:39.458Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be70fad3-c6dc-40bb-8234-139cceac3a78 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T05:24:39.460Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-09T05:24:39.460Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-09T05:24:39.460Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-09T05:25:09.461Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be70fad3-c6dc-40bb-8234-139cceac3a78 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T05:25:09.470Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be70fad3-c6dc-40bb-8234-139cceac3a78 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T05:25:09.472Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-09T05:25:09.472Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-09T05:25:09.472Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-09T05:25:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:25:14.467Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:25:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:25:14.598Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:25:14.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:25:14.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563454464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:25:14.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:25:39.472Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be70fad3-c6dc-40bb-8234-139cceac3a78 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T05:25:39.482Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be70fad3-c6dc-40bb-8234-139cceac3a78 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T05:25:39.484Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-09T05:25:39.484Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-09T05:25:39.484Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-09T05:26:09.484Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be70fad3-c6dc-40bb-8234-139cceac3a78 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T05:26:09.501Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be70fad3-c6dc-40bb-8234-139cceac3a78 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T05:26:09.503Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-09T05:26:09.503Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-09T05:26:09.503Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-09T05:26:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:26:14.467Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:26:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:26:14.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:26:14.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "multicloud-k8s-id", "timestamp": 1670563443643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-09T05:26:14.501Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "cds", "timestamp": 1670563441523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "aai-ml", "timestamp": 1670563440714, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "ves-openapi-manager", "timestamp": 1670563445788, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563455711, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563454464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-09T05:26:14.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "multicloud-k8s-id", "timestamp": 1670563443643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "cds", "timestamp": 1670563441523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "aai-ml", "timestamp": 1670563440714, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "ves-openapi-manager", "timestamp": 1670563445788, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563455711, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563454464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-09T05:26:14.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "multicloud-k8s-id", "timestamp": 1670563443643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "cds", "timestamp": 1670563441523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "aai-ml", "timestamp": 1670563440714, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "ves-openapi-manager", "timestamp": 1670563445788, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563455711, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563454464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "multicloud-k8s-id", "timestamp": 1670563443643, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-09T05:26:14.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "cds", "timestamp": 1670563441523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-09T05:26:14.511Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "aai-ml", "timestamp": 1670563440714, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-09T05:26:14.511Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "ves-openapi-manager", "timestamp": 1670563445788, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563455711, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563454464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-09T05:26:14.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "multicloud-k8s-id", "timestamp": 1670563459337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-09T05:26:14.513Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "aai-ml", "timestamp": 1670563459664, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T05:26:14.514Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "cds", "timestamp": 1670563459987, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T05:26:14.514Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563455711, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563454464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-09T05:26:14.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "multicloud-k8s-id", "timestamp": 1670563460393, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-09T05:26:14.516Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563455711, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563454464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-09T05:26:14.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "multicloud-k8s-id", "timestamp": 1670563461444, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-09T05:26:14.518Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563455711, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "cds", "timestamp": 1670563462772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T05:26:14.526Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of be70fad3-c6dc-40bb-8234-139cceac3a78 2022-12-09T05:26:14.526Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be70fad3-c6dc-40bb-8234-139cceac3a78 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T05:26:14.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563454464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "multicloud-k8s-id", "timestamp": 1670563462518, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-09T05:26:14.535Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563455711, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563454464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "multicloud-k8s-id", "timestamp": 1670563463608, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T05:26:14.540Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be70fad3-c6dc-40bb-8234-139cceac3a78 2022-12-09T05:26:14.541Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be70fad3-c6dc-40bb-8234-139cceac3a78 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T05:26:14.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563455711, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.548Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563454464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-09T05:26:14.549Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "multicloud-k8s-id", "timestamp": 1670563464614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-09T05:26:14.549Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563455711, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-09T05:26:14.550Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563465397, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T05:26:14.550Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563466527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T05:26:14.550Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "multicloud-k8s-id", "timestamp": 1670563465619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.551Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "ves-openapi-manager", "timestamp": 1670563465788, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.551Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "cds", "timestamp": 1670563463777, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.552Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "aai-ml", "timestamp": 1670563467873, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T05:26:14.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563467988, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-09T05:26:14.553Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "multicloud-k8s-id", "timestamp": 1670563465619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-09T05:26:14.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "ves-openapi-manager", "timestamp": 1670563465788, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.554Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "cds", "timestamp": 1670563463777, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.554Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "aai-ml", "timestamp": 1670563468879, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T05:26:14.559Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of be70fad3-c6dc-40bb-8234-139cceac3a78 2022-12-09T05:26:14.559Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be70fad3-c6dc-40bb-8234-139cceac3a78 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T05:26:14.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563469229, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T05:26:14.567Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "ves-openapi-manager", "timestamp": 1670563465788, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "multicloud-k8s-id", "timestamp": 1670563465619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-09T05:26:14.568Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "cds", "timestamp": 1670563463777, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.568Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563469057, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-09T05:26:14.569Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563470235, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T05:26:14.573Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of be70fad3-c6dc-40bb-8234-139cceac3a78 2022-12-09T05:26:14.573Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be70fad3-c6dc-40bb-8234-139cceac3a78 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T05:26:14.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "ves-openapi-manager", "timestamp": 1670563465788, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.581Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.582Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.582Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "multicloud-k8s-id", "timestamp": 1670563465619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.582Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.582Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.582Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "cds", "timestamp": 1670563463777, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.582Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.582Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.583Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563470107, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-12-09T05:26:14.583Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.583Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.583Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "ves-openapi-manager", "timestamp": 1670563465788, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.583Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.583Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.583Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "cds", "timestamp": 1670563463777, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.584Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "aai-ml", "timestamp": 1670563470714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.584Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "multicloud-k8s-id", "timestamp": 1670563465619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-09T05:26:14.584Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563471211, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-09T05:26:14.585Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "ves-openapi-manager", "timestamp": 1670563465788, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "aai-ml", "timestamp": 1670563470714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "cds", "timestamp": 1670563463777, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "multicloud-k8s-id", "timestamp": 1670563465619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563472290, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-09T05:26:14.587Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "ves-openapi-manager", "timestamp": 1670563465788, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.587Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "multicloud-k8s-id", "timestamp": 1670563465619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.588Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "cds", "timestamp": 1670563463777, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.588Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "aai-ml", "timestamp": 1670563470714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.588Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563473412, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-09T05:26:14.589Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "ves-openapi-manager", "timestamp": 1670563465788, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.589Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "aai-ml", "timestamp": 1670563470714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.590Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "cds", "timestamp": 1670563463777, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-09T05:26:14.590Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "multicloud-k8s-id", "timestamp": 1670563465619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-09T05:26:14.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563474416, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-12-09T05:26:14.591Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "aai-ml", "timestamp": 1670563470714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "multicloud-k8s-id", "timestamp": 1670563475220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-09T05:26:14.592Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "cds", "timestamp": 1670563475883, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T05:26:14.592Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563475420, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-12-09T05:26:14.593Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "aai-ml", "timestamp": 1670563470714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "multicloud-k8s-id", "timestamp": 1670563476305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-09T05:26:14.593Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563476424, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-12-09T05:26:14.594Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "cds", "timestamp": 1670563477342, "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 (?, ?, ?, ?, ?) 2022-12-09T05:26:14.606Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 748c7bc3-7c1a-41a3-9799-cc7de6d6df0b 2022-12-09T05:26:14.606Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 748c7bc3-7c1a-41a3-9799-cc7de6d6df0b and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T05:26:14.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "aai-ml", "timestamp": 1670563470714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.614Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "multicloud-k8s-id", "timestamp": 1670563477363, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-09T05:26:14.614Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563477439, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-12-09T05:26:14.615Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "aai-ml", "timestamp": 1670563470714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-09T05:26:14.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "multicloud-k8s-id", "timestamp": 1670563478390, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T05:26:14.620Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 748c7bc3-7c1a-41a3-9799-cc7de6d6df0b 2022-12-09T05:26:14.620Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 748c7bc3-7c1a-41a3-9799-cc7de6d6df0b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T05:26:14.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.628Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563478443, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T05:26:14.628Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "aai-ml", "timestamp": 1670563479486, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T05:26:14.629Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "multicloud-k8s-id", "timestamp": 1670563479393, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-09T05:26:14.629Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563485712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563485712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "aai-ml", "timestamp": 1670563487319, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T05:26:14.630Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563485712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "aai-ml", "timestamp": 1670563488326, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T05:26:14.636Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 748c7bc3-7c1a-41a3-9799-cc7de6d6df0b 2022-12-09T05:26:14.636Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 748c7bc3-7c1a-41a3-9799-cc7de6d6df0b and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T05:26:14.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563485712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563485712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.645Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563485712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.645Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563485712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563485712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-09T05:26:14.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563494462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T05:26:14.647Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563496956, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T05:26:14.647Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:26:14.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563497962, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T05:26:14.652Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 748c7bc3-7c1a-41a3-9799-cc7de6d6df0b 2022-12-09T05:26:14.652Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 748c7bc3-7c1a-41a3-9799-cc7de6d6df0b and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T05:26:14.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "multicloud-k8s-id", "timestamp": 1670563503643, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "ves-openapi-manager", "timestamp": 1670563505788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "cds", "timestamp": 1670563501523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "aai-ml", "timestamp": 1670563500715, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "multicloud-k8s-id", "timestamp": 1670563503643, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "ves-openapi-manager", "timestamp": 1670563505788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "cds", "timestamp": 1670563501523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "aai-ml", "timestamp": 1670563500715, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "multicloud-k8s-id", "timestamp": 1670563503643, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "ves-openapi-manager", "timestamp": 1670563505788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "cds", "timestamp": 1670563501523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "aai-ml", "timestamp": 1670563500715, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "multicloud-k8s-id", "timestamp": 1670563503643, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "ves-openapi-manager", "timestamp": 1670563505788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "aai-ml", "timestamp": 1670563500715, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "cds", "timestamp": 1670563501523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "multicloud-k8s-id", "timestamp": 1670563503643, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "ves-openapi-manager", "timestamp": 1670563505788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "cds", "timestamp": 1670563501523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:14.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:26:14.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "aai-ml", "timestamp": 1670563500715, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:26:14.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:26:39.504Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be70fad3-c6dc-40bb-8234-139cceac3a78 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T05:26:39.517Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be70fad3-c6dc-40bb-8234-139cceac3a78 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T05:26:39.519Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-09T05:26:39.520Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-09T05:26:39.520Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-09T05:26:39.521Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-09T05:26:39.521Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T05:26:39.521Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T05:26:39.521Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T05:26:39.522Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T05:26:39.522Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T05:26:39.522Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T05:26:39.528Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-09T05:27:09.529Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be70fad3-c6dc-40bb-8234-139cceac3a78 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-12-09T05:27:09.539Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be70fad3-c6dc-40bb-8234-139cceac3a78 and serviceModelVersionId: 954e90ae-b453-4efb-9cb0-e8d4dfd64066 2022-12-09T05:27:09.539Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e54902e7-147d-4663-8fbf-4c7a06f8b471 2022-12-09T05:27:09.540Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e54902e7-147d-4663-8fbf-4c7a06f8b471/model-vers/model-ver/954e90ae-b453-4efb-9cb0-e8d4dfd64066?depth=0 2022-12-09T05:27:09.547Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-12-09T05:27:09.606Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54902e7-147d-4663-8fbf-4c7a06f8b471/model-vers/model-ver/954e90ae-b453-4efb-9cb0-e8d4dfd64066?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-12-09T05:27:09.610Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54902e7-147d-4663-8fbf-4c7a06f8b471/model-vers/model-ver/954e90ae-b453-4efb-9cb0-e8d4dfd64066?depth=0|INFO|500||Invoke 2022-12-09T05:27:09.646Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54902e7-147d-4663-8fbf-4c7a06f8b471/model-vers/model-ver/954e90ae-b453-4efb-9cb0-e8d4dfd64066?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-09T05:27:09.735Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54902e7-147d-4663-8fbf-4c7a06f8b471/model-vers/model-ver/954e90ae-b453-4efb-9cb0-e8d4dfd64066?depth=0|INFO|500||InvokeReturn 2022-12-09T05:27:09.735Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e54902e7-147d-4663-8fbf-4c7a06f8b471/model-vers/model-ver/954e90ae-b453-4efb-9cb0-e8d4dfd64066?depth=0 has http status code:200 and response headers:{date=[Fri, 09 Dec 2022 05:27:10 GMT], content-length=[0], vertex-id=[503832], x-aai-txid=[2-aai-resources-221209-05:27:10:040-88709], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-09T05:27:09.736Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-12-09T05:27:09.737Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-09T05:27:09.737Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T05:27:09.742Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-09T05:27:09.743Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be70fad3-c6dc-40bb-8234-139cceac3a78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-09T05:27:09.743Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-09T05:27:09.743Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:27:09.746Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:27:09.746Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563629743, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-09T05:27:09.846Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:27:09.847Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:27:09.847Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:27:09.867Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:27:09.867Z||pool-111-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-09T05:27:10.759Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:27:10.759Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:27:10.759Z|be70fad3-c6dc-40bb-8234-139cceac3a78|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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:27:14.466Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:27:14.467Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:27:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:27:14.495Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:27:14.496Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:27:14.496Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "multicloud-k8s-id", "timestamp": 1670563503643, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T05:27:14.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-09T05:27:15.220Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:27:15.221Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-09T05:27:15.221Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"748c7bc3-7c1a-41a3-9799-cc7de6d6df0b","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"57f6e4fa-861e-4af4-b9ab-457abd6943d9","serviceDescription":"service","serviceInvariantUUID":"9abfb18a-9577-4496-a0a8-fcda0a25d57b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"733bb737-a681-4ad7-ae92-21c09a56b6e2","resourceInvariantUUID":"42ab4e05-8dbe-49f2-abf1-505b2f10f2d6","resourceCustomizationUUID":"51e051ff-f43b-4deb-8a64-b857d014a249","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":"NTY0NWI0NjRiYzk2MGNiNWQ5MGZkOTY4ZTE4ZDgzYjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0817077f-5237-4f71-85dc-44185c7162b9","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":"ZmVjNTM0MDg1ZTM1NGFhMmE3NzA1MTk2MzhmODczMGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"62662853-17b8-4fa2-a0bb-608ff0a42f91","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":"ad5e0dba-6996-45ba-8725-4dd0d759691d","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":"11aaa95e-d470-48b6-ad10-55caae0c6a98","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":"ac87a321-2393-4757-ad58-0f4c842930f5","artifactVersion":"2","generatedFromUUID":"ad5e0dba-6996-45ba-8725-4dd0d759691d"},{"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":"N2Y0MTEzYzE2MTQ5MjkzMWY0MTExNjkwYjE4YzNjNzk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"fb0979ca-44a6-44e0-81d1-a97e9e3008c5","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":"MTBiM2NiYjM2ZjNhNDRkMmU0YTI2MDk4ZDE0MTBlNGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c42c109f-7c65-4032-bb66-45dd65fa2e0f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZjI0YzQyYzQxZjgwYzlhMWE3MGZhYWUxYTU4OWZmYzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b1dc4705-16ac-4fa9-9d22-fd6a494ecd8b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-09T05:27:15.224Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T05:27:15.224Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:27:15.226Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:27:15.226Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:27:15.326Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:27:15.327Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:27:15.327Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:27:15.340Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:27:15.341Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:27:16.227Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T05:27:16.228Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:27:16.230Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:27:16.230Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-09T05:27:16.330Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:27:16.330Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:27:16.331Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:27:16.341Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:27:16.341Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:27:17.231Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T05:27:17.231Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:27:17.233Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:27:17.234Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-09T05:27:17.338Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-12-09T05:27:17.339Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:27:17.339Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:27:17.351Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:27:17.352Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-09T05:27:18.234Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T05:27:18.235Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:27:18.237Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:27:18.237Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:27:18.337Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:27:18.338Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:27:18.338Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:27:18.350Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:27:18.350Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-09T05:27:19.237Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T05:27:19.238Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:27:19.240Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:27:19.240Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-09T05:27:19.341Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:27:19.342Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:27:19.342Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:27:19.355Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:27:19.355Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:27:20.241Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T05:27:20.246Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:27:20.249Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:27:20.249Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-09T05:27:20.349Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:27:20.350Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:27:20.350Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:27:20.362Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:27:20.363Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:27:21.249Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T05:27:21.251Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:27:21.253Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:27:21.253Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T05:27:21.353Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:27:21.353Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:27:21.354Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:27:21.366Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:27:21.366Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:27:22.254Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T05:27:22.255Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:27:22.257Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:27:22.257Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-09T05:27:22.357Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:27:22.358Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:27:22.358Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:27:22.371Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:27:22.371Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:27:23.258Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "57f6e4fa-861e-4af4-b9ab-457abd6943d9", "serviceDescription": "service", "serviceInvariantUUID": "9abfb18a-9577-4496-a0a8-fcda0a25d57b", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "51e051ff-f43b-4deb-8a64-b857d014a249", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "733bb737-a681-4ad7-ae92-21c09a56b6e2", "resourceInvariantUUID": "42ab4e05-8dbe-49f2-abf1-505b2f10f2d6", "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": "ZmVjNTM0MDg1ZTM1NGFhMmE3NzA1MTk2MzhmODczMGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "62662853-17b8-4fa2-a0bb-608ff0a42f91", "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": "ad5e0dba-6996-45ba-8725-4dd0d759691d", "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": "ac87a321-2393-4757-ad58-0f4c842930f5", "generatedFromUUID": "ad5e0dba-6996-45ba-8725-4dd0d759691d" }, "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": "ac87a321-2393-4757-ad58-0f4c842930f5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZjI0YzQyYzQxZjgwYzlhMWE3MGZhYWUxYTU4OWZmYzE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b1dc4705-16ac-4fa9-9d22-fd6a494ecd8b" } ], "workloadContext": "Production" } 2022-12-09T05:27:23.259Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-09T05:27:23.260Z|be70fad3-c6dc-40bb-8234-139cceac3a78|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 57f6e4fa-861e-4af4-b9ab-457abd6943d9 ASDC 2022-12-09T05:27:23.261Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:748c7bc3-7c1a-41a3-9799-cc7de6d6df0b ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:57f6e4fa-861e-4af4-b9ab-457abd6943d9 ServiceInvariantUUID:9abfb18a-9577-4496-a0a8-fcda0a25d57b 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:b1dc4705-16ac-4fa9-9d22-fd6a494ecd8b ArtifactChecksum:ZjI0YzQyYzQxZjgwYzlhMWE3MGZhYWUxYTU4OWZmYzE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:51e051ff-f43b-4deb-8a64-b857d014a249 ResourceInvariantUUID:42ab4e05-8dbe-49f2-abf1-505b2f10f2d6 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:733bb737-a681-4ad7-ae92-21c09a56b6e2 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:62662853-17b8-4fa2-a0bb-608ff0a42f91 ArtifactChecksum:ZmVjNTM0MDg1ZTM1NGFhMmE3NzA1MTk2MzhmODczMGY= 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:ad5e0dba-6996-45ba-8725-4dd0d759691d 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:ac87a321-2393-4757-ad58-0f4c842930f5 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:ac87a321-2393-4757-ad58-0f4c842930f5 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-09T05:27:23.261Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57f6e4fa-861e-4af4-b9ab-457abd6943d9 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-09T05:27:23.330Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-09T05:27:23.333Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-09T05:27:23.333Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-09T05:27:23.333Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b1dc4705-16ac-4fa9-9d22-fd6a494ecd8b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-09T05:27:23.333Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-09T05:27:23.334Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-09T05:27:23.408Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-09T05:27:23.413Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar b1dc4705-16ac-4fa9-9d22-fd6a494ecd8b 82624 2022-12-09T05:27:23.413Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-12-09T05:27:23.413Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-09T05:27:23.413Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T05:27:23.414Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:27:23.418Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:27:23.418Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563643413, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T05:27:23.518Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:27:23.519Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:27:23.519Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:27:23.537Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:27:23.537Z||pool-120-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-12-09T05:27:24.418Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-09T05:27:24.419Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-09T05:27:24.419Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: b1dc4705-16ac-4fa9-9d22-fd6a494ecd8b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-09T05:27:24.420Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-12-09T05:27:24.420Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-09T05:27:24.421Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-09T05:27:24.621Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10161392640576493564/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-12-09T05:27:25.765Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-09T05:27:25.766Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-12-09T05:27:25.766Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-09T05:27:25.766Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-09T05:27:25.766Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-09T05:27:25.766Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-09T05:27:25.766Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-09T05:27:25.766Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-09T05:27:25.767Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-09T05:27:25.767Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-09T05:27:25.767Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-09T05:27:25.767Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-12-09T05:27:25.767Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:27:25.767Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:27:25.768Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-09T05:27:25.768Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-12-09T05:27:25.768Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-09T05:27:25.768Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:27:25.768Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:27:25.768Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-09T05:27:25.769Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-12-09T05:27:25.769Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-09T05:27:25.769Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:27:25.769Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:27:25.769Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:27:25.769Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-09T05:27:25.770Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-12-09T05:27:25.770Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-12-09T05:27:25.770Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-12-09T05:27:25.770Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-09T05:27:25.770Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-09T05:27:25.770Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:27:25.770Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-09T05:27:25.770Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:27:25.771Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-09T05:27:25.771Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T05:27:25.771Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:27:25.771Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-09T05:27:25.771Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T05:27:25.771Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:27:25.772Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-09T05:27:25.772Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T05:27:25.772Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:27:25.772Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-09T05:27:25.772Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-09T05:27:25.772Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-09T05:27:25.772Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=35ff5298-0750-4d13-8182-a820f5e58a03 2022-12-09T05:27:25.772Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:27:25.773Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:27:25.773Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:27:25.773Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:27:25.773Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:27:25.773Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:27:25.773Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:27:25.773Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:27:25.773Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:57f6e4fa-861e-4af4-b9ab-457abd6943d9 Model Version:NULL Model InvariantUuid:9abfb18a-9577-4496-a0a8-fcda0a25d57b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:17d2e201-0d4b-470c-af1b-38d5f1fc319f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:42ab4e05-8dbe-49f2-abf1-505b2f10f2d6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:51e051ff-f43b-4deb-8a64-b857d014a249 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:522a660f-2b9e-4b05-97bf-96d6b57d5b28 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:4a2c1922-04c1-40ec-91b8-48707f13f8e0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:35ff5298-0750-4d13-8182-a820f5e58a03 ModelInvariantUuid:a58d87dd-28e5-4252-b452-9a67569204b9 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:26435340-a443-417d-8a2a-2e77def87fbc ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:569e2786-ceec-4700-9974-1b000eee9743 ModelInvariantUuid:678a9516-1cf2-4747-a887-5d12ef97cb37 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:601747a9-aafe-48e9-9ca1-a075f387b664 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-12-09T05:27:25.781Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 733bb737-a681-4ad7-ae92-21c09a56b6e2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T05:27:25.784Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||basic_vm_macro 0 2022-12-09T05:27:25.785Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 733bb737-a681-4ad7-ae92-21c09a56b6e2 2022-12-09T05:27:25.785Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 62662853-17b8-4fa2-a0bb-608ff0a42f91 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-09T05:27:25.785Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-09T05:27:25.785Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-09T05:27:25.836Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-09T05:27:25.837Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 62662853-17b8-4fa2-a0bb-608ff0a42f91 792 2022-12-09T05:27:25.837Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-12-09T05:27:25.837Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-09T05:27:25.837Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T05:27:25.838Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:27:25.839Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:27:25.840Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563645837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-09T05:27:25.944Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-12-09T05:27:25.944Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:27:25.944Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:27:25.958Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:27:25.958Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:27:26.840Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "522a660f-2b9e-4b05-97bf-96d6b57d5b28", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4a2c1922-04c1-40ec-91b8-48707f13f8e0", "vfModuleModelCustomizationUUID": "415327fe-38ca-4b6a-95ae-076143ff9659", "isBase": true, "artifacts": [ "ad5e0dba-6996-45ba-8725-4dd0d759691d", "ac87a321-2393-4757-ad58-0f4c842930f5" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-09T05:27:26.844Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4a2c1922-04c1-40ec-91b8-48707f13f8e0 VfModuleModelInvariantUUID:522a660f-2b9e-4b05-97bf-96d6b57d5b28 VfModuleModelDescription:NULL Artifacts UUID List:{ ad5e0dba-6996-45ba-8725-4dd0d759691d , ac87a321-2393-4757-ad58-0f4c842930f5 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-12-09T05:27:26.846Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "522a660f-2b9e-4b05-97bf-96d6b57d5b28", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4a2c1922-04c1-40ec-91b8-48707f13f8e0", "vfModuleModelCustomizationUUID": "415327fe-38ca-4b6a-95ae-076143ff9659", "isBase": true, "artifacts": [ "ad5e0dba-6996-45ba-8725-4dd0d759691d", "ac87a321-2393-4757-ad58-0f4c842930f5" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-09T05:27:26.846Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4a2c1922-04c1-40ec-91b8-48707f13f8e0 VfModuleModelInvariantUUID:522a660f-2b9e-4b05-97bf-96d6b57d5b28 VfModuleModelDescription:NULL Artifacts UUID List:{ ad5e0dba-6996-45ba-8725-4dd0d759691d , ac87a321-2393-4757-ad58-0f4c842930f5 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-12-09T05:27:26.846Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ad5e0dba-6996-45ba-8725-4dd0d759691d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-09T05:27:26.847Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-09T05:27:26.847Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-09T05:27:26.919Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-09T05:27:26.926Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ad5e0dba-6996-45ba-8725-4dd0d759691d 5033 2022-12-09T05:27:26.926Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-12-09T05:27:26.926Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-09T05:27:26.927Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T05:27:26.927Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:27:26.930Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:27:26.930Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563646926, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-09T05:27:27.029Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-09T05:27:27.030Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:27:27.030Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:27:27.045Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:27:27.045Z||pool-122-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-12-09T05:27:27.930Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ac87a321-2393-4757-ad58-0f4c842930f5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-09T05:27:27.931Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-09T05:27:27.931Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-09T05:27:28.006Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-09T05:27:28.006Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ac87a321-2393-4757-ad58-0f4c842930f5 903 2022-12-09T05:27:28.007Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-12-09T05:27:28.007Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-09T05:27:28.007Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T05:27:28.007Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:27:28.019Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:27:28.020Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563648007, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-09T05:27:28.113Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-12-09T05:27:28.114Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:27:28.114Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:27:28.129Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:27:28.129Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:27:29.020Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 57f6e4fa-861e-4af4-b9ab-457abd6943d9 2022-12-09T05:27:29.021Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 733bb737-a681-4ad7-ae92-21c09a56b6e2 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T05:27:29.036Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24dc893b, org.onap.sdc.toscaparser.api.parameters.Input@1718ba39, org.onap.sdc.toscaparser.api.parameters.Input@33a420d4, org.onap.sdc.toscaparser.api.parameters.Input@54ebe435, org.onap.sdc.toscaparser.api.parameters.Input@143e3ac2] 2022-12-09T05:27:29.037Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:27:29.038Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:27:29.038Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-12-09T05:27:29.038Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 51e051ff-f43b-4deb-8a64-b857d014a249 2022-12-09T05:27:29.038Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 51e051ff-f43b-4deb-8a64-b857d014a249 matches Tosca VF Customization UUID: 51e051ff-f43b-4deb-8a64-b857d014a249 2022-12-09T05:27:29.038Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 51e051ff-f43b-4deb-8a64-b857d014a249 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-12-09T05:27:29.041Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:27:29.041Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:27:29.042Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 51e051ff-f43b-4deb-8a64-b857d014a249: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2022-12-09T05:27:29.042Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f543575 2022-12-09T05:27:29.042Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:27:29.042Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-09T05:27:29.042Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 415327fe-38ca-4b6a-95ae-076143ff9659 2022-12-09T05:27:29.043Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 415327fe-38ca-4b6a-95ae-076143ff9659 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-12-09T05:27:29.045Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:27:29.045Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-09T05:27:29.045Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T05:27:29.046Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:27:29.046Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-09T05:27:29.046Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T05:27:29.046Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:27:29.046Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-09T05:27:29.046Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-09T05:27:29.047Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-09T05:27:29.047Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=35ff5298-0750-4d13-8182-a820f5e58a03 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-12-09T05:27:29.052Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:27:29.052Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-09T05:27:29.052Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-09T05:27:29.052Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:27:29.052Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-09T05:27:29.053Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=51e051ff-f43b-4deb-8a64-b857d014a249 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T05:27:29.054Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:27:29.054Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:27:29.055Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 57f6e4fa-861e-4af4-b9ab-457abd6943d9: basic_vm_macro 2022-12-09T05:27:29.055Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:27:29.055Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:27:29.055Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:27:29.055Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:27:29.055Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:27:29.056Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:27:29.056Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:27:29.056Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:27:29.056Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:27:29.056Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:27:29.056Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T05:27:29.160Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 733bb737-a681-4ad7-ae92-21c09a56b6e2 1 ASDC deployResourceStructure 2022-12-09T05:27:29.160Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-12-09T05:27:29.161Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-09T05:27:29.161Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-09T05:27:29.161Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:27:29.164Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:27:29.164Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563649160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-09T05:27:29.270Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-12-09T05:27:29.271Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:27:29.271Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:27:29.306Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:27:29.307Z||pool-124-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-12-09T05:27:30.165Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-12-09T05:27:30.165Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-09T05:27:30.165Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-09T05:27:30.165Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:27:30.168Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:27:30.168Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563650165, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-09T05:27:30.268Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-09T05:27:30.269Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:27:30.269Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:27:30.285Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:27:30.285Z||pool-125-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:27:31.170Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-12-09T05:27:31.170Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-09T05:27:31.170Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-09T05:27:31.171Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:27:31.190Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:27:31.190Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563651170, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-09T05:27:31.275Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms 2022-12-09T05:27:31.276Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:27:31.286Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:27:31.322Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:27:31.322Z||pool-126-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1} 2022-12-09T05:27:32.195Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-12-09T05:27:32.195Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-09T05:27:32.195Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-09T05:27:32.196Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:27:32.210Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:27:32.210Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563652195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T05:27:32.315Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-12-09T05:27:32.316Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:27:32.316Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:27:32.338Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:27:32.338Z||pool-127-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:27:33.215Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 748c7bc3-7c1a-41a3-9799-cc7de6d6df0b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T05:27:33.225Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 748c7bc3-7c1a-41a3-9799-cc7de6d6df0b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T05:27:33.228Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-09T05:27:33.228Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-09T05:27:33.228Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-09T05:27:33.228Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-09T05:27:33.228Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T05:27:33.228Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T05:27:33.229Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T05:27:33.229Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T05:27:33.229Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T05:27:33.229Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T05:27:33.233Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-09T05:28:03.234Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 748c7bc3-7c1a-41a3-9799-cc7de6d6df0b and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-12-09T05:28:03.241Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 748c7bc3-7c1a-41a3-9799-cc7de6d6df0b and serviceModelVersionId: 57f6e4fa-861e-4af4-b9ab-457abd6943d9 2022-12-09T05:28:03.241Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9abfb18a-9577-4496-a0a8-fcda0a25d57b 2022-12-09T05:28:03.243Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9abfb18a-9577-4496-a0a8-fcda0a25d57b/model-vers/model-ver/57f6e4fa-861e-4af4-b9ab-457abd6943d9?depth=0 2022-12-09T05:28:03.250Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-12-09T05:28:03.328Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9abfb18a-9577-4496-a0a8-fcda0a25d57b/model-vers/model-ver/57f6e4fa-861e-4af4-b9ab-457abd6943d9?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-12-09T05:28:03.329Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9abfb18a-9577-4496-a0a8-fcda0a25d57b/model-vers/model-ver/57f6e4fa-861e-4af4-b9ab-457abd6943d9?depth=0|INFO|500||Invoke 2022-12-09T05:28:03.381Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9abfb18a-9577-4496-a0a8-fcda0a25d57b/model-vers/model-ver/57f6e4fa-861e-4af4-b9ab-457abd6943d9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-09T05:28:03.517Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9abfb18a-9577-4496-a0a8-fcda0a25d57b/model-vers/model-ver/57f6e4fa-861e-4af4-b9ab-457abd6943d9?depth=0|INFO|500||InvokeReturn 2022-12-09T05:28:03.518Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9abfb18a-9577-4496-a0a8-fcda0a25d57b/model-vers/model-ver/57f6e4fa-861e-4af4-b9ab-457abd6943d9?depth=0 has http status code:200 and response headers:{date=[Fri, 09 Dec 2022 05:28:03 GMT], content-length=[0], vertex-id=[241896], x-aai-txid=[0-aai-resources-221209-05:28:03:773-86241], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-09T05:28:03.518Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-12-09T05:28:03.518Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-09T05:28:03.519Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T05:28:03.523Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-09T05:28:03.523Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 748c7bc3-7c1a-41a3-9799-cc7de6d6df0b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-09T05:28:03.523Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-09T05:28:03.523Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:28:03.525Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:28:03.525Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563683523, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-09T05:28:03.626Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-09T05:28:03.627Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:28:03.627Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:28:03.645Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:28:03.646Z||pool-128-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-09T05:28:04.537Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-09T05:28:04.537Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"ec628d64-7777-4f88-9629-81f5ec39487d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"64b4eb43-3878-4c89-819c-dc254b6c321e","serviceDescription":"service","serviceInvariantUUID":"17ca8d68-36a3-432e-b905-4e8a9ad3382d","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"427bdd5d-868b-41b8-8b0a-091757c94871","resourceInvariantUUID":"792d90d2-6b66-48b0-a7c7-e268fc700ec8","resourceCustomizationUUID":"82d4349b-bb8b-4e45-bf2b-70bc6e577322","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":"MjJkMWMyMzUyYTQxM2ZlZGFhYTMyOGIyYjM1YmYyYWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f35ac7dc-f0a6-4ae3-9db0-7d5adb76cf45","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":"e66e1c63-4cf9-47ac-9719-9336f2f81d91","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":"2b655a5b-6538-4113-bd70-ad271a574482","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":"ODhkNGRlNmQyMjA4MWNkNDI2YjAwYmI5MmYyZmM1OWM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3dfb43bf-59cf-48e2-8e46-82cc4ed3c64a","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":"ea7bf898-1347-4544-b45a-863dde8da762","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":"897f1648-b404-405b-bae9-da5710b4a8b5","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":"d2d774ba-f8b0-449b-83b7-cf142af9f57f","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":"ODY0MTBiOTdkNjdmMWZjZmMzZjhiOTQ4NDEwZjc4NDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d99f791f-eaa6-4c9b-a5c4-25faa20ba82b","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDk1NzA3MDU1MWE5NWRhYTZmMWZkYmUwNDlhMzNiNTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a35be3d9-bc00-4dfa-822d-64e0f0c926e8","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-09T05:28:04.538Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T05:28:04.538Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:28:04.540Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:28:04.540Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:28:04.640Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:28:04.641Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:28:04.641Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:28:04.655Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:28:04.656Z||pool-129-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:28:05.540Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T05:28:05.541Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:28:05.543Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:28:05.543Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-09T05:28:05.644Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-09T05:28:05.645Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:28:05.645Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:28:05.660Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:28:05.660Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-09T05:28:06.544Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T05:28:06.545Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:28:06.547Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:28:06.547Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-09T05:28:06.647Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:28:06.648Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:28:06.648Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:28:06.664Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:28:06.665Z||pool-131-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:28:07.548Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T05:28:07.548Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:28:07.551Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:28:07.554Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-09T05:28:07.651Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-12-09T05:28:07.652Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:28:07.652Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:28:07.664Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:28:07.664Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:28:08.554Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T05:28:08.555Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:28:08.557Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:28:08.557Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:28:08.657Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:28:08.658Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:28:08.658Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:28:08.697Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:28:08.697Z||pool-133-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:28:09.558Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T05:28:09.559Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:28:09.560Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:28:09.561Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T05:28:09.661Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:28:09.665Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:28:09.665Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:28:09.677Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:28:09.677Z||pool-134-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:28:10.561Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T05:28:10.562Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:28:10.564Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:28:10.564Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T05:28:10.664Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-09T05:28:10.665Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:28:10.665Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:28:10.677Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:28:10.678Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-09T05:28:11.565Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T05:28:11.566Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:28:11.569Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:28:11.569Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T05:28:11.670Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-09T05:28:11.671Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:28:11.673Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:28:11.690Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:28:11.690Z||pool-136-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-12-09T05:28:12.570Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-09T05:28:12.571Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:28:12.573Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:28:12.573Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-09T05:28:12.678Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-12-09T05:28:12.679Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:28:12.679Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:28:12.699Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:28:12.699Z||pool-137-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:28:13.574Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "64b4eb43-3878-4c89-819c-dc254b6c321e", "serviceDescription": "service", "serviceInvariantUUID": "17ca8d68-36a3-432e-b905-4e8a9ad3382d", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "82d4349b-bb8b-4e45-bf2b-70bc6e577322", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "427bdd5d-868b-41b8-8b0a-091757c94871", "resourceInvariantUUID": "792d90d2-6b66-48b0-a7c7-e268fc700ec8", "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": "NDk1NzA3MDU1MWE5NWRhYTZmMWZkYmUwNDlhMzNiNTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a35be3d9-bc00-4dfa-822d-64e0f0c926e8" } ], "workloadContext": "Production" } 2022-12-09T05:28:13.574Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-09T05:28:13.575Z|748c7bc3-7c1a-41a3-9799-cc7de6d6df0b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 64b4eb43-3878-4c89-819c-dc254b6c321e ASDC 2022-12-09T05:28:13.575Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:ec628d64-7777-4f88-9629-81f5ec39487d ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:64b4eb43-3878-4c89-819c-dc254b6c321e ServiceInvariantUUID:17ca8d68-36a3-432e-b905-4e8a9ad3382d 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:a35be3d9-bc00-4dfa-822d-64e0f0c926e8 ArtifactChecksum:NDk1NzA3MDU1MWE5NWRhYTZmMWZkYmUwNDlhMzNiNTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:82d4349b-bb8b-4e45-bf2b-70bc6e577322 ResourceInvariantUUID:792d90d2-6b66-48b0-a7c7-e268fc700ec8 ResourceName:test-pnf ResourceType:PNF ResourceUUID:427bdd5d-868b-41b8-8b0a-091757c94871 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-12-09T05:28:13.575Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 64b4eb43-3878-4c89-819c-dc254b6c321e ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T05:28:13.989Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-09T05:28:13.989Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-09T05:28:13.989Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-09T05:28:13.989Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a35be3d9-bc00-4dfa-822d-64e0f0c926e8 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-09T05:28:13.989Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-12-09T05:28:13.990Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-09T05:28:14.111Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-12-09T05:28:14.117Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar a35be3d9-bc00-4dfa-822d-64e0f0c926e8 110860 2022-12-09T05:28:14.118Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-12-09T05:28:14.118Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-09T05:28:14.118Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-09T05:28:14.118Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:28:14.121Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:28:14.121Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563694118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T05:28:14.221Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:28:14.222Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:28:14.222Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:28:14.234Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:28:14.234Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:28:14.466Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:28:14.467Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:28:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:28:14.491Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:28:14.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "ves-openapi-manager", "timestamp": 1670563505788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T05:28:14.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-09T05:28:14.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "cds", "timestamp": 1670563501523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T05:28:14.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-09T05:28:14.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "aai-ml", "timestamp": 1670563500715, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T05:28:14.494Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-09T05:28:14.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "multicloud-k8s-id", "timestamp": 1670563503643, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T05:28:14.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-09T05:28:14.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "ves-openapi-manager", "timestamp": 1670563505788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-12-09T05:28:14.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-09T05:28:14.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "cds", "timestamp": 1670563501523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T05:28:14.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-09T05:28:14.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "aai-ml", "timestamp": 1670563500715, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T05:28:14.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-09T05:28:14.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563515712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:28:14.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-09T05:28:14.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "multicloud-k8s-id", "timestamp": 1670563503643, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T05:28:14.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-09T05:28:14.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "ves-openapi-manager", "timestamp": 1670563505788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T05:28:14.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-09T05:28:14.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "cds", "timestamp": 1670563501523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T05:28:14.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-09T05:28:14.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "aai-ml", "timestamp": 1670563500715, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T05:28:14.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-09T05:28:14.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563515712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-09T05:28:14.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-09T05:28:14.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "multicloud-k8s-id", "timestamp": 1670563503643, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-09T05:28:14.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-09T05:28:14.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "ves-openapi-manager", "timestamp": 1670563505788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-09T05:28:14.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-09T05:28:14.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "cds", "timestamp": 1670563501523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-09T05:28:14.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-09T05:28:14.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "aai-ml", "timestamp": 1670563500715, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-09T05:28:14.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-09T05:28:14.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563515712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-09T05:28:14.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-09T05:28:14.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "ves-openapi-manager", "timestamp": 1670563518946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-12-09T05:28:14.503Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:28:14.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "cds", "timestamp": 1670563519366, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T05:28:14.503Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:28:14.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563515712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-09T05:28:14.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-09T05:28:14.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "aai-ml", "timestamp": 1670563519045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T05:28:14.504Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:28:14.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563515712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:28:14.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-09T05:28:14.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "ves-openapi-manager", "timestamp": 1670563519975, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-12-09T05:28:14.507Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:28:14.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "cds", "timestamp": 1670563520750, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T05:28:14.515Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ec628d64-7777-4f88-9629-81f5ec39487d 2022-12-09T05:28:14.515Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec628d64-7777-4f88-9629-81f5ec39487d and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T05:28:14.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.524Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563515712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T05:28:14.524Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-09T05:28:14.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.524Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "ves-openapi-manager", "timestamp": 1670563520979, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T05:28:14.529Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ec628d64-7777-4f88-9629-81f5ec39487d 2022-12-09T05:28:14.529Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec628d64-7777-4f88-9629-81f5ec39487d and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T05:28:14.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563515712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T05:28:14.536Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-09T05:28:14.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563515712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T05:28:14.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-09T05:28:14.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563515712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-09T05:28:14.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-09T05:28:14.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "aai-ml", "timestamp": 1670563524767, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T05:28:14.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:28:14.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563525508, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T05:28:14.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:28:14.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "aai-ml", "timestamp": 1670563525774, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T05:28:14.543Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ec628d64-7777-4f88-9629-81f5ec39487d 2022-12-09T05:28:14.544Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec628d64-7777-4f88-9629-81f5ec39487d and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T05:28:14.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563527557, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T05:28:14.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:28:14.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-09T05:28:14.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1670563528564, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T05:28:14.556Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ec628d64-7777-4f88-9629-81f5ec39487d 2022-12-09T05:28:14.557Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec628d64-7777-4f88-9629-81f5ec39487d and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-09T05:28:15.121Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-09T05:28:15.122Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-12-09T05:28:15.122Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a35be3d9-bc00-4dfa-822d-64e0f0c926e8, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-09T05:28:15.123Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-12-09T05:28:15.123Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-09T05:28:15.123Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-09T05:28:15.288Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP386161266671531708/Definitions/service-TestPnfMacro-template.yml 2022-12-09T05:28:16.166Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-09T05:28:16.166Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-12-09T05:28:16.166Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-09T05:28:16.166Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-09T05:28:16.166Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-09T05:28:16.167Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-09T05:28:16.167Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-09T05:28:16.167Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-09T05:28:16.167Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-09T05:28:16.167Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-09T05:28:16.167Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-09T05:28:16.167Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-12-09T05:28:16.167Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:28:16.168Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:28:16.168Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-12-09T05:28:16.168Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-12-09T05:28:16.168Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-09T05:28:16.168Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:28:16.168Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:28:16.169Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-12-09T05:28:16.169Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-12-09T05:28:16.169Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-09T05:28:16.169Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:28:16.169Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:28:16.169Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:28:16.170Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:28:16.170Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:28:16.170Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:28:16.170Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:28:16.170Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:28:16.170Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:28:16.171Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:28:16.171Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:64b4eb43-3878-4c89-819c-dc254b6c321e Model Version:NULL Model InvariantUuid:17ca8d68-36a3-432e-b905-4e8a9ad3382d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-12-09T05:28:16.179Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 427bdd5d-868b-41b8-8b0a-091757c94871 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T05:28:16.181Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||test-pnf 0 2022-12-09T05:28:16.181Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 427bdd5d-868b-41b8-8b0a-091757c94871 2022-12-09T05:28:16.181Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 64b4eb43-3878-4c89-819c-dc254b6c321e 2022-12-09T05:28:16.182Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 64b4eb43-3878-4c89-819c-dc254b6c321e 2022-12-09T05:28:16.182Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 427bdd5d-868b-41b8-8b0a-091757c94871 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T05:28:16.185Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a1ae4a5, org.onap.sdc.toscaparser.api.parameters.Input@6f11275d, org.onap.sdc.toscaparser.api.parameters.Input@3deb482c, org.onap.sdc.toscaparser.api.parameters.Input@58537075, org.onap.sdc.toscaparser.api.parameters.Input@65519816] 2022-12-09T05:28:16.185Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:28:16.186Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:28:16.186Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 64b4eb43-3878-4c89-819c-dc254b6c321e: test-pnf 2022-12-09T05:28:16.186Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||Processing PNF resource: 427bdd5d-868b-41b8-8b0a-091757c94871 2022-12-09T05:28:16.186Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-09T05:28:16.186Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-09T05:28:16.186Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||Resource customization UUID: 82d4349b-bb8b-4e45-bf2b-70bc6e577322 is the same as notified resource customizationUUID: 82d4349b-bb8b-4e45-bf2b-70bc6e577322 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-12-09T05:28:16.217Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 427bdd5d-868b-41b8-8b0a-091757c94871 0 ASDC deployResourceStructure 2022-12-09T05:28:16.217Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-12-09T05:28:16.217Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-09T05:28:16.217Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-09T05:28:16.217Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:28:16.219Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:28:16.219Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563696217, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T05:28:16.319Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:28:16.320Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:28:16.320Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:28:16.333Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:28:16.334Z||pool-139-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-09T05:28:17.223Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec628d64-7777-4f88-9629-81f5ec39487d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T05:28:17.236Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec628d64-7777-4f88-9629-81f5ec39487d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-12-09T05:28:17.239Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-09T05:28:17.239Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-09T05:28:17.239Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-09T05:28:17.239Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-09T05:28:17.239Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T05:28:17.239Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T05:28:17.239Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T05:28:17.239Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T05:28:17.239Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-09T05:28:17.240Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-09T05:28:17.245Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-09T05:28:47.245Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec628d64-7777-4f88-9629-81f5ec39487d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-12-09T05:28:47.250Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec628d64-7777-4f88-9629-81f5ec39487d and serviceModelVersionId: 64b4eb43-3878-4c89-819c-dc254b6c321e 2022-12-09T05:28:47.250Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 17ca8d68-36a3-432e-b905-4e8a9ad3382d 2022-12-09T05:28:47.250Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/17ca8d68-36a3-432e-b905-4e8a9ad3382d/model-vers/model-ver/64b4eb43-3878-4c89-819c-dc254b6c321e?depth=0 2022-12-09T05:28:47.254Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-12-09T05:28:47.316Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17ca8d68-36a3-432e-b905-4e8a9ad3382d/model-vers/model-ver/64b4eb43-3878-4c89-819c-dc254b6c321e?depth=0|INFO|500||Invoke 2022-12-09T05:28:47.316Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17ca8d68-36a3-432e-b905-4e8a9ad3382d/model-vers/model-ver/64b4eb43-3878-4c89-819c-dc254b6c321e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17ca8d68-36a3-432e-b905-4e8a9ad3382d/model-vers/model-ver/64b4eb43-3878-4c89-819c-dc254b6c321e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ec628d64-7777-4f88-9629-81f5ec39487d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9f7c748a-750f-41d6-91ca-97de826bb3e2], X-ECOMP-RequestID=[ec628d64-7777-4f88-9629-81f5ec39487d], X-TransactionId=[], X-ONAP-RequestID=[ec628d64-7777-4f88-9629-81f5ec39487d], Content-Type=[application/merge-patch+json]} 2022-12-09T05:28:47.336Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17ca8d68-36a3-432e-b905-4e8a9ad3382d/model-vers/model-ver/64b4eb43-3878-4c89-819c-dc254b6c321e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-09T05:28:47.412Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17ca8d68-36a3-432e-b905-4e8a9ad3382d/model-vers/model-ver/64b4eb43-3878-4c89-819c-dc254b6c321e?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/17ca8d68-36a3-432e-b905-4e8a9ad3382d/model-vers/model-ver/64b4eb43-3878-4c89-819c-dc254b6c321e?depth=0 has http status code:200 and response headers:{date=[Fri, 09 Dec 2022 05:28:47 GMT], content-length=[0], vertex-id=[245848], x-aai-txid=[0-aai-resources-221209-05:28:47:727-60542], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-09T05:28:47.413Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17ca8d68-36a3-432e-b905-4e8a9ad3382d/model-vers/model-ver/64b4eb43-3878-4c89-819c-dc254b6c321e?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-09T05:28:47.413Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/17ca8d68-36a3-432e-b905-4e8a9ad3382d/model-vers/model-ver/64b4eb43-3878-4c89-819c-dc254b6c321e?depth=0|INFO|500||InvokeReturn 2022-12-09T05:28:47.414Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-09T05:28:47.414Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-09T05:28:47.418Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-09T05:28:47.418Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec628d64-7777-4f88-9629-81f5ec39487d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-09T05:28:47.418Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-09T05:28:47.418Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-12-09T05:28:47.420Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-09T05:28:47.420Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563727418, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-09T05:28:47.520Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-09T05:28:47.521Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-09T05:28:47.521Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6IpNWnFRSetdlLoY) ... 2022-12-09T05:28:47.538Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:28:47.539Z||pool-140-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-09T05:28:48.431Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:28:48.431Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:28:48.431Z|ec628d64-7777-4f88-9629-81f5ec39487d|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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:28:57.985Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:28:57.986Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:28:57.987Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:28:57.987Z|ec628d64-7777-4f88-9629-81f5ec39487d|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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:29:07.546Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:29:07.546Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:29:07.547Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:29:07.548Z|ec628d64-7777-4f88-9629-81f5ec39487d|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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:29:14.466Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:29:14.467Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:29:14.467Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:29:14.488Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:29:14.488Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-09T05:29:14.489Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "be70fad3-c6dc-40bb-8234-139cceac3a78", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563629743, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-09T05:29:14.489Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:29:17.140Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:29:17.141Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:29:17.141Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:29:17.141Z|ec628d64-7777-4f88-9629-81f5ec39487d|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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:29:26.707Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:30:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:30:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:30:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:30:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:30:14.466Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:30:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:30:14.494Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:30:14.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:30:14.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:30:14.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:30:14.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:30:14.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-09T05:30:14.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:30:14.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:30:14.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-09T05:30:14.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:30:14.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:30:14.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:30:14.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:30:14.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:30:14.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-09T05:30:14.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:30:14.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:30:14.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-09T05:30:14.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:30:14.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:30:14.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T05:30:14.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:30:14.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:30:14.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-09T05:30:14.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:30:14.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:30:14.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563643413, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T05:30:14.498Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:30:14.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:30:14.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563645837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-09T05:30:14.498Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:30:14.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:30:14.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563646926, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-09T05:30:14.498Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:30:14.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:30:14.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563648007, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-09T05:30:14.498Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:30:14.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:30:14.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563649160, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-09T05:30:14.499Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:30:14.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:30:14.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563650165, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-09T05:30:14.499Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:30:14.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:30:14.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563651170, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-09T05:30:14.499Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:30:14.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:30:14.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563652195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T05:30:14.499Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:30:14.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:30:14.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "748c7bc3-7c1a-41a3-9799-cc7de6d6df0b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563683523, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-09T05:30:14.500Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:30:14.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:30:14.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:30:14.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:30:14.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:30:14.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-09T05:30:14.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:30:14.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:30:14.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-09T05:30:14.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:30:14.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:30:14.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-09T05:30:14.501Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:30:14.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:30:14.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-09T05:30:14.501Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:30:14.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:30:14.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T05:30:14.501Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:30:14.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:30:14.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-09T05:30:14.501Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:30:14.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:30:14.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-09T05:30:14.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:30:14.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:30:14.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563630759, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-09T05:30:14.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-09T05:30:14.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-09T05:30:14.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563694118, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-09T05:30:14.502Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:30:24.029Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:31:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:31:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:31:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:31:14.466Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:31:14.467Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:31:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:31:14.996Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:31:14.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-09T05:31:14.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563696217, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-09T05:31:14.997Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:31:14.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-09T05:31:14.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec628d64-7777-4f88-9629-81f5ec39487d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1670563727418, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-09T05:31:14.998Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-09T05:31:24.025Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:32:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:32:14.466Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:32:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:32:14.466Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:32:14.467Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:32:14.467Z|ec628d64-7777-4f88-9629-81f5ec39487d|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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:32:24.016Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:32:24.016Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:33:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:33:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:33:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:33:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:33:14.466Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:33:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:33:24.018Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:33:24.021Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:34:14.466Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:34:14.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:34:14.467Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:34:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:34:14.468Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:34:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:34:24.016Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:34:24.018Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:35:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:35:14.466Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:35:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:35:14.466Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:35:14.467Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:35:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:35:24.020Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:35:24.020Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:36:14.466Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:36:14.468Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:36:14.469Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:36:14.465Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:36:14.478Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:36:14.479Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:36:24.022Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:36:24.022Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:37:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:37:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:37:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:37:14.466Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:37:14.468Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:37:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:37:24.018Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:37:24.018Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:38:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:38:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:38:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:38:14.466Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:38:14.467Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:38:14.467Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:38:24.014Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:38:24.014Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:39:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:39:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:39:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:39:14.466Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:39:14.467Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:39:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:39:24.012Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:39:24.013Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:40:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:40:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:40:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:40:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:40:14.467Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:40:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:40:24.015Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:40:24.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:41:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:41:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:41:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:41:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:41:14.467Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:41:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:41:24.015Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:41:24.015Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:42:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:42:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:42:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:42:14.466Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:42:14.467Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:42:14.467Z|ec628d64-7777-4f88-9629-81f5ec39487d|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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:42:24.025Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:42:24.025Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:43:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:43:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:43:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:43:14.466Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:43:14.466Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:43:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:43:24.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:43:24.019Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:44:14.466Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:44:14.465Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:44:14.469Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:44:14.469Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:44:14.469Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:44:14.469Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:44:24.027Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:44:24.030Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:45:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:45:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:45:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:45:14.466Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:45:14.467Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:45:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:45:24.013Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:45:24.013Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:46:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:46:14.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:46:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:46:14.466Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:46:14.466Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:46:14.467Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:46:24.015Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:46:24.015Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:47:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:47:14.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:47:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:47:14.466Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:47:14.467Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:47:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:47:24.048Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:47:24.052Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:48:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:48:14.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:48:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:48:14.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:48:14.466Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:48:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:48:24.020Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:48:24.023Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:49:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:49:14.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:49:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:49:14.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:49:14.467Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:49:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:49:24.024Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:49:24.024Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:50:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:50:14.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:50:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:50:14.466Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:50:14.466Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:50:14.466Z|ec628d64-7777-4f88-9629-81f5ec39487d|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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:50:24.029Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:50:24.029Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:51:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:51:14.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:51:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:51:14.466Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:51:14.467Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:51:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:51:24.013Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:51:24.023Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:52:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:52:14.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:52:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:52:14.466Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:52:14.466Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:52:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:52:24.020Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:52:24.020Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:53:14.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:53:14.465Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:53:14.468Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:53:14.468Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:53:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:53:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:53:24.018Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:53:24.020Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:54:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:54:14.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:54:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:54:14.466Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:54:14.466Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:54:14.467Z|ec628d64-7777-4f88-9629-81f5ec39487d|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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:54:24.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:54:24.019Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:55:14.464Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:55:14.465Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:55:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:55:14.466Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:55:14.466Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:55:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:55:24.011Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:55:24.012Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:56:14.464Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:56:14.465Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:56:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:56:14.466Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:56:14.466Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:56:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:56:24.007Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:56:24.009Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:57:14.464Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:57:14.465Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:57:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:57:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:57:14.466Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:57:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:57:24.018Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:57:24.020Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:58:14.464Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:58:14.465Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:58:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:58:14.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:58:14.467Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:58:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:58:24.010Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:58:24.010Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:59:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:59:14.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:59:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:59:14.466Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T05:59:14.467Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T05:59:14.467Z|ec628d64-7777-4f88-9629-81f5ec39487d|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 6IpNWnFRSetdlLoY) ... 2022-12-09T05:59:24.013Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T05:59:24.013Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:00:14.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:00:14.465Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:00:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:00:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:00:14.466Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:00:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:00:24.029Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:00:24.029Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:01:14.464Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:01:14.465Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:01:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:01:14.466Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:01:14.467Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:01:14.467Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:01:24.014Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:01:24.014Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:02:14.464Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:02:14.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:02:14.466Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:02:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:02:14.467Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:02:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:02:24.015Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:02:24.015Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:03:14.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:03:14.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:03:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:03:14.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:03:14.467Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:03:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:03:24.095Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:03:24.095Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:04:14.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:04:14.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:04:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:04:14.466Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:04:14.466Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:04:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:04:24.016Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:04:24.017Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:05:14.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:05:14.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:05:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:05:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:05:14.467Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:05:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:05:24.015Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:05:24.018Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:06:14.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:06:14.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:06:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:06:14.466Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:06:14.478Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:06:14.478Z|ec628d64-7777-4f88-9629-81f5ec39487d|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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:06:24.014Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:06:24.027Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:07:14.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:07:14.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:07:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:07:14.466Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:07:14.467Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:07:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:07:24.014Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:07:24.015Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:08:14.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:08:14.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:08:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:08:14.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:08:14.466Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:08:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:08:24.033Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:08:24.033Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:09:14.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:09:14.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:09:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:09:14.466Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:09:14.466Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:09:14.467Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:09:24.017Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:09:24.018Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:10:14.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:10:14.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:10:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:10:14.470Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:10:14.470Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:10:14.470Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:10:24.014Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:10:24.028Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:11:14.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:11:14.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:11:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:11:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:11:14.467Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:11:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:11:24.026Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:11:24.026Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:12:14.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:12:14.466Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:12:14.467Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:12:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:12:14.469Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:12:14.471Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:12:24.032Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:12:24.033Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:13:14.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:13:14.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:13:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:13:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:13:14.466Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:13:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:13:24.012Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:13:24.024Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:14:14.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:14:14.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:14:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:14:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:14:14.467Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:14:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:14:24.028Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:14:24.036Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:15:14.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:15:14.464Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:15:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:15:14.466Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:15:14.466Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:15:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:15:24.016Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:15:24.020Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:16:14.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:16:14.465Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:16:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:16:14.466Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:16:14.467Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:16:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:16:24.032Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:16:24.045Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:17:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:17:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:17:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:17:14.466Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:17:14.467Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:17:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:17:24.011Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:17:24.018Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:18:14.465Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:18:14.466Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:18:14.467Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:18:14.467Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:18:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:18:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:18:24.023Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:18:24.028Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:19:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:19:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:19:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:19:14.470Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:19:14.471Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:19:14.471Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:19:24.019Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:19:24.028Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:20:14.465Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:20:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:20:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:20:14.466Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:20:14.467Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:20:14.467Z|ec628d64-7777-4f88-9629-81f5ec39487d|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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:20:24.015Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:20:24.043Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:21:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:21:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:21:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:21:14.466Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:21:14.467Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:21:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:21:24.015Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:21:24.067Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:22:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:22:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:22:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:22:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:22:14.466Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:22:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:22:24.017Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:22:24.027Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:23:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:23:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:23:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:23:14.466Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:23:14.467Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:23:14.467Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:23:24.008Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:23:24.019Z|5d39030e-1dc3-4fec-901f-e4557d5309e2|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:24:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:24:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:24:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:24:14.466Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:24:14.467Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:24:14.467Z|ec628d64-7777-4f88-9629-81f5ec39487d|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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:24:24.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:24:24.023Z|ec628d64-7777-4f88-9629-81f5ec39487d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:25:14.466Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:25:14.470Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:25:14.472Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:25:14.473Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:25:14.474Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:25:14.474Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:25:24.029Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:25:24.035Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:26:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:26:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:26:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:26:14.467Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:26:14.467Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:26:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:26:24.020Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:26:24.022Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:27:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:27:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:27:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:27:14.466Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:27:14.467Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:27:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:27:24.023Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:27:24.027Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:28:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:28:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:28:14.465Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:28:14.466Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:28:14.466Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:28:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:28:24.024Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:28:24.025Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:29:14.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:29:14.465Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:29:14.466Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:29:14.466Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:29:14.467Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:29:14.467Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:29:24.024Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:29:24.048Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:30:14.466Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:30:14.467Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-09T06:30:14.468Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:30:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:30:14.468Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-09T06:30:14.468Z||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 6IpNWnFRSetdlLoY) ... 2022-12-09T06:30:24.025Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-09T06:30:24.028Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK