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-11-16T05:19:59.997Z||main|||||INFO|500||The following profiles are active: basic 2022-11-16T05:20:11.319Z||main|||||INFO|500||Starting service [Tomcat] 2022-11-16T05:20:11.320Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-11-16T05:20:11.432Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-11-16T05:20:15.570Z||main|||||INFO|500||catdb-pool - Starting... 2022-11-16T05:20:16.014Z||main|||||INFO|500||catdb-pool - Start completed. 2022-11-16T05:20:16.530Z||main|||||INFO|500||reqdb-pool - Starting... 2022-11-16T05:20:16.539Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-11-16T05:20:16.658Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-11-16T05:20:16.863Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-11-16T05:20:17.400Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-11-16T05:20:19.076Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-16T05:20:21.450Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-16T05:20:21.519Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-11-16T05:20:22.136Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-16T05:20:22.375Z||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-11-16T05:20:23.642Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-16T05:20:24.798Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-11-16T05:20:24.827Z||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$$20cf312a.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-11-16T05:20:24.828Z||main|||||WARN|500||The sdc end point is not alive 2022-11-16T05:20:28.229Z||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-11-16T05:20:31.221Z||main|||||WARN|500||--- 2022-11-16T05:20:31.221Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-11-16T05:20:31.222Z||main|||||WARN|500||--- 2022-11-16T05:20:31.685Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-11-16T05:20:36.566Z||main|||||INFO|500||Started Application in 39.745 seconds (JVM running for 42.151) 2022-11-16T05:20:36.583Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-16T05:20:36.584Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-16T05:20:36.597Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-16T05:20:36.621Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-16T05:20:36.663Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1e180f09-dc14-48f2-9feb-ea220850b0db url= /sdc/v1/artifactTypes 2022-11-16T05:20:36.664Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-16T05:20:36.917Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-11-16T05:20:36.971Z||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-11-16T05:20:36.994Z||scheduling-1|||||DEBUG|500||create keys 2022-11-16T05:20:37.001Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-11-16T05:20:37.036Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:20:37.053Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 407af28f-b31e-4e05-96c3-cc46249561e7 url= /sdc/v1/registerForDistribution 2022-11-16T05:20:37.162Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 407af28f-b31e-4e05-96c3-cc46249561e7 url= /sdc/v1/registerForDistribution 2022-11-16T05:20:37.163Z||scheduling-1|||||INFO|500||start DistributionClient 2022-11-16T05:20:37.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:20:37.173Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:20:37.181Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-11-16T05:20:37.181Z||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-11-16T05:20:37.181Z||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-11-16T05:20:37.181Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:20:37.182Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:20:47.525Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:20:47.543Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:21:37.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:21:37.171Z||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-11-16T05:21:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:21:37.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:21:37.200Z||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-11-16T05:21:37.201Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:21:46.847Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:21:46.873Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:22:37.171Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:22:37.175Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:22:37.176Z||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-11-16T05:22:37.177Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:22:37.181Z||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-11-16T05:22:37.184Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:22:46.791Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:22:46.804Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:23:37.170Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:23:37.171Z||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-11-16T05:23:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:23:37.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:23:37.174Z||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-11-16T05:23:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:23:46.838Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:23:46.869Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:24:37.171Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:24:37.172Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:24:37.173Z||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-11-16T05:24:37.174Z||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-11-16T05:24:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:24:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:24:46.769Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:24:46.772Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:25:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:25:37.171Z||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-11-16T05:25:37.172Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:25:37.172Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:25:37.173Z||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-11-16T05:25:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:25:46.729Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:25:46.755Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:26:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:26:37.171Z||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-11-16T05:26:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:26:37.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:26:37.174Z||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-11-16T05:26:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:26:46.725Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:26:46.743Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:27:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:27:37.172Z||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-11-16T05:27:37.172Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:27:37.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:27:37.175Z||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-11-16T05:27:37.175Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:27:46.735Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:27:46.753Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:28:37.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:28:37.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:28:37.175Z||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-11-16T05:28:37.175Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:28:37.178Z||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-11-16T05:28:37.178Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:28:46.745Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:28:46.746Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:29:37.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:29:37.172Z||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-11-16T05:29:37.172Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:29:37.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:29:37.173Z||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-11-16T05:29:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:29:46.730Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:29:46.735Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:30:29.791Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-11-16T05:30:37.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:30:37.171Z||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-11-16T05:30:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:30:37.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:30:37.173Z||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-11-16T05:30:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:30:46.759Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:30:46.761Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:31:37.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:31:37.172Z||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-11-16T05:31:37.172Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:31:37.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:31:37.173Z||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-11-16T05:31:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:31:46.732Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:31:46.736Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:32:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:32:37.171Z||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-11-16T05:32:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:32:37.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:32:37.173Z||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-11-16T05:32:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:32:46.799Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:32:46.807Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:33:37.171Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:33:37.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:33:37.174Z||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-11-16T05:33:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:33:37.174Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T05:33:37.175Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:33:46.727Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:33:46.730Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:34:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:34:37.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:34:37.173Z||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-11-16T05:34:37.173Z||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-11-16T05:34:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:34:37.174Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJSbnhVk9BGySOCr) ... 2022-11-16T05:34:46.726Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:34:46.726Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:35:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:35:37.172Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:35:37.173Z||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-11-16T05:35:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:35:37.172Z||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-11-16T05:35:37.174Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJSbnhVk9BGySOCr) ... 2022-11-16T05:35:46.720Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:35:46.719Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:36:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:36:37.172Z||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-11-16T05:36:37.172Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:36:37.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:36:37.173Z||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-11-16T05:36:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:36:46.734Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:36:46.737Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:37:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:37:37.171Z||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-11-16T05:37:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:37:37.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:37:37.174Z||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-11-16T05:37:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:37:46.726Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:37:46.727Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:38:37.171Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:38:37.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:38:37.175Z||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-11-16T05:38:37.175Z||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-11-16T05:38:37.175Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:38:37.175Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:38:46.732Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:38:46.732Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:39:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:39:37.172Z||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-11-16T05:39:37.172Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:39:37.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:39:37.173Z||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-11-16T05:39:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:39:46.749Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:39:46.754Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:40:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:40:37.171Z||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-11-16T05:40:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:40:37.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:40:37.173Z||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-11-16T05:40:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:40:46.726Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:40:46.734Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:41:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:41:37.171Z||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-11-16T05:41:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:41:37.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:41:37.173Z||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-11-16T05:41:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:41:46.726Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:41:46.734Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:42:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:42:37.171Z||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-11-16T05:42:37.172Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:42:37.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:42:37.174Z||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-11-16T05:42:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:42:46.721Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:42:46.724Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:43:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:43:37.171Z||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-11-16T05:43:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:43:37.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:43:37.173Z||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-11-16T05:43:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:43:46.723Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:43:46.724Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:44:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:44:37.172Z||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-11-16T05:44:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:44:37.176Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:44:37.176Z||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-11-16T05:44:37.176Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:44:46.727Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:44:46.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:45:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:45:37.171Z||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-11-16T05:45:37.172Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:45:37.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:45:37.174Z||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-11-16T05:45:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:45:46.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:45:46.748Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:46:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:46:37.171Z||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-11-16T05:46:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:46:37.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:46:37.174Z||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-11-16T05:46:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:46:46.724Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:46:46.736Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:47:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:47:37.171Z||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-11-16T05:47:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:47:37.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:47:37.173Z||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-11-16T05:47:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:47:46.734Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:47:46.742Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:48:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:48:37.171Z||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-11-16T05:48:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:48:37.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:48:37.173Z||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-11-16T05:48:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:48:46.739Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:48:46.739Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:49:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:49:37.171Z||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-11-16T05:49:37.172Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:49:37.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:49:37.173Z||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-11-16T05:49:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:49:46.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:49:46.727Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:50:37.171Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:50:37.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:50:37.174Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T05:50:37.174Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJSbnhVk9BGySOCr) ... 2022-11-16T05:50:37.174Z||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-11-16T05:50:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:50:46.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:50:46.726Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:51:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:51:37.171Z||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-11-16T05:51:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:51:37.172Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:51:37.173Z||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-11-16T05:51:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:51:46.718Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:51:46.722Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:52:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:52:37.171Z||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-11-16T05:52:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:52:37.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:52:37.174Z||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-11-16T05:52:37.175Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:52:46.723Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:52:46.728Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:53:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:53:37.171Z||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-11-16T05:53:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:53:37.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:53:37.174Z||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-11-16T05:53:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:53:46.732Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:53:46.738Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:54:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:54:37.171Z||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-11-16T05:54:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:54:37.172Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:54:37.173Z||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-11-16T05:54:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:54:46.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:54:46.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:55:37.171Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:55:37.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:55:37.173Z||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-11-16T05:55:37.173Z||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-11-16T05:55:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:55:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:55:46.732Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:55:46.735Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:56:37.170Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:56:37.172Z||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-11-16T05:56:37.172Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:56:37.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:56:37.173Z||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-11-16T05:56:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:56:46.731Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:56:46.731Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:57:37.170Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:57:37.171Z||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-11-16T05:57:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:57:37.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:57:37.173Z||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-11-16T05:57:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:57:46.744Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:57:46.746Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:58:37.170Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:58:37.171Z||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-11-16T05:58:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:58:37.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:58:37.173Z||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-11-16T05:58:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:58:46.716Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:58:46.728Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:59:37.170Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:59:37.171Z||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-11-16T05:59:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:59:37.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T05:59:37.173Z||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-11-16T05:59:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T05:59:46.718Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T05:59:46.722Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:00:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:00:37.171Z||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-11-16T06:00:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:00:37.175Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:00:37.177Z||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-11-16T06:00:37.177Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:00:46.725Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:00:46.742Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:01:37.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:01:37.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:01:37.176Z||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-11-16T06:01:37.176Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:01:37.176Z||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-11-16T06:01:37.177Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:01:46.733Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:01:46.734Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:02:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:02:37.171Z||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-11-16T06:02:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:02:37.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:02:37.173Z||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-11-16T06:02:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:02:46.737Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:02:46.751Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:03:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:03:37.171Z||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-11-16T06:03:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:03:37.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:03:37.173Z||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-11-16T06:03:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:03:46.724Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:03:46.729Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:04:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:04:37.171Z||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-11-16T06:04:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:04:37.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:04:37.174Z||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-11-16T06:04:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:04:46.730Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:04:46.731Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:05:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:05:37.171Z||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-11-16T06:05:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:05:37.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:05:37.173Z||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-11-16T06:05:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:05:46.733Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:05:46.755Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:06:37.171Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:06:37.172Z||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-11-16T06:06:37.172Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:06:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:06:37.173Z||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-11-16T06:06:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:06:46.772Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:06:46.772Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:07:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:07:37.172Z||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-11-16T06:07:37.172Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:07:37.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:07:37.173Z||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-11-16T06:07:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:07:46.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:07:46.740Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:08:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:08:37.171Z||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-11-16T06:08:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:08:37.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:08:37.173Z||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-11-16T06:08:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:08:46.730Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:08:46.745Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:09:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:09:37.172Z||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-11-16T06:09:37.172Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:09:37.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:09:37.173Z||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-11-16T06:09:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:09:46.731Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:09:46.733Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:10:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:10:37.172Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:10:37.172Z||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-11-16T06:10:37.173Z||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-11-16T06:10:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:10:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:10:46.733Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:10:46.734Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:11:37.171Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:11:37.172Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:11:37.174Z||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-11-16T06:11:37.174Z||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-11-16T06:11:37.175Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:11:37.175Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:11:46.732Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:11:46.737Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:12:37.170Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:12:37.172Z||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-11-16T06:12:37.172Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:12:37.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:12:37.174Z||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-11-16T06:12:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:12:37.427Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:12:37.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:12:37.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "ves-openapi-manager", "timestamp": 1668579153778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:12:37.481Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:12:37.806Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:12:37.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-16T06:12:37.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"d1587411-a43b-4ad0-bccc-16c102b33ee4","serviceName":"basic_onboard_QeNmrQ","serviceVersion":"1.0","serviceUUID":"32d39d19-1b80-48b4-836d-e81ed39da2c8","serviceDescription":"service","serviceInvariantUUID":"87ce6809-e313-4589-85b5-c784f37b01c4","resources":[{"resourceInstanceName":"basic_onboard_QeNmrQ 0","resourceName":"basic_onboard_QeNmrQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2ea8c25b-29c2-43fa-9d3c-4b9b7a7337a1","resourceInvariantUUID":"d8ac85e8-96cf-41c3-a625-063ccce50b6f","resourceCustomizationUUID":"c92e9b56-544d-48a8-a4c1-91ece80e9ce9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vf-license-model.xml","artifactChecksum":"MGM0NjIyNDRjMTE5YjIwOTllMDZlZjE0YjQ1M2UzYzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"36707379-e690-451f-849e-67d3ffe1860b","artifactVersion":"1"},{"artifactName":"basic_onboard_qenmrq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json","artifactChecksum":"YjU1MTJjZjkyZDNhYzllNjllZjRmM2I1MDc3MzQwMzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d80fdb38-fd97-4f6e-a79a-90d589916949","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f26b5cd1-b27f-49b0-89be-040726caed7e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"39939d0c-5186-4f0c-a24b-529e04db1d7a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2821528e-22d4-4a9f-87a1-9d51bef84b30","artifactVersion":"2","generatedFromUUID":"f26b5cd1-b27f-49b0-89be-040726caed7e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQenmrq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-template.yml","artifactChecksum":"ODU5MGJhY2MyZmU2Y2Y3MzBjOGNlYTc2MGVkYjc5MDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b790a41b-4474-4aab-a0c3-1cd7634d1037","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQenmrq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar","artifactChecksum":"YjYxNjA3MDY0ODFjMzIyYjk2OWFhMmI1YWY0MTdiZTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5e920e12-990f-446c-8148-8d37289711a5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-16T06:12:37.819Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:12:37.827Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:12:37.842Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:12:37.842Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579157170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:12:37.943Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-11-16T06:12:37.948Z||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-11-16T06:12:37.949Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:12:37.966Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:12:37.968Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:12:38.857Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:12:38.858Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:12:38.860Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:12:38.861Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579157170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json", "status": "NOTIFIED" } 2022-11-16T06:12:38.961Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:12:38.962Z||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-11-16T06:12:38.962Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:12:38.972Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:12:38.972Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:12:39.861Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:12:39.864Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:12:39.867Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:12:39.867Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579157170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-16T06:12:39.967Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:12:39.968Z||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-11-16T06:12:39.968Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:12:39.987Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:12:39.987Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:12:40.867Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:12:40.868Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:12:40.871Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:12:40.871Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579157170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:12:40.971Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:12:40.972Z||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-11-16T06:12:40.974Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:12:40.986Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:12:40.987Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:12:41.871Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:12:41.872Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:12:41.875Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:12:41.875Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579157170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-16T06:12:41.975Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:12:41.976Z||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-11-16T06:12:41.976Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:12:41.996Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:12:41.997Z||pool-7-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:12:42.875Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:12:42.876Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:12:42.878Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:12:42.878Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579157170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:12:42.979Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:12:42.980Z||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-11-16T06:12:42.980Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:12:42.990Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:12:42.991Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:12:43.879Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:12:43.880Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:12:43.882Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:12:43.883Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579157170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:12:43.983Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:12:43.984Z||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-11-16T06:12:43.984Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:12:43.995Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:12:43.995Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:12:44.885Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "serviceName": "basic_onboard_QeNmrQ", "serviceVersion": "1.0", "serviceUUID": "32d39d19-1b80-48b4-836d-e81ed39da2c8", "serviceDescription": "service", "serviceInvariantUUID": "87ce6809-e313-4589-85b5-c784f37b01c4", "resources": [ { "resourceInstanceName": "basic_onboard_QeNmrQ 0", "resourceCustomizationUUID": "c92e9b56-544d-48a8-a4c1-91ece80e9ce9", "resourceName": "basic_onboard_QeNmrQ", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2ea8c25b-29c2-43fa-9d3c-4b9b7a7337a1", "resourceInvariantUUID": "d8ac85e8-96cf-41c3-a625-063ccce50b6f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_qenmrq0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json", "artifactChecksum": "YjU1MTJjZjkyZDNhYzllNjllZjRmM2I1MDc3MzQwMzI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d80fdb38-fd97-4f6e-a79a-90d589916949", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f26b5cd1-b27f-49b0-89be-040726caed7e", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2821528e-22d4-4a9f-87a1-9d51bef84b30", "generatedFromUUID": "f26b5cd1-b27f-49b0-89be-040726caed7e" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2821528e-22d4-4a9f-87a1-9d51bef84b30", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardQenmrq-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar", "artifactChecksum": "YjYxNjA3MDY0ODFjMzIyYjk2OWFhMmI1YWY0MTdiZTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5e920e12-990f-446c-8148-8d37289711a5" } ], "workloadContext": "Production" } 2022-11-16T06:12:44.887Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-16T06:12:44.888Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 32d39d19-1b80-48b4-836d-e81ed39da2c8 ASDC 2022-11-16T06:12:45.019Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:d1587411-a43b-4ad0-bccc-16c102b33ee4 ServiceName:basic_onboard_QeNmrQ ServiceVersion:1.0 ServiceUUID:32d39d19-1b80-48b4-836d-e81ed39da2c8 ServiceInvariantUUID:87ce6809-e313-4589-85b5-c784f37b01c4 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardQenmrq-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar ArtifactUUID:5e920e12-990f-446c-8148-8d37289711a5 ArtifactChecksum:YjYxNjA3MDY0ODFjMzIyYjk2OWFhMmI1YWY0MTdiZTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_QeNmrQ 0 ResourceCustomizationUUID:c92e9b56-544d-48a8-a4c1-91ece80e9ce9 ResourceInvariantUUID:d8ac85e8-96cf-41c3-a625-063ccce50b6f ResourceName:basic_onboard_QeNmrQ ResourceType:VF ResourceUUID:2ea8c25b-29c2-43fa-9d3c-4b9b7a7337a1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_qenmrq0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json ArtifactUUID:d80fdb38-fd97-4f6e-a79a-90d589916949 ArtifactChecksum:YjU1MTJjZjkyZDNhYzllNjllZjRmM2I1MDc3MzQwMzI= 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/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml ArtifactUUID:f26b5cd1-b27f-49b0-89be-040726caed7e 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/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env ArtifactUUID:2821528e-22d4-4a9f-87a1-9d51bef84b30 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/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env ArtifactUUID:2821528e-22d4-4a9f-87a1-9d51bef84b30 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-16T06:12:45.021Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 32d39d19-1b80-48b4-836d-e81ed39da2c8 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-11-16T06:12:45.351Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-16T06:12:45.352Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-16T06:12:45.354Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-16T06:12:45.354Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5e920e12-990f-446c-8148-8d37289711a5 from URL: /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar 2022-11-16T06:12:45.355Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-16T06:12:45.359Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar 2022-11-16T06:12:45.569Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-16T06:12:45.590Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar 5e920e12-990f-446c-8148-8d37289711a5 75300 2022-11-16T06:12:45.592Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar ASDC sendASDCNotification 2022-11-16T06:12:45.592Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar 2022-11-16T06:12:45.595Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:12:45.597Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:12:45.599Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:12:45.599Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579165591, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:12:45.699Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:12:45.700Z||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-11-16T06:12:45.701Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:12:45.712Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:12:45.713Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:12:46.600Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-16T06:12:46.601Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-11-16T06:12:46.602Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5e920e12-990f-446c-8148-8d37289711a5, URL: /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar to file: /app/ASDC/1/service-BasicOnboardQenmrq-csar.csar 2022-11-16T06:12:46.603Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQenmrq-csar.csar 2022-11-16T06:12:46.718Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQenmrq-csar.csar 2022-11-16T06:12:46.718Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQenmrq-csar.csar 2022-11-16T06:12:47.389Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13330370179641903799/Definitions/service-BasicOnboardQenmrq-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-11-16T06:12:49.324Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-16T06:12:49.330Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-16T06:12:49.330Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQenmrq-csar.csar 2022-11-16T06:12:49.330Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-16T06:12:49.330Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_QeNmrQ 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-BasicOnboardQenmrq-csar.csar 2022-11-16T06:12:49.330Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardQenmrq-csar.csar 2022-11-16T06:12:49.330Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||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-BasicOnboardQenmrq-csar.csar 2022-11-16T06:12:49.331Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||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-BasicOnboardQenmrq-csar.csar 2022-11-16T06:12:49.331Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||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-BasicOnboardQenmrq-csar.csar 2022-11-16T06:12:49.331Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQenmrq-csar.csar 2022-11-16T06:12:49.331Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||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-BasicOnboardQenmrq-csar.csar 2022-11-16T06:12:49.332Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-11-16T06:12:49.339Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:12:49.341Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:12:49.346Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QeNmrQ 0 is matching search criteria 2022-11-16T06:12:49.346Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-16T06:12:49.348Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QeNmrQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-16T06:12:49.350Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:12:49.350Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:12:49.350Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QeNmrQ 0 is matching search criteria 2022-11-16T06:12:49.350Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-11-16T06:12:49.351Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QeNmrQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-16T06:12:49.351Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:12:49.351Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:12:49.355Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:12:49.355Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QeNmrQ 0 is not matching search criteria 2022-11-16T06:12:49.356Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-11-16T06:12:49.356Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-11-16T06:12:49.356Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-11-16T06:12:49.357Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-16T06:12:49.357Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-16T06:12:49.357Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:12:49.358Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-16T06:12:49.359Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:12:49.359Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QeNmrQ 0 is matching search criteria 2022-11-16T06:12:49.359Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QeNmrQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:12:49.360Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:12:49.360Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QeNmrQ 0 is matching search criteria 2022-11-16T06:12:49.361Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QeNmrQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:12:49.361Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:12:49.361Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QeNmrQ 0 is matching search criteria 2022-11-16T06:12:49.361Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QeNmrQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:12:49.362Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:12:49.362Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QeNmrQ 0 is not matching search criteria 2022-11-16T06:12:49.362Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-16T06:12:49.363Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-16T06:12:49.363Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f6bc975e-74d1-4ec5-af18-617b06ed5227 2022-11-16T06:12:49.363Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:12:49.364Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:12:49.364Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:12:49.364Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:12:49.364Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:12:49.365Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:12:49.365Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:12:49.365Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:12:49.366Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_QeNmrQ Description:service Model UUID:32d39d19-1b80-48b4-836d-e81ed39da2c8 Model Version:NULL Model InvariantUuid:87ce6809-e313-4589-85b5-c784f37b01c4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_QeNmrQ Model UUID:2c4679fc-1577-457c-b470-d60a841be7ac Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d8ac85e8-96cf-41c3-a625-063ccce50b6f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c92e9b56-544d-48a8-a4c1-91ece80e9ce9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b26d860b-cf32-4e18-8384-10e59e24589d ModelName:BasicOnboardQenmrq..base_ubuntu18..module-0 ModelUuid:9604febb-005e-4f18-8d5d-b6e4bcd9e0ed ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f6bc975e-74d1-4ec5-af18-617b06ed5227 ModelInvariantUuid:460ac04f-59e1-42b5-abd7-9374e683d48d ModelName:basic_onboard_QeNmrQ-nodes.ubuntu18Cvfc ModelUuid:010003b8-b645-4ecc-922a-1aac22ed8c21 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:7de971e9-da66-4f0f-9e17-cfed71beb449 ModelInvariantUuid:0bd693b6-e9a8-41b4-9f94-5072874ecb23 ModelName:BasicOnboardQenmrq.compute.nodes.heat.ubuntu18 ModelUuid:9543d9df-f9c3-4e7a-af82-a7798d98432b 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-11-16T06:12:49.402Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 2ea8c25b-29c2-43fa-9d3c-4b9b7a7337a1 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-11-16T06:12:49.512Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||basic_onboard_QeNmrQ 0 2022-11-16T06:12:49.519Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2ea8c25b-29c2-43fa-9d3c-4b9b7a7337a1 2022-11-16T06:12:49.519Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d80fdb38-fd97-4f6e-a79a-90d589916949 from URL: /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json 2022-11-16T06:12:49.519Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-16T06:12:49.519Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json 2022-11-16T06:12:49.580Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-16T06:12:49.580Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json d80fdb38-fd97-4f6e-a79a-90d589916949 798 2022-11-16T06:12:49.580Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json ASDC sendASDCNotification 2022-11-16T06:12:49.581Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json 2022-11-16T06:12:49.581Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:12:49.581Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:12:49.584Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:12:49.584Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579169580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-16T06:12:49.684Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:12:49.685Z||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-11-16T06:12:49.685Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:12:49.693Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:12:49.693Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:12:50.585Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardQenmrq..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "b26d860b-cf32-4e18-8384-10e59e24589d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9604febb-005e-4f18-8d5d-b6e4bcd9e0ed", "vfModuleModelCustomizationUUID": "49ffafc1-6f03-413b-8889-6971810b158c", "isBase": true, "artifacts": [ "f26b5cd1-b27f-49b0-89be-040726caed7e", "2821528e-22d4-4a9f-87a1-9d51bef84b30" ], "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-11-16T06:12:50.606Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardQenmrq..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9604febb-005e-4f18-8d5d-b6e4bcd9e0ed VfModuleModelInvariantUUID:b26d860b-cf32-4e18-8384-10e59e24589d VfModuleModelDescription:NULL Artifacts UUID List:{ f26b5cd1-b27f-49b0-89be-040726caed7e , 2821528e-22d4-4a9f-87a1-9d51bef84b30 } 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-11-16T06:12:50.609Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardQenmrq..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "b26d860b-cf32-4e18-8384-10e59e24589d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9604febb-005e-4f18-8d5d-b6e4bcd9e0ed", "vfModuleModelCustomizationUUID": "49ffafc1-6f03-413b-8889-6971810b158c", "isBase": true, "artifacts": [ "f26b5cd1-b27f-49b0-89be-040726caed7e", "2821528e-22d4-4a9f-87a1-9d51bef84b30" ], "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-11-16T06:12:50.609Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardQenmrq..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9604febb-005e-4f18-8d5d-b6e4bcd9e0ed VfModuleModelInvariantUUID:b26d860b-cf32-4e18-8384-10e59e24589d VfModuleModelDescription:NULL Artifacts UUID List:{ f26b5cd1-b27f-49b0-89be-040726caed7e , 2821528e-22d4-4a9f-87a1-9d51bef84b30 } 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-11-16T06:12:50.609Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f26b5cd1-b27f-49b0-89be-040726caed7e from URL: /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml 2022-11-16T06:12:50.609Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-16T06:12:50.609Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml 2022-11-16T06:12:50.661Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-16T06:12:50.662Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml f26b5cd1-b27f-49b0-89be-040726caed7e 5033 2022-11-16T06:12:50.662Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-16T06:12:50.662Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml 2022-11-16T06:12:50.662Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:12:50.663Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:12:50.665Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:12:50.665Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579170662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-16T06:12:50.765Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:12:50.766Z||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-11-16T06:12:50.767Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:12:50.780Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:12:50.780Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:12:51.667Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2821528e-22d4-4a9f-87a1-9d51bef84b30 from URL: /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env 2022-11-16T06:12:51.667Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-11-16T06:12:51.667Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env 2022-11-16T06:12:51.721Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-11-16T06:12:51.722Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env 2821528e-22d4-4a9f-87a1-9d51bef84b30 909 2022-11-16T06:12:51.722Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-16T06:12:51.722Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env 2022-11-16T06:12:51.722Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:12:51.723Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:12:51.726Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:12:51.726Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579171722, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-16T06:12:51.826Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:12:51.828Z||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-11-16T06:12:51.828Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:12:51.838Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:12:51.839Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:12:52.727Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 32d39d19-1b80-48b4-836d-e81ed39da2c8 2022-11-16T06:12:52.728Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_QeNmrQ 0 2ea8c25b-29c2-43fa-9d3c-4b9b7a7337a1 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-11-16T06:12:52.764Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@de55b2e, org.onap.sdc.toscaparser.api.parameters.Input@4b677b3f, org.onap.sdc.toscaparser.api.parameters.Input@2ad24939, org.onap.sdc.toscaparser.api.parameters.Input@4e5276c7, org.onap.sdc.toscaparser.api.parameters.Input@69c96808] 2022-11-16T06:12:52.768Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:12:52.768Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:12:52.769Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-11-16T06:12:52.769Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= c92e9b56-544d-48a8-a4c1-91ece80e9ce9 2022-11-16T06:12:52.769Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c92e9b56-544d-48a8-a4c1-91ece80e9ce9 matches Tosca VF Customization UUID: c92e9b56-544d-48a8-a4c1-91ece80e9ce9 2022-11-16T06:12:52.769Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: c92e9b56-544d-48a8-a4c1-91ece80e9ce9 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-11-16T06:12:52.776Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:12:52.776Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:12:52.777Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id c92e9b56-544d-48a8-a4c1-91ece80e9ce9: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-16T06:12:52.777Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@676960b9 2022-11-16T06:12:52.778Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:12:52.778Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-16T06:12:52.778Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 49ffafc1-6f03-413b-8889-6971810b158c 2022-11-16T06:12:52.779Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 49ffafc1-6f03-413b-8889-6971810b158c 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-11-16T06:12:52.785Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:12:52.785Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QeNmrQ 0 is matching search criteria 2022-11-16T06:12:52.785Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QeNmrQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:12:52.786Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:12:52.786Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QeNmrQ 0 is matching search criteria 2022-11-16T06:12:52.786Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QeNmrQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:12:52.787Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:12:52.787Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QeNmrQ 0 is not matching search criteria 2022-11-16T06:12:52.787Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-16T06:12:52.787Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-16T06:12:52.787Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f6bc975e-74d1-4ec5-af18-617b06ed5227 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-11-16T06:12:52.797Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:12:52.798Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QeNmrQ 0 is matching search criteria 2022-11-16T06:12:52.798Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QeNmrQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:12:52.798Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:12:52.798Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QeNmrQ 0 is matching search criteria 2022-11-16T06:12:52.799Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QeNmrQ 0] matching following query criteria: sdcType=VF, customizationUUID=c92e9b56-544d-48a8-a4c1-91ece80e9ce9 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-11-16T06:12:52.800Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:12:52.801Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:12:52.801Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 32d39d19-1b80-48b4-836d-e81ed39da2c8: basic_onboard_QeNmrQ 2022-11-16T06:12:52.801Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:12:52.801Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:12:52.802Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:12:52.802Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:12:52.802Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:12:52.802Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:12:52.803Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:12:52.803Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:12:52.803Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:12:52.803Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:12:52.804Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_QeNmrQ 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-11-16T06:12:53.028Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_QeNmrQ 2ea8c25b-29c2-43fa-9d3c-4b9b7a7337a1 1 ASDC deployResourceStructure 2022-11-16T06:12:53.029Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json ASDC sendASDCNotification 2022-11-16T06:12:53.029Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json 2022-11-16T06:12:53.029Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-16T06:12:53.030Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:12:53.033Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:12:53.033Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579173029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json", "status": "DEPLOY_OK" } 2022-11-16T06:12:53.132Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:12:53.133Z||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-11-16T06:12:53.133Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:12:53.148Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:12:53.149Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:12:54.034Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-16T06:12:54.035Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml 2022-11-16T06:12:54.035Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-16T06:12:54.036Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:12:54.041Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:12:54.041Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579174034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-16T06:12:54.151Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms 2022-11-16T06:12:54.152Z||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-11-16T06:12:54.153Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:12:54.174Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:12:54.175Z||pool-15-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:12:55.043Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-16T06:12:55.044Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env 2022-11-16T06:12:55.044Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-16T06:12:55.045Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:12:55.048Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:12:55.048Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579175042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-16T06:12:55.149Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:12:55.150Z||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-11-16T06:12:55.150Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:12:55.161Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:12:55.162Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:12:56.050Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar ASDC sendASDCNotification 2022-11-16T06:12:56.050Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar 2022-11-16T06:12:56.051Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-16T06:12:56.051Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:12:56.055Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:12:56.055Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579176049, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:12:56.154Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:12:56.155Z||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-11-16T06:12:56.155Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:12:56.166Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:12:56.166Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:12:57.056Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1587411-a43b-4ad0-bccc-16c102b33ee4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-16T06:12:57.098Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1587411-a43b-4ad0-bccc-16c102b33ee4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-16T06:12:57.101Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-16T06:12:57.102Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-16T06:12:57.102Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-16T06:13:27.103Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1587411-a43b-4ad0-bccc-16c102b33ee4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-16T06:13:27.115Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1587411-a43b-4ad0-bccc-16c102b33ee4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-16T06:13:27.118Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-16T06:13:27.119Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-16T06:13:27.119Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-16T06:13:37.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:13:37.175Z||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-11-16T06:13:37.175Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:13:37.215Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:13:37.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:13:37.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "ves-openapi-manager", "timestamp": 1668579153778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-16T06:13:37.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:13:57.120Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1587411-a43b-4ad0-bccc-16c102b33ee4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-16T06:13:57.138Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1587411-a43b-4ad0-bccc-16c102b33ee4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-16T06:13:57.142Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-16T06:13:57.142Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-16T06:13:57.143Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-16T06:14:27.143Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1587411-a43b-4ad0-bccc-16c102b33ee4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-16T06:14:27.167Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1587411-a43b-4ad0-bccc-16c102b33ee4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-16T06:14:27.170Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-16T06:14:27.170Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-16T06:14:27.171Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-16T06:14:37.173Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:14:37.174Z||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-11-16T06:14:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:14:37.702Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:14:37.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579157170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "ves-openapi-manager", "timestamp": 1668579153778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "cds", "timestamp": 1668579157987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579157170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json", "status": "NOTIFIED" } 2022-11-16T06:14:37.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "ves-openapi-manager", "timestamp": 1668579153778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "cds", "timestamp": 1668579157987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579157170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-16T06:14:37.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "ves-openapi-manager", "timestamp": 1668579153778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "cds", "timestamp": 1668579157987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579157170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "ves-openapi-manager", "timestamp": 1668579153778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "aai-ml", "timestamp": 1668579160952, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "cds", "timestamp": 1668579157987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579157170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-16T06:14:37.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "ves-openapi-manager", "timestamp": 1668579153778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "aai-ml", "timestamp": 1668579160952, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "cds", "timestamp": 1668579157987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579157170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "aai-ml", "timestamp": 1668579160952, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "cds", "timestamp": 1668579157987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579157170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:14:37.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "aai-ml", "timestamp": 1668579160952, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "cds", "timestamp": 1668579157987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:14:37.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "multicloud-k8s-id", "timestamp": 1668579164658, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579165591, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:14:37.719Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:14:37.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "aai-ml", "timestamp": 1668579160952, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "cds", "timestamp": 1668579165796, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:14:37.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:14:37.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "multicloud-k8s-id", "timestamp": 1668579164658, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json", "status": "NOTIFIED" } 2022-11-16T06:14:37.721Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "aai-ml", "timestamp": 1668579160952, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.721Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "cds", "timestamp": 1668579166811, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-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-11-16T06:14:37.733Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d1587411-a43b-4ad0-bccc-16c102b33ee4 2022-11-16T06:14:37.734Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1587411-a43b-4ad0-bccc-16c102b33ee4 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-11-16T06:14:37.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "multicloud-k8s-id", "timestamp": 1668579164658, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-16T06:14:37.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "aai-ml", "timestamp": 1668579160952, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:14:37.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "multicloud-k8s-id", "timestamp": 1668579164658, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "aai-ml", "timestamp": 1668579168776, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:14:37.748Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:14:37.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "multicloud-k8s-id", "timestamp": 1668579164658, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-16T06:14:37.748Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579169580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-16T06:14:37.749Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:14:37.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "multicloud-k8s-id", "timestamp": 1668579164658, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579170662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-16T06:14:37.750Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:14:37.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "multicloud-k8s-id", "timestamp": 1668579164658, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:14:37.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579171722, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-16T06:14:37.751Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:14:37.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "multicloud-k8s-id", "timestamp": 1668579172531, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-16T06:14:37.751Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:14:37.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579173029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json", "status": "DEPLOY_OK" } 2022-11-16T06:14:37.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:14:37.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "multicloud-k8s-id", "timestamp": 1668579173622, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-16T06:14:37.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:14:37.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579174034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-16T06:14:37.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:14:37.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668579173567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "multicloud-k8s-id", "timestamp": 1668579174680, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-16T06:14:37.753Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:14:37.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579175042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-16T06:14:37.753Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:14:37.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668579173567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "multicloud-k8s-id", "timestamp": 1668579175756, "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-11-16T06:14:37.759Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1587411-a43b-4ad0-bccc-16c102b33ee4 2022-11-16T06:14:37.760Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1587411-a43b-4ad0-bccc-16c102b33ee4 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-11-16T06:14:37.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579176049, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:14:37.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:14:37.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668579173567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "multicloud-k8s-id", "timestamp": 1668579176765, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json", "status": "DEPLOY_OK" } 2022-11-16T06:14:37.777Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:14:37.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668579173567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668579173567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668579173567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:14:37.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "aai-ml", "timestamp": 1668579180301, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:14:37.778Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:14:37.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668579173567, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:14:37.779Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:14:37.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "aai-ml", "timestamp": 1668579181307, "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-11-16T06:14:37.789Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d1587411-a43b-4ad0-bccc-16c102b33ee4 2022-11-16T06:14:37.789Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1587411-a43b-4ad0-bccc-16c102b33ee4 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-11-16T06:14:37.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668579181525, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:14:37.803Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:14:37.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668579186074, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:14:37.803Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:14:37.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:14:37.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668579187079, "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-11-16T06:14:37.809Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d1587411-a43b-4ad0-bccc-16c102b33ee4 2022-11-16T06:14:37.809Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1587411-a43b-4ad0-bccc-16c102b33ee4 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-11-16T06:14:57.171Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1587411-a43b-4ad0-bccc-16c102b33ee4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-16T06:14:57.187Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1587411-a43b-4ad0-bccc-16c102b33ee4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-16T06:14:57.190Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-16T06:14:57.191Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-16T06:14:57.191Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-16T06:14:57.191Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-16T06:14:57.192Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:14:57.192Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:14:57.192Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:14:57.193Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:14:57.193Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:14:57.193Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||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-11-16T06:14:57.200Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-16T06:15:27.201Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d1587411-a43b-4ad0-bccc-16c102b33ee4 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-11-16T06:15:27.218Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d1587411-a43b-4ad0-bccc-16c102b33ee4 and serviceModelVersionId: 32d39d19-1b80-48b4-836d-e81ed39da2c8 2022-11-16T06:15:27.219Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87ce6809-e313-4589-85b5-c784f37b01c4 2022-11-16T06:15:37.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:15:37.175Z||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-11-16T06:15:37.176Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:15:44.626Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87ce6809-e313-4589-85b5-c784f37b01c4/model-vers/model-ver/32d39d19-1b80-48b4-836d-e81ed39da2c8?depth=0 2022-11-16T06:15:44.751Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-11-16T06:15:45.342Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87ce6809-e313-4589-85b5-c784f37b01c4/model-vers/model-ver/32d39d19-1b80-48b4-836d-e81ed39da2c8?depth=0|INFO|500||Invoke 2022-11-16T06:15:45.351Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87ce6809-e313-4589-85b5-c784f37b01c4/model-vers/model-ver/32d39d19-1b80-48b4-836d-e81ed39da2c8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87ce6809-e313-4589-85b5-c784f37b01c4/model-vers/model-ver/32d39d19-1b80-48b4-836d-e81ed39da2c8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d1587411-a43b-4ad0-bccc-16c102b33ee4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f535ba01-a7f9-404c-8da6-3954cef43fdb], X-ECOMP-RequestID=[d1587411-a43b-4ad0-bccc-16c102b33ee4], X-TransactionId=[], X-ONAP-RequestID=[d1587411-a43b-4ad0-bccc-16c102b33ee4], Content-Type=[application/merge-patch+json]} 2022-11-16T06:15:45.490Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87ce6809-e313-4589-85b5-c784f37b01c4/model-vers/model-ver/32d39d19-1b80-48b4-836d-e81ed39da2c8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-16T06:15:45.722Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87ce6809-e313-4589-85b5-c784f37b01c4/model-vers/model-ver/32d39d19-1b80-48b4-836d-e81ed39da2c8?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/87ce6809-e313-4589-85b5-c784f37b01c4/model-vers/model-ver/32d39d19-1b80-48b4-836d-e81ed39da2c8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221116-06:15:45:297-81837], vertex-id=[176136], Content-Length=[0], Date=[Wed, 16 Nov 2022 06:15:45 GMT], Content-Type=[application/json]} 2022-11-16T06:15:45.725Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87ce6809-e313-4589-85b5-c784f37b01c4/model-vers/model-ver/32d39d19-1b80-48b4-836d-e81ed39da2c8?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-16T06:15:45.725Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87ce6809-e313-4589-85b5-c784f37b01c4/model-vers/model-ver/32d39d19-1b80-48b4-836d-e81ed39da2c8?depth=0|INFO|500||InvokeReturn 2022-11-16T06:15:45.730Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-16T06:15:45.732Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||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-11-16T06:15:45.740Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||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-11-16T06:15:45.741Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d1587411-a43b-4ad0-bccc-16c102b33ee4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-16T06:15:45.743Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-16T06:15:45.743Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:15:45.752Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:15:45.752Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579345742, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-16T06:15:45.853Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:15:45.854Z||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-11-16T06:15:45.854Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:15:45.866Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:15:45.867Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:15:46.504Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:15:46.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:15:46.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579345742, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-16T06:15:46.506Z||pool-2-thread-9|||||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-11-16T06:15:46.768Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:15:46.769Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|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-11-16T06:15:46.769Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:15:57.077Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:15:57.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:15:57.079Z||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-11-16T06:15:57.079Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:16:06.629Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:16:06.629Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:16:06.630Z||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-11-16T06:16:06.630Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:16:16.178Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:16:37.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:16:37.171Z||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-11-16T06:16:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:16:37.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:16:37.173Z||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-11-16T06:16:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:16:46.715Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:16:46.716Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:17:37.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:17:37.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:17:37.175Z||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-11-16T06:17:37.175Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:17:37.175Z||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-11-16T06:17:37.177Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:17:37.812Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:17:37.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "ves-openapi-manager", "timestamp": 1668579413778, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:37.813Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:17:37.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.818Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"1ca6ead9-6762-42f2-bdd5-33677f0b1e82","serviceName":"vFW 2022-11-16 06-16-17","serviceVersion":"1.0","serviceUUID":"6584dcd4-92b6-4ef0-97e8-101feb839b3b","serviceDescription":"catalog service description","serviceInvariantUUID":"1ceee176-7b68-4a23-ba1b-637aaf41a026","resources":[{"resourceInstanceName":"vFW 103a0a83-cbed 0","resourceName":"vFW 103a0a83-cbed","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"adea0ec9-9298-4af7-9804-f1b13acf32dd","resourceInvariantUUID":"8aca3503-b87a-4529-bdd3-2d62dc2a6a4b","resourceCustomizationUUID":"03b77d36-56d9-4a57-b084-772b52b82bc8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vf-license-model.xml","artifactChecksum":"MmMwODc0MjUxYWFkZjczNzBlY2IzNjBjYTM2MmQxNzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bfeb5e87-12ca-4042-a928-eb011bae1494","artifactVersion":"1"},{"artifactName":"vfw103a0a83cbed0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json","artifactChecksum":"ODMwMzg4OGRkMmNhOTUyYmM4M2UwNjVlOTJiYjMwYTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"224bfe1b-26f2-4a11-9548-a021b826cd01","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5fd3c7c1-dfa2-43fb-b008-22e19c294f97","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vendor-license-model.xml","artifactChecksum":"Mjk0MTAxMTI2NzFhNTk3NzBlODdiZTE1NmFlODkyZDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dda9f100-a860-4ae7-b4d2-b59305c947d1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5694726f-afc0-4d61-a501-79a44f6535f3","artifactVersion":"2","generatedFromUUID":"5fd3c7c1-dfa2-43fb-b008-22e19c294f97"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221116061617-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-template.yml","artifactChecksum":"ODhiYzM1OGM0MDBkN2FkN2MwNjE0OTQzZGRhM2QwZjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"451534dd-339c-4754-8195-9b9442250c46","artifactVersion":"1"},{"artifactName":"service-Vfw20221116061617-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar","artifactChecksum":"NjY4NGY2ZjdiOTljMjI0NGRjYWM2YjU0MjA1Yjk3ZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"93e82273-4f20-4b14-8985-7745a74104f6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-16T06:17:37.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668579413567, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:37.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "ves-openapi-manager", "timestamp": 1668579413778, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:37.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668579413567, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:37.821Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "multicloud-k8s-id", "timestamp": 1668579424657, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:37.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "ves-openapi-manager", "timestamp": 1668579413778, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:37.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668579413567, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:37.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "multicloud-k8s-id", "timestamp": 1668579424657, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json", "status": "NOTIFIED" } 2022-11-16T06:17:37.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "ves-openapi-manager", "timestamp": 1668579413778, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:37.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668579413567, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:37.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "multicloud-k8s-id", "timestamp": 1668579424657, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-16T06:17:37.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "ves-openapi-manager", "timestamp": 1668579413778, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:37.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668579413567, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:37.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "multicloud-k8s-id", "timestamp": 1668579424657, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:37.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "ves-openapi-manager", "timestamp": 1668579413778, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:37.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668579413567, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:37.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "cds", "timestamp": 1668579427989, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:37.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "multicloud-k8s-id", "timestamp": 1668579424657, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-16T06:17:37.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "ves-openapi-manager", "timestamp": 1668579413778, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:37.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668579413567, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:17:37.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "cds", "timestamp": 1668579427989, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:37.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "multicloud-k8s-id", "timestamp": 1668579424657, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:37.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668579430668, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:17:37.840Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:17:37.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "cds", "timestamp": 1668579427989, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:37.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "multicloud-k8s-id", "timestamp": 1668579424657, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:17:37.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "aai-ml", "timestamp": 1668579430952, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:37.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "cds", "timestamp": 1668579427989, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:37.843Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "multicloud-k8s-id", "timestamp": 1668579432397, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-16T06:17:37.844Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:17:37.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "aai-ml", "timestamp": 1668579430952, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:37.844Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "cds", "timestamp": 1668579427989, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:37.845Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "multicloud-k8s-id", "timestamp": 1668579433464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-16T06:17:37.846Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:17:37.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "aai-ml", "timestamp": 1668579430952, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:37.848Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "cds", "timestamp": 1668579427989, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:37.848Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668579434099, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:17:37.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:17:37.847Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:17:37.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "multicloud-k8s-id", "timestamp": 1668579434516, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-16T06:17:37.851Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:17:37.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "aai-ml", "timestamp": 1668579430952, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:37.852Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "cds", "timestamp": 1668579427989, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:17:37.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.851Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:17:37.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668579435104, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } 2022-11-16T06:17:37.859Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:17:37.860Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579457170, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-16T06:17:37.879Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1ca6ead9-6762-42f2-bdd5-33677f0b1e82 2022-11-16T06:17:37.879Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ca6ead9-6762-42f2-bdd5-33677f0b1e82 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-11-16T06:17:37.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "multicloud-k8s-id", "timestamp": 1668579435538, "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-11-16T06:17:37.895Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ca6ead9-6762-42f2-bdd5-33677f0b1e82 2022-11-16T06:17:37.895Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ca6ead9-6762-42f2-bdd5-33677f0b1e82 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-11-16T06:17:37.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "aai-ml", "timestamp": 1668579430952, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:37.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "cds", "timestamp": 1668579435792, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:17:37.906Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:17:37.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "multicloud-k8s-id", "timestamp": 1668579436543, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json", "status": "DEPLOY_OK" } 2022-11-16T06:17:37.907Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:17:37.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "aai-ml", "timestamp": 1668579430952, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:37.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "cds", "timestamp": 1668579436798, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-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-11-16T06:17:37.913Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1ca6ead9-6762-42f2-bdd5-33677f0b1e82 2022-11-16T06:17:37.913Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ca6ead9-6762-42f2-bdd5-33677f0b1e82 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-11-16T06:17:37.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "aai-ml", "timestamp": 1668579430952, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:17:37.928Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-16T06:17:37.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "aai-ml", "timestamp": 1668579438747, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:17:37.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:17:37.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "aai-ml", "timestamp": 1668579449274, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:17:37.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:17:37.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:17:37.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "aai-ml", "timestamp": 1668579450278, "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-11-16T06:17:37.937Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1ca6ead9-6762-42f2-bdd5-33677f0b1e82 2022-11-16T06:17:37.937Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ca6ead9-6762-42f2-bdd5-33677f0b1e82 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-11-16T06:17:37.959Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:17:37.960Z||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-11-16T06:17:37.961Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:17:37.984Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:17:37.985Z||pool-19-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:17:38.861Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:17:38.861Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:17:38.865Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:17:38.865Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579457170, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json", "status": "NOTIFIED" } 2022-11-16T06:17:38.965Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:17:38.966Z||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-11-16T06:17:38.967Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:17:38.977Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:17:38.978Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:17:39.866Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:17:39.867Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:17:39.869Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:17:39.870Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579457170, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-16T06:17:39.970Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:17:39.971Z||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-11-16T06:17:39.971Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:17:39.984Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:17:39.985Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:17:40.870Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:17:40.871Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:17:40.875Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:17:40.876Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579457170, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:40.975Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:17:40.977Z||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-11-16T06:17:40.977Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:17:40.992Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:17:40.993Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:17:41.877Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:17:41.878Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:17:41.881Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:17:41.881Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579457170, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-16T06:17:41.981Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:17:41.982Z||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-11-16T06:17:41.983Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:17:41.996Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:17:41.997Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:17:42.883Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:17:42.884Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:17:42.892Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:17:42.893Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579457170, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:17:42.995Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-16T06:17:42.996Z||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-11-16T06:17:42.996Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:17:43.012Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:17:43.012Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:17:43.894Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:17:43.895Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:17:43.898Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:17:43.898Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579457170, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:17:43.998Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:17:44.003Z||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-11-16T06:17:44.003Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:17:44.019Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:17:44.024Z||pool-25-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:17:44.905Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "serviceName": "vFW 2022-11-16 06-16-17", "serviceVersion": "1.0", "serviceUUID": "6584dcd4-92b6-4ef0-97e8-101feb839b3b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "1ceee176-7b68-4a23-ba1b-637aaf41a026", "resources": [ { "resourceInstanceName": "vFW 103a0a83-cbed 0", "resourceCustomizationUUID": "03b77d36-56d9-4a57-b084-772b52b82bc8", "resourceName": "vFW 103a0a83-cbed", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "adea0ec9-9298-4af7-9804-f1b13acf32dd", "resourceInvariantUUID": "8aca3503-b87a-4529-bdd3-2d62dc2a6a4b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw103a0a83cbed0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json", "artifactChecksum": "ODMwMzg4OGRkMmNhOTUyYmM4M2UwNjVlOTJiYjMwYTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "224bfe1b-26f2-4a11-9548-a021b826cd01", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5fd3c7c1-dfa2-43fb-b008-22e19c294f97", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5694726f-afc0-4d61-a501-79a44f6535f3", "generatedFromUUID": "5fd3c7c1-dfa2-43fb-b008-22e19c294f97" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5694726f-afc0-4d61-a501-79a44f6535f3", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221116061617-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar", "artifactChecksum": "NjY4NGY2ZjdiOTljMjI0NGRjYWM2YjU0MjA1Yjk3ZDM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "93e82273-4f20-4b14-8985-7745a74104f6" } ], "workloadContext": "Production" } 2022-11-16T06:17:44.905Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-16T06:17:44.906Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6584dcd4-92b6-4ef0-97e8-101feb839b3b ASDC 2022-11-16T06:17:44.906Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:1ca6ead9-6762-42f2-bdd5-33677f0b1e82 ServiceName:vFW 2022-11-16 06-16-17 ServiceVersion:1.0 ServiceUUID:6584dcd4-92b6-4ef0-97e8-101feb839b3b ServiceInvariantUUID:1ceee176-7b68-4a23-ba1b-637aaf41a026 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221116061617-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar ArtifactUUID:93e82273-4f20-4b14-8985-7745a74104f6 ArtifactChecksum:NjY4NGY2ZjdiOTljMjI0NGRjYWM2YjU0MjA1Yjk3ZDM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 103a0a83-cbed 0 ResourceCustomizationUUID:03b77d36-56d9-4a57-b084-772b52b82bc8 ResourceInvariantUUID:8aca3503-b87a-4529-bdd3-2d62dc2a6a4b ResourceName:vFW 103a0a83-cbed ResourceType:VF ResourceUUID:adea0ec9-9298-4af7-9804-f1b13acf32dd ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw103a0a83cbed0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json ArtifactUUID:224bfe1b-26f2-4a11-9548-a021b826cd01 ArtifactChecksum:ODMwMzg4OGRkMmNhOTUyYmM4M2UwNjVlOTJiYjMwYTU= 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/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml ArtifactUUID:5fd3c7c1-dfa2-43fb-b008-22e19c294f97 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/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env ArtifactUUID:5694726f-afc0-4d61-a501-79a44f6535f3 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/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env ArtifactUUID:5694726f-afc0-4d61-a501-79a44f6535f3 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-16T06:17:44.907Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6584dcd4-92b6-4ef0-97e8-101feb839b3b 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-11-16T06:17:44.953Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-16T06:17:44.954Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-16T06:17:44.954Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-16T06:17:44.954Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 93e82273-4f20-4b14-8985-7745a74104f6 from URL: /sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar 2022-11-16T06:17:44.955Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-16T06:17:44.955Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar 2022-11-16T06:17:45.041Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-16T06:17:45.056Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar 93e82273-4f20-4b14-8985-7745a74104f6 100697 2022-11-16T06:17:45.056Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar ASDC sendASDCNotification 2022-11-16T06:17:45.056Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar 2022-11-16T06:17:45.056Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:17:45.057Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:17:45.061Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:17:45.061Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579465056, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:17:45.161Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:17:45.162Z||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-11-16T06:17:45.162Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:17:45.172Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:17:45.172Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:17:46.062Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-16T06:17:46.063Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-16T06:17:46.063Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 93e82273-4f20-4b14-8985-7745a74104f6, URL: /sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar to file: /app/ASDC/1/service-Vfw20221116061617-csar.csar 2022-11-16T06:17:46.064Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221116061617-csar.csar 2022-11-16T06:17:46.065Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221116061617-csar.csar 2022-11-16T06:17:46.065Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221116061617-csar.csar 2022-11-16T06:17:46.515Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6164256010389657504/Definitions/service-Vfw20221116061617-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided 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 2022-11-16T06:17:48.798Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-16T06:17:48.799Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-16T06:17:48.799Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221116061617-csar.csar 2022-11-16T06:17:48.799Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-11-16T06:17:48.799Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221116061617-csar.csar 2022-11-16T06:17:48.799Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221116061617-csar.csar 2022-11-16T06:17:48.799Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221116061617-csar.csar 2022-11-16T06:17:48.800Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 103a0a83-cbed 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-Vfw20221116061617-csar.csar 2022-11-16T06:17:48.800Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221116061617-csar.csar 2022-11-16T06:17:48.800Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221116061617-csar.csar 2022-11-16T06:17:48.800Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221116061617-csar.csar 2022-11-16T06:17:48.800Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221116061617-csar.csar 2022-11-16T06:17:48.800Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221116061617-csar.csar 2022-11-16T06:17:48.800Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221116061617-csar.csar 2022-11-16T06:17:48.801Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221116061617-csar.csar 2022-11-16T06:17:48.801Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-16T06:17:48.801Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:48.802Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:17:48.802Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is matching search criteria 2022-11-16T06:17:48.802Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-16T06:17:48.803Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 103a0a83-cbed 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-16T06:17:48.803Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:48.803Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:17:48.804Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is matching search criteria 2022-11-16T06:17:48.804Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-16T06:17:48.804Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 103a0a83-cbed 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-16T06:17:48.804Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:48.805Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:17:48.805Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:48.805Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is not matching search criteria 2022-11-16T06:17:48.805Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-16T06:17:48.806Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-16T06:17:48.806Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-16T06:17:48.806Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-16T06:17:48.807Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-16T06:17:48.807Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-16T06:17:48.807Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-16T06:17:48.807Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-16T06:17:48.808Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-16T06:17:48.808Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-16T06:17:48.808Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-16T06:17:48.808Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-16T06:17:48.808Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-16T06:17:48.809Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-16T06:17:48.809Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-16T06:17:48.809Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-16T06:17:48.809Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:48.810Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-16T06:17:48.810Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:48.810Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is matching search criteria 2022-11-16T06:17:48.810Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 103a0a83-cbed 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:17:48.811Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:48.811Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is matching search criteria 2022-11-16T06:17:48.811Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 103a0a83-cbed 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:17:48.812Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:48.812Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is matching search criteria 2022-11-16T06:17:48.812Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 103a0a83-cbed 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:17:48.812Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:48.813Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is not matching search criteria 2022-11-16T06:17:48.813Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-16T06:17:48.813Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-16T06:17:48.813Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-16T06:17:48.814Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-16T06:17:48.814Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-16T06:17:48.814Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-16T06:17:48.814Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-16T06:17:48.815Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-16T06:17:48.815Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-16T06:17:48.815Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-16T06:17:48.815Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-16T06:17:48.816Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=35434d17-0cab-4b14-a9cb-b592bd3e79b4 2022-11-16T06:17:48.816Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:48.816Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is not matching search criteria 2022-11-16T06:17:48.816Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-16T06:17:48.817Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-16T06:17:48.817Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-16T06:17:48.817Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-16T06:17:48.817Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-16T06:17:48.818Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-16T06:17:48.818Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-16T06:17:48.818Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-16T06:17:48.818Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-16T06:17:48.819Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-16T06:17:48.819Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-16T06:17:48.819Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-16T06:17:48.819Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fde4a0e9-75cd-4fb1-bd29-c526a194b73f 2022-11-16T06:17:48.820Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:48.820Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is not matching search criteria 2022-11-16T06:17:48.820Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-16T06:17:48.820Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-16T06:17:48.821Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-16T06:17:48.821Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-16T06:17:48.821Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-16T06:17:48.821Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-16T06:17:48.822Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-16T06:17:48.822Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-16T06:17:48.822Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-16T06:17:48.822Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-16T06:17:48.822Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-16T06:17:48.823Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-16T06:17:48.823Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=af495a53-27e4-431d-8e57-7bac7d0e5ab9 2022-11-16T06:17:48.823Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:48.823Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:17:48.824Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:48.824Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:17:48.824Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:48.824Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:17:48.825Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:48.825Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:17:48.825Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-11-16 06-16-17 Description:catalog service description Model UUID:6584dcd4-92b6-4ef0-97e8-101feb839b3b Model Version:NULL Model InvariantUuid:1ceee176-7b68-4a23-ba1b-637aaf41a026 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 103a0a83-cbed Model UUID:29c2e2c0-e911-4228-b2c6-01fb92814ab3 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:8aca3503-b87a-4529-bdd3-2d62dc2a6a4b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:03b77d36-56d9-4a57-b084-772b52b82bc8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2dc27b5a-8bd5-4f59-80e0-55c348875475 ModelName:Vfw103a0a83Cbed..base_vfw..module-0 ModelUuid:b9827645-5e8e-4d59-a3de-dbe14121ec2c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:35434d17-0cab-4b14-a9cb-b592bd3e79b4 ModelInvariantUuid:299e23c1-e650-406a-858e-7b8281814a9a ModelName:vFW 103a0a83-cbed-nodes.vfwCvfc ModelUuid:c6f7a1cf-bd1b-48d9-b14b-31d760d024aa ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:5f2b03ba-49e0-4ad6-9a17-0a1c7d0ce72e ModelInvariantUuid:87707153-4294-4e2c-b6f4-fdbecbddbbfb ModelName:Vfw103a0a83Cbed.compute.nodes.heat.vfw ModelUuid:1def2cf6-af09-43ce-a69f-77d36bf84c45 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:fde4a0e9-75cd-4fb1-bd29-c526a194b73f ModelInvariantUuid:a1ccdf61-4943-4259-ab11-6e46a162c903 ModelName:vFW 103a0a83-cbed-nodes.vsnCvfc ModelUuid:f46c2aa1-6d8c-4851-9671-cd508e994798 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:b9f4a91e-7feb-4c55-bd7f-69a4623f9bb7 ModelInvariantUuid:6b2f369c-987e-4c22-8386-d5933fa161ba ModelName:Vfw103a0a83Cbed.compute.nodes.heat.vsn ModelUuid:0872a271-6ec3-44f5-bc78-00588eaa14f4 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:af495a53-27e4-431d-8e57-7bac7d0e5ab9 ModelInvariantUuid:5b51f9d8-2323-4782-b89c-dafed31ed918 ModelName:vFW 103a0a83-cbed-nodes.vpgCvfc ModelUuid:4917655e-6f34-4c7b-9088-f7d41ffcc35e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:adb78570-aa9e-4a1c-8a8e-d1a210200b8c ModelInvariantUuid:69ca2704-6d20-4dd7-ab63-bf5a9ee01e22 ModelName:Vfw103a0a83Cbed.compute.nodes.heat.vpg ModelUuid:f504956f-3938-4351-b4ed-69d8df97e588 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-11-16T06:17:48.834Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: adea0ec9-9298-4af7-9804-f1b13acf32dd 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-11-16T06:17:48.839Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||vFW 103a0a83-cbed 0 2022-11-16T06:17:48.839Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: adea0ec9-9298-4af7-9804-f1b13acf32dd 2022-11-16T06:17:48.839Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 224bfe1b-26f2-4a11-9548-a021b826cd01 from URL: /sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json 2022-11-16T06:17:48.839Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-16T06:17:48.839Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json 2022-11-16T06:17:48.895Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-16T06:17:48.896Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json 224bfe1b-26f2-4a11-9548-a021b826cd01 785 2022-11-16T06:17:48.896Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json ASDC sendASDCNotification 2022-11-16T06:17:48.896Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json 2022-11-16T06:17:48.896Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:17:48.897Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:17:48.899Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:17:48.899Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579468896, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-16T06:17:49.000Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:17:49.000Z||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-11-16T06:17:49.001Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:17:49.016Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:17:49.016Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:17:49.900Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw103a0a83Cbed..base_vfw..module-0", "vfModuleModelInvariantUUID": "2dc27b5a-8bd5-4f59-80e0-55c348875475", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b9827645-5e8e-4d59-a3de-dbe14121ec2c", "vfModuleModelCustomizationUUID": "aef60349-23f0-4621-b62e-ce47636599d4", "isBase": true, "artifacts": [ "5fd3c7c1-dfa2-43fb-b008-22e19c294f97", "5694726f-afc0-4d61-a501-79a44f6535f3" ], "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-11-16T06:17:49.909Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw103a0a83Cbed..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b9827645-5e8e-4d59-a3de-dbe14121ec2c VfModuleModelInvariantUUID:2dc27b5a-8bd5-4f59-80e0-55c348875475 VfModuleModelDescription:NULL Artifacts UUID List:{ 5fd3c7c1-dfa2-43fb-b008-22e19c294f97 , 5694726f-afc0-4d61-a501-79a44f6535f3 } 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-11-16T06:17:49.911Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw103a0a83Cbed..base_vfw..module-0", "vfModuleModelInvariantUUID": "2dc27b5a-8bd5-4f59-80e0-55c348875475", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b9827645-5e8e-4d59-a3de-dbe14121ec2c", "vfModuleModelCustomizationUUID": "aef60349-23f0-4621-b62e-ce47636599d4", "isBase": true, "artifacts": [ "5fd3c7c1-dfa2-43fb-b008-22e19c294f97", "5694726f-afc0-4d61-a501-79a44f6535f3" ], "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-11-16T06:17:49.911Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw103a0a83Cbed..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b9827645-5e8e-4d59-a3de-dbe14121ec2c VfModuleModelInvariantUUID:2dc27b5a-8bd5-4f59-80e0-55c348875475 VfModuleModelDescription:NULL Artifacts UUID List:{ 5fd3c7c1-dfa2-43fb-b008-22e19c294f97 , 5694726f-afc0-4d61-a501-79a44f6535f3 } 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-11-16T06:17:49.912Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5fd3c7c1-dfa2-43fb-b008-22e19c294f97 from URL: /sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml 2022-11-16T06:17:49.912Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-16T06:17:49.912Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml 2022-11-16T06:17:49.971Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-16T06:17:49.972Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml 5fd3c7c1-dfa2-43fb-b008-22e19c294f97 20368 2022-11-16T06:17:49.973Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-16T06:17:49.973Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml 2022-11-16T06:17:49.973Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:17:49.973Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:17:49.975Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:17:49.975Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579469973, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-16T06:17:50.076Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:17:50.077Z||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-11-16T06:17:50.077Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:17:50.087Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:17:50.088Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:17:50.978Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5694726f-afc0-4d61-a501-79a44f6535f3 from URL: /sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env 2022-11-16T06:17:50.978Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-16T06:17:50.979Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env 2022-11-16T06:17:51.039Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-16T06:17:51.039Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env 5694726f-afc0-4d61-a501-79a44f6535f3 2098 2022-11-16T06:17:51.040Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-16T06:17:51.046Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env 2022-11-16T06:17:51.047Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:17:51.047Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:17:51.059Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:17:51.060Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579471040, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-16T06:17:51.150Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-11-16T06:17:51.151Z||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-11-16T06:17:51.151Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:17:51.163Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:17:51.164Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:17:52.061Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 6584dcd4-92b6-4ef0-97e8-101feb839b3b 2022-11-16T06:17:52.061Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 103a0a83-cbed 0 adea0ec9-9298-4af7-9804-f1b13acf32dd 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-11-16T06:17:52.097Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@440fa800, org.onap.sdc.toscaparser.api.parameters.Input@21765ca6, org.onap.sdc.toscaparser.api.parameters.Input@b273433, org.onap.sdc.toscaparser.api.parameters.Input@7867e108, org.onap.sdc.toscaparser.api.parameters.Input@411109ac] 2022-11-16T06:17:52.099Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:52.100Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:17:52.100Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-11-16T06:17:52.100Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 03b77d36-56d9-4a57-b084-772b52b82bc8 2022-11-16T06:17:52.101Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 03b77d36-56d9-4a57-b084-772b52b82bc8 matches Tosca VF Customization UUID: 03b77d36-56d9-4a57-b084-772b52b82bc8 2022-11-16T06:17:52.101Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 03b77d36-56d9-4a57-b084-772b52b82bc8 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-11-16T06:17:52.105Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:52.105Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:17:52.106Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 03b77d36-56d9-4a57-b084-772b52b82bc8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-16T06:17:52.107Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@270d1c24 2022-11-16T06:17:52.107Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:52.107Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-16T06:17:52.108Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aef60349-23f0-4621-b62e-ce47636599d4 2022-11-16T06:17:52.108Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aef60349-23f0-4621-b62e-ce47636599d4 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-11-16T06:17:52.111Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:52.112Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is matching search criteria 2022-11-16T06:17:52.112Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 103a0a83-cbed 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:17:52.112Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:52.113Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is matching search criteria 2022-11-16T06:17:52.113Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 103a0a83-cbed 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:17:52.113Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:52.114Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is not matching search criteria 2022-11-16T06:17:52.114Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-16T06:17:52.115Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-16T06:17:52.115Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-16T06:17:52.115Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-16T06:17:52.115Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-16T06:17:52.116Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-16T06:17:52.116Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-16T06:17:52.117Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-16T06:17:52.117Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-16T06:17:52.117Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-16T06:17:52.118Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-16T06:17:52.118Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=35434d17-0cab-4b14-a9cb-b592bd3e79b4 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-11-16T06:17:52.120Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:52.121Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is matching search criteria 2022-11-16T06:17:52.122Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 103a0a83-cbed 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:17:52.122Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:52.123Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is not matching search criteria 2022-11-16T06:17:52.123Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-16T06:17:52.123Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-16T06:17:52.124Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-16T06:17:52.124Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-16T06:17:52.124Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-16T06:17:52.125Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-16T06:17:52.125Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-16T06:17:52.125Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-16T06:17:52.125Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-16T06:17:52.126Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-16T06:17:52.126Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-16T06:17:52.126Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-16T06:17:52.126Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fde4a0e9-75cd-4fb1-bd29-c526a194b73f 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-11-16T06:17:52.129Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:52.129Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is matching search criteria 2022-11-16T06:17:52.129Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 103a0a83-cbed 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:17:52.134Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:52.134Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is not matching search criteria 2022-11-16T06:17:52.134Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-16T06:17:52.135Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-16T06:17:52.135Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-16T06:17:52.135Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-16T06:17:52.136Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-16T06:17:52.136Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-16T06:17:52.136Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-16T06:17:52.137Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-16T06:17:52.137Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-16T06:17:52.137Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-16T06:17:52.138Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-16T06:17:52.138Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-16T06:17:52.139Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=af495a53-27e4-431d-8e57-7bac7d0e5ab9 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-11-16T06:17:52.141Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:52.142Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is matching search criteria 2022-11-16T06:17:52.142Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 103a0a83-cbed 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:17:52.142Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:52.143Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is matching search criteria 2022-11-16T06:17:52.143Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 103a0a83-cbed 0] matching following query criteria: sdcType=VF, customizationUUID=03b77d36-56d9-4a57-b084-772b52b82bc8 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-11-16T06:17:52.145Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:52.145Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:17:52.146Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 6584dcd4-92b6-4ef0-97e8-101feb839b3b: vFW 103a0a83-cbed 2022-11-16T06:17:52.146Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:52.146Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:17:52.147Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:52.147Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:17:52.148Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:52.148Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:17:52.148Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:52.149Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:17:52.149Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:17:52.149Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:17:52.151Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-11-16 06-16-17 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-11-16T06:17:52.348Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 103a0a83-cbed adea0ec9-9298-4af7-9804-f1b13acf32dd 1 ASDC deployResourceStructure 2022-11-16T06:17:52.349Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json ASDC sendASDCNotification 2022-11-16T06:17:52.349Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json 2022-11-16T06:17:52.349Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-16T06:17:52.349Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:17:52.351Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:17:52.352Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579472349, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json", "status": "DEPLOY_OK" } 2022-11-16T06:17:52.452Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:17:52.453Z||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-11-16T06:17:52.454Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:17:52.465Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:17:52.465Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:17:53.352Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-16T06:17:53.353Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml 2022-11-16T06:17:53.353Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-16T06:17:53.353Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:17:53.356Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:17:53.356Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579473352, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-16T06:17:53.456Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:17:53.457Z||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-11-16T06:17:53.457Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:17:53.468Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:17:53.468Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:17:54.357Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-16T06:17:54.357Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env 2022-11-16T06:17:54.358Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-16T06:17:54.358Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:17:54.360Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:17:54.360Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579474356, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-16T06:17:54.460Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:17:54.462Z||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-11-16T06:17:54.462Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:17:54.471Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:17:54.472Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:17:55.361Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar ASDC sendASDCNotification 2022-11-16T06:17:55.362Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar 2022-11-16T06:17:55.362Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-16T06:17:55.363Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:17:55.365Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:17:55.366Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579475361, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:17:55.471Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-11-16T06:17:55.473Z||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-11-16T06:17:55.473Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:17:55.501Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:17:55.501Z||pool-33-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:17:56.371Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ca6ead9-6762-42f2-bdd5-33677f0b1e82 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-16T06:17:56.384Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ca6ead9-6762-42f2-bdd5-33677f0b1e82 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-16T06:17:56.388Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-16T06:17:56.388Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-16T06:17:56.388Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-16T06:17:56.388Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-16T06:17:56.388Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:17:56.388Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:17:56.388Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:17:56.388Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:17:56.389Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:17:56.389Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-16T06:17:56.394Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-16T06:18:26.394Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ca6ead9-6762-42f2-bdd5-33677f0b1e82 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-11-16T06:18:26.403Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ca6ead9-6762-42f2-bdd5-33677f0b1e82 and serviceModelVersionId: 6584dcd4-92b6-4ef0-97e8-101feb839b3b 2022-11-16T06:18:26.403Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ceee176-7b68-4a23-ba1b-637aaf41a026 2022-11-16T06:18:26.405Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ceee176-7b68-4a23-ba1b-637aaf41a026/model-vers/model-ver/6584dcd4-92b6-4ef0-97e8-101feb839b3b?depth=0 2022-11-16T06:18:26.412Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-11-16T06:18:26.483Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ceee176-7b68-4a23-ba1b-637aaf41a026/model-vers/model-ver/6584dcd4-92b6-4ef0-97e8-101feb839b3b?depth=0|INFO|500||Invoke 2022-11-16T06:18:26.484Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ceee176-7b68-4a23-ba1b-637aaf41a026/model-vers/model-ver/6584dcd4-92b6-4ef0-97e8-101feb839b3b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ceee176-7b68-4a23-ba1b-637aaf41a026/model-vers/model-ver/6584dcd4-92b6-4ef0-97e8-101feb839b3b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1ca6ead9-6762-42f2-bdd5-33677f0b1e82], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7319eed2-8421-4446-89ce-2b9c12375ad7], X-ECOMP-RequestID=[1ca6ead9-6762-42f2-bdd5-33677f0b1e82], X-TransactionId=[], X-ONAP-RequestID=[1ca6ead9-6762-42f2-bdd5-33677f0b1e82], Content-Type=[application/merge-patch+json]} 2022-11-16T06:18:26.528Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ceee176-7b68-4a23-ba1b-637aaf41a026/model-vers/model-ver/6584dcd4-92b6-4ef0-97e8-101feb839b3b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-16T06:18:26.701Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ceee176-7b68-4a23-ba1b-637aaf41a026/model-vers/model-ver/6584dcd4-92b6-4ef0-97e8-101feb839b3b?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/1ceee176-7b68-4a23-ba1b-637aaf41a026/model-vers/model-ver/6584dcd4-92b6-4ef0-97e8-101feb839b3b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221116-06:18:26:339-31689], vertex-id=[192560], Content-Length=[0], Date=[Wed, 16 Nov 2022 06:18:26 GMT], Content-Type=[application/json]} 2022-11-16T06:18:26.702Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ceee176-7b68-4a23-ba1b-637aaf41a026/model-vers/model-ver/6584dcd4-92b6-4ef0-97e8-101feb839b3b?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-16T06:18:26.702Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ceee176-7b68-4a23-ba1b-637aaf41a026/model-vers/model-ver/6584dcd4-92b6-4ef0-97e8-101feb839b3b?depth=0|INFO|500||InvokeReturn 2022-11-16T06:18:26.703Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-16T06:18:26.703Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-16T06:18:26.720Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-16T06:18:26.720Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ca6ead9-6762-42f2-bdd5-33677f0b1e82 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-16T06:18:26.721Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-16T06:18:26.721Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:18:26.723Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:18:26.723Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579506720, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-16T06:18:26.823Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:18:26.825Z||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-11-16T06:18:26.825Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:18:26.845Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:18:26.845Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 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-11-16T06:18:37.170Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:18:37.171Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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-11-16T06:18:37.171Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:18:37.172Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:18:37.173Z||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-11-16T06:18:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:18:37.304Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:18:37.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-16T06:18:37.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579457170, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:18:37.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-16T06:18:46.777Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:19:37.170Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:19:37.171Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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-11-16T06:19:37.171Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:19:37.173Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:19:37.173Z||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-11-16T06:19:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:19:37.696Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:19:37.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:19:37.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579457170, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json", "status": "NOTIFIED" } 2022-11-16T06:19:37.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:19:37.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:19:37.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579457170, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-16T06:19:37.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:19:37.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:19:37.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579457170, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:19:37.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:19:37.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:19:37.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579457170, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-16T06:19:37.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:19:37.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:19:37.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579457170, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:19:37.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:19:37.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:19:37.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579457170, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:19:37.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-16T06:19:37.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:19:37.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579465056, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:19:37.700Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:19:37.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:19:37.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579468896, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-16T06:19:37.700Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:19:37.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:19:37.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579469973, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-16T06:19:37.700Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:19:37.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:19:37.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579471040, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-16T06:19:37.700Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:19:37.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:19:37.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579472349, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json", "status": "DEPLOY_OK" } 2022-11-16T06:19:37.701Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:19:37.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:19:37.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579473352, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-16T06:19:37.701Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:19:37.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:19:37.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579474356, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-16T06:19:37.701Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:19:37.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:19:37.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579475361, "artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:19:37.701Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:19:37.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-16T06:19:37.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579506720, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-16T06:19:37.701Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:19:46.725Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:20:37.170Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:20:37.171Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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-11-16T06:20:37.171Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:20:37.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:20:37.173Z||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-11-16T06:20:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:20:46.722Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:20:46.729Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:21:37.170Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:21:37.171Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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-11-16T06:21:37.172Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:21:37.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:21:37.173Z||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-11-16T06:21:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:21:46.715Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:21:46.721Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:22:37.170Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:22:37.172Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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-11-16T06:22:37.172Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:22:37.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:22:37.173Z||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-11-16T06:22:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:22:46.770Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:22:46.772Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:23:37.170Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:23:37.171Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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-11-16T06:23:37.172Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:23:37.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:23:37.173Z||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-11-16T06:23:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:23:46.754Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:23:46.755Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:24:37.170Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:24:37.172Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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-11-16T06:24:37.172Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:24:37.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:24:37.173Z||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-11-16T06:24:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:24:46.733Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:24:46.733Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:25:37.170Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:25:37.171Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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-11-16T06:25:37.172Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:25:37.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:25:37.173Z||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-11-16T06:25:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:25:46.748Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:25:46.769Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:26:37.170Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:26:37.171Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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-11-16T06:26:37.171Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:26:37.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:26:37.173Z||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-11-16T06:26:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:26:37.813Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:26:37.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:26:37.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "consumerID": "multicloud-k8s-id", "timestamp": 1668579984660, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:26:37.815Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:26:37.816Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:26:37.817Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:26:37.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:26:37.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668579983568, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:26:37.817Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:26:37.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:26:37.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "consumerID": "cds", "timestamp": 1668579982988, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:26:37.817Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:26:37.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:26:37.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "consumerID": "multicloud-k8s-id", "timestamp": 1668579984660, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:26:37.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:26:37.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:26:37.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668579983568, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:26:37.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:26:37.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:26:37.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "consumerID": "cds", "timestamp": 1668579982988, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:26:37.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:26:37.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:26:37.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668579990633, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:26:37.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:26:37.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:26:37.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "consumerID": "cds", "timestamp": 1668579990550, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:26:37.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:26:37.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:26:37.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "consumerID": "cds", "timestamp": 1668579991556, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-11-16T06:26:37.820Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"88d9c84f-fe66-4d89-8943-602e35d6e4f0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"50e1e167-22d6-43f4-9458-6ff598a55687","serviceDescription":"service","serviceInvariantUUID":"5dafc732-67a8-4331-8f77-04c55dde9908","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"37f339d8-02de-48b6-aed0-a5ad9e0e58fe","resourceInvariantUUID":"35b89a0a-9860-4315-8508-389c9e98bfee","resourceCustomizationUUID":"4f0abbd9-61a7-4c62-bc37-9ae9f4f0bc04","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":"MzNmM2Q3Y2NhNTU4ZmE2NjQwYTcwNzYzMDhlYmMxNDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8b2cefca-0c80-4697-84cb-dceec66e8b98","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODI4YzMwMjM1NjAyZWU4ZjQ1YzIzMzNhNDA3OGQxNmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"71af5ff8-9021-432f-b785-fc18a8918eae","artifactVersion":"1"}],"workloadContext":"Production"} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-11-16T06:26:37.827Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:26:37.827Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:26:37.832Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:26:37.832Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579997170, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-16T06:26:37.842Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 88d9c84f-fe66-4d89-8943-602e35d6e4f0 2022-11-16T06:26:37.843Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88d9c84f-fe66-4d89-8943-602e35d6e4f0 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-11-16T06:26:37.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:26:37.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668579992393, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:26:37.852Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:26:37.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:26:37.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668579993402, "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-11-16T06:26:37.858Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 88d9c84f-fe66-4d89-8943-602e35d6e4f0 2022-11-16T06:26:37.858Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88d9c84f-fe66-4d89-8943-602e35d6e4f0 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-11-16T06:26:37.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:26:37.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "consumerID": "ves-openapi-manager", "timestamp": 1668579993778, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:26:37.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:26:37.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:26:37.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "consumerID": "ves-openapi-manager", "timestamp": 1668579993778, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-16T06:26:37.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:26:37.931Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-11-16T06:26:37.932Z||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-11-16T06:26:37.933Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:26:37.945Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:26:37.945Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:26:38.833Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:26:38.834Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:26:38.836Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:26:38.836Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579997170, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:26:38.938Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-16T06:26:38.940Z||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-11-16T06:26:38.941Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:26:38.964Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:26:38.964Z||pool-36-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:26:39.837Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "50e1e167-22d6-43f4-9458-6ff598a55687", "serviceDescription": "service", "serviceInvariantUUID": "5dafc732-67a8-4331-8f77-04c55dde9908", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "4f0abbd9-61a7-4c62-bc37-9ae9f4f0bc04", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "37f339d8-02de-48b6-aed0-a5ad9e0e58fe", "resourceInvariantUUID": "35b89a0a-9860-4315-8508-389c9e98bfee", "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": "ODI4YzMwMjM1NjAyZWU4ZjQ1YzIzMzNhNDA3OGQxNmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "71af5ff8-9021-432f-b785-fc18a8918eae" } ], "workloadContext": "Production" } 2022-11-16T06:26:39.838Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-16T06:26:39.838Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 50e1e167-22d6-43f4-9458-6ff598a55687 ASDC 2022-11-16T06:26:39.839Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:88d9c84f-fe66-4d89-8943-602e35d6e4f0 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:50e1e167-22d6-43f4-9458-6ff598a55687 ServiceInvariantUUID:5dafc732-67a8-4331-8f77-04c55dde9908 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:71af5ff8-9021-432f-b785-fc18a8918eae ArtifactChecksum:ODI4YzMwMjM1NjAyZWU4ZjQ1YzIzMzNhNDA3OGQxNmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:4f0abbd9-61a7-4c62-bc37-9ae9f4f0bc04 ResourceInvariantUUID:35b89a0a-9860-4315-8508-389c9e98bfee ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:37f339d8-02de-48b6-aed0-a5ad9e0e58fe ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-11-16T06:26:39.839Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50e1e167-22d6-43f4-9458-6ff598a55687 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-11-16T06:26:39.881Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-16T06:26:39.882Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-16T06:26:39.882Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-16T06:26:39.882Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 71af5ff8-9021-432f-b785-fc18a8918eae from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-16T06:26:39.882Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-16T06:26:39.883Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-16T06:26:39.966Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-16T06:26:39.970Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 71af5ff8-9021-432f-b785-fc18a8918eae 57656 2022-11-16T06:26:39.971Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-16T06:26:39.971Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-16T06:26:39.971Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:26:39.971Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:26:39.974Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:26:39.974Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579999970, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:26:40.074Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:26:40.075Z||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-11-16T06:26:40.075Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:26:40.087Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:26:40.088Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:26:40.975Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-16T06:26:40.985Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-16T06:26:40.986Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 71af5ff8-9021-432f-b785-fc18a8918eae, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-16T06:26:40.986Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-11-16T06:26:40.987Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-16T06:26:40.987Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-16T06:26:41.131Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13729536276330650111/Definitions/service-BasicNetwork-template.yml 2022-11-16T06:26:41.773Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-16T06:26:41.774Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-16T06:26:41.774Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-16T06:26:41.774Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-11-16T06:26:41.774Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-16T06:26:41.774Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-16T06:26:41.774Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-16T06:26:41.775Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-16T06:26:41.775Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-16T06:26:41.775Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-16T06:26:41.775Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-16T06:26:41.775Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-16T06:26:41.775Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-16T06:26:41.775Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:26:41.776Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:26:41.776Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-16T06:26:41.776Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-16T06:26:41.776Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-16T06:26:41.776Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:26:41.777Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:26:41.777Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-16T06:26:41.777Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-16T06:26:41.777Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-16T06:26:41.777Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:26:41.777Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:26:41.777Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:26:41.778Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:26:41.778Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:26:41.778Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:26:41.778Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:26:41.779Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:26:41.779Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:26:41.779Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:26:41.779Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:50e1e167-22d6-43f4-9458-6ff598a55687 Model Version:NULL Model InvariantUuid:5dafc732-67a8-4331-8f77-04c55dde9908 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:35b89a0a-9860-4315-8508-389c9e98bfee Model UUID:8c7aebe9-add9-445c-8bbf-3fda02e5cc5e Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:4f0abbd9-61a7-4c62-bc37-9ae9f4f0bc04 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-11-16T06:26:41.786Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 37f339d8-02de-48b6-aed0-a5ad9e0e58fe 2022-11-16T06:26:41.786Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||No resources found for Service: 50e1e167-22d6-43f4-9458-6ff598a55687 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-11-16T06:26:41.793Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500|| 2022-11-16T06:26:41.793Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-11-16T06:26:41.794Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 50e1e167-22d6-43f4-9458-6ff598a55687 2022-11-16T06:26:41.794Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 50e1e167-22d6-43f4-9458-6ff598a55687 2022-11-16T06:26:41.794Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-11-16T06:26:41.794Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-16T06:26:41.799Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3051dbcc, org.onap.sdc.toscaparser.api.parameters.Input@64b194fe, org.onap.sdc.toscaparser.api.parameters.Input@12e8677d, org.onap.sdc.toscaparser.api.parameters.Input@3f04f64f, org.onap.sdc.toscaparser.api.parameters.Input@1b5c5d8] 2022-11-16T06:26:41.800Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:26:41.801Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:26:41.801Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:26:41.801Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:26:41.801Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 50e1e167-22d6-43f4-9458-6ff598a55687: Generic NeutronNet 2022-11-16T06:26:41.802Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:26:41.802Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:26:41.802Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:26:41.802Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-11-16T06:26:41.837Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:26:41.837Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:26:41.838Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:26:41.838Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:26:41.838Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:26:41.838Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:26:41.838Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-16T06:26:41.897Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-11-16T06:26:41.897Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-16T06:26:41.898Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-16T06:26:41.898Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-16T06:26:41.898Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:26:41.901Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:26:41.901Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580001897, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:26:42.001Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:26:42.003Z||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-11-16T06:26:42.003Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:26:42.012Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:26:42.012Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:26:42.902Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88d9c84f-fe66-4d89-8943-602e35d6e4f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-16T06:26:42.924Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88d9c84f-fe66-4d89-8943-602e35d6e4f0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-16T06:26:42.926Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-16T06:26:42.926Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-16T06:26:42.927Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-16T06:27:12.927Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88d9c84f-fe66-4d89-8943-602e35d6e4f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-16T06:27:12.945Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88d9c84f-fe66-4d89-8943-602e35d6e4f0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-16T06:27:12.952Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-16T06:27:12.952Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-16T06:27:12.952Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-16T06:27:37.175Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:27:37.177Z||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-11-16T06:27:37.177Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:27:37.332Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:27:37.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:27:37.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579997170, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:27:37.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:27:42.953Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88d9c84f-fe66-4d89-8943-602e35d6e4f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-16T06:27:42.975Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88d9c84f-fe66-4d89-8943-602e35d6e4f0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-16T06:27:42.980Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-16T06:27:42.980Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-16T06:27:42.981Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-16T06:28:12.982Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88d9c84f-fe66-4d89-8943-602e35d6e4f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-16T06:28:12.997Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88d9c84f-fe66-4d89-8943-602e35d6e4f0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-16T06:28:13.008Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-16T06:28:13.008Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-16T06:28:13.009Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-16T06:28:37.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:28:37.174Z||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-11-16T06:28:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:28:37.197Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:28:37.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579997170, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:28:37.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668579999970, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:28:37.225Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:28:37.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "consumerID": "aai-ml", "timestamp": 1668580000952, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580001897, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:28:37.226Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:28:37.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "consumerID": "aai-ml", "timestamp": 1668580000952, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:28:37.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "consumerID": "aai-ml", "timestamp": 1668580003689, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:28:37.227Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:28:37.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "cds", "timestamp": 1668579997987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "cds", "timestamp": 1668579997987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "multicloud-k8s-id", "timestamp": 1668580004657, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "cds", "timestamp": 1668579997987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "multicloud-k8s-id", "timestamp": 1668580004657, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "cds", "timestamp": 1668579997987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "multicloud-k8s-id", "timestamp": 1668580004657, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "consumerID": "aai-ml", "timestamp": 1668580007811, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:28:37.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:28:37.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "cds", "timestamp": 1668579997987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "multicloud-k8s-id", "timestamp": 1668580004657, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "consumerID": "aai-ml", "timestamp": 1668580008815, "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-11-16T06:28:37.240Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 88d9c84f-fe66-4d89-8943-602e35d6e4f0 2022-11-16T06:28:37.241Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88d9c84f-fe66-4d89-8943-602e35d6e4f0 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-11-16T06:28:37.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "cds", "timestamp": 1668579997987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "multicloud-k8s-id", "timestamp": 1668580004657, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "cds", "timestamp": 1668579997987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "multicloud-k8s-id", "timestamp": 1668580004657, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "cds", "timestamp": 1668579997987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:28:37.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "multicloud-k8s-id", "timestamp": 1668580004657, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "cds", "timestamp": 1668580012252, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:28:37.260Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:28:37.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "multicloud-k8s-id", "timestamp": 1668580004657, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:28:37.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "cds", "timestamp": 1668580013258, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-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-11-16T06:28:37.287Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 92cbc704-ffe8-4219-9c18-e0e7e7a5768b 2022-11-16T06:28:37.287Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92cbc704-ffe8-4219-9c18-e0e7e7a5768b 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-11-16T06:28:37.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580013567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "ves-openapi-manager", "timestamp": 1668580013778, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580013567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "ves-openapi-manager", "timestamp": 1668580013778, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580013567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "ves-openapi-manager", "timestamp": 1668580013778, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580013567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "ves-openapi-manager", "timestamp": 1668580013778, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580013567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "ves-openapi-manager", "timestamp": 1668580013778, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580013567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.304Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "ves-openapi-manager", "timestamp": 1668580013778, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-16T06:28:37.304Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580013567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.305Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "ves-openapi-manager", "timestamp": 1668580013778, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.306Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.306Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580013567, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:28:37.306Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "ves-openapi-manager", "timestamp": 1668580013778, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580022384, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:28:37.308Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:28:37.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.309Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "ves-openapi-manager", "timestamp": 1668580022632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-16T06:28:37.309Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:28:37.309Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.309Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "ves-openapi-manager", "timestamp": 1668580023898, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-16T06:28:37.310Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:28:37.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580024295, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:28:37.311Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:28:37.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "ves-openapi-manager", "timestamp": 1668580024904, "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-11-16T06:28:37.322Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 92cbc704-ffe8-4219-9c18-e0e7e7a5768b 2022-11-16T06:28:37.322Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92cbc704-ffe8-4219-9c18-e0e7e7a5768b 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-11-16T06:28:37.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580025299, "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-11-16T06:28:37.348Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 92cbc704-ffe8-4219-9c18-e0e7e7a5768b 2022-11-16T06:28:37.348Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92cbc704-ffe8-4219-9c18-e0e7e7a5768b 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-11-16T06:28:37.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "cds", "timestamp": 1668580027987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.368Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "multicloud-k8s-id", "timestamp": 1668580024657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.368Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "cds", "timestamp": 1668580027987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "multicloud-k8s-id", "timestamp": 1668580024657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-16T06:28:37.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "cds", "timestamp": 1668580027987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "multicloud-k8s-id", "timestamp": 1668580024657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-16T06:28:37.370Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "aai-ml", "timestamp": 1668580030952, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.370Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "cds", "timestamp": 1668580027987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "multicloud-k8s-id", "timestamp": 1668580024657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "aai-ml", "timestamp": 1668580030952, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "cds", "timestamp": 1668580027987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "multicloud-k8s-id", "timestamp": 1668580024657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-16T06:28:37.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "aai-ml", "timestamp": 1668580030952, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "cds", "timestamp": 1668580027987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "multicloud-k8s-id", "timestamp": 1668580024657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "ves-openapi-manager", "timestamp": 1668580033778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "aai-ml", "timestamp": 1668580030952, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "cds", "timestamp": 1668580027987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:28:37.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "multicloud-k8s-id", "timestamp": 1668580024657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:28:37.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "ves-openapi-manager", "timestamp": 1668580033778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "aai-ml", "timestamp": 1668580030952, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "multicloud-k8s-id", "timestamp": 1668580035900, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-16T06:28:37.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:28:37.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "cds", "timestamp": 1668580035915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:28:37.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:28:37.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "ves-openapi-manager", "timestamp": 1668580033778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "aai-ml", "timestamp": 1668580030952, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "cds", "timestamp": 1668580036921, "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-11-16T06:28:37.393Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fa9ebfcb-8870-424b-817b-988efc81db55 2022-11-16T06:28:37.394Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa9ebfcb-8870-424b-817b-988efc81db55 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-11-16T06:28:37.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "multicloud-k8s-id", "timestamp": 1668580036964, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-16T06:28:37.404Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:28:37.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "ves-openapi-manager", "timestamp": 1668580033778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "aai-ml", "timestamp": 1668580030952, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "multicloud-k8s-id", "timestamp": 1668580038037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-16T06:28:37.406Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:28:37.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "ves-openapi-manager", "timestamp": 1668580033778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "aai-ml", "timestamp": 1668580030952, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:28:37.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "multicloud-k8s-id", "timestamp": 1668580039081, "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-11-16T06:28:37.417Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa9ebfcb-8870-424b-817b-988efc81db55 2022-11-16T06:28:37.418Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa9ebfcb-8870-424b-817b-988efc81db55 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-11-16T06:28:37.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "ves-openapi-manager", "timestamp": 1668580033778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "aai-ml", "timestamp": 1668580039725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:28:37.432Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:28:37.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "multicloud-k8s-id", "timestamp": 1668580040085, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-16T06:28:37.433Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:28:37.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "ves-openapi-manager", "timestamp": 1668580033778, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "ves-openapi-manager", "timestamp": 1668580033778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "ves-openapi-manager", "timestamp": 1668580033778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "ves-openapi-manager", "timestamp": 1668580033778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "cds", "timestamp": 1668580042987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580043567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "ves-openapi-manager", "timestamp": 1668580033778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "cds", "timestamp": 1668580042987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "aai-ml", "timestamp": 1668580044975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:28:37.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:28:37.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580043567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "ves-openapi-manager", "timestamp": 1668580033778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "multicloud-k8s-id", "timestamp": 1668580044657, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "cds", "timestamp": 1668580042987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "aai-ml", "timestamp": 1668580045979, "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-11-16T06:28:37.451Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 92cbc704-ffe8-4219-9c18-e0e7e7a5768b 2022-11-16T06:28:37.451Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92cbc704-ffe8-4219-9c18-e0e7e7a5768b 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-11-16T06:28:37.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580043567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.461Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "ves-openapi-manager", "timestamp": 1668580033778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "multicloud-k8s-id", "timestamp": 1668580044657, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-16T06:28:37.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "cds", "timestamp": 1668580042987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "aai-ml", "timestamp": 1668580030952, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580043567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.470Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "ves-openapi-manager", "timestamp": 1668580033778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.470Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "multicloud-k8s-id", "timestamp": 1668580044657, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-16T06:28:37.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "cds", "timestamp": 1668580042987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "aai-ml", "timestamp": 1668580030952, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580043567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "ves-openapi-manager", "timestamp": 1668580033778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "multicloud-k8s-id", "timestamp": 1668580044657, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-16T06:28:37.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "cds", "timestamp": 1668580042987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "aai-ml", "timestamp": 1668580030952, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580043567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "ves-openapi-manager", "timestamp": 1668580033778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.475Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "multicloud-k8s-id", "timestamp": 1668580044657, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-16T06:28:37.475Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "cds", "timestamp": 1668580042987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.476Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "aai-ml", "timestamp": 1668580030952, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.476Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580043567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:28:37.477Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "multicloud-k8s-id", "timestamp": 1668580044657, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.477Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "cds", "timestamp": 1668580042987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.477Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "aai-ml", "timestamp": 1668580030952, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.478Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580051302, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:28:37.478Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:28:37.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "multicloud-k8s-id", "timestamp": 1668580044657, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-16T06:28:37.479Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "cds", "timestamp": 1668580042987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:28:37.479Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "aai-ml", "timestamp": 1668580030952, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.480Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "multicloud-k8s-id", "timestamp": 1668580044657, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.480Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "cds", "timestamp": 1668580052796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:28:37.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:28:37.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "aai-ml", "timestamp": 1668580030952, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:28:37.481Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "multicloud-k8s-id", "timestamp": 1668580044657, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:28:37.482Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580053659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:28:37.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:28:37.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "cds", "timestamp": 1668580053801, "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-11-16T06:28:37.522Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 29b1f559-bfb2-4252-95ac-34aa372dda76 2022-11-16T06:28:37.523Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29b1f559-bfb2-4252-95ac-34aa372dda76 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-11-16T06:28:37.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "aai-ml", "timestamp": 1668580054082, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:28:37.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:28:37.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "multicloud-k8s-id", "timestamp": 1668580054387, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-16T06:28:37.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:28:37.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580054662, "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-11-16T06:28:37.549Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fa9ebfcb-8870-424b-817b-988efc81db55 2022-11-16T06:28:37.549Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa9ebfcb-8870-424b-817b-988efc81db55 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-11-16T06:28:37.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "multicloud-k8s-id", "timestamp": 1668580055453, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-16T06:28:37.576Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:28:37.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580043567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:37.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "multicloud-k8s-id", "timestamp": 1668580056517, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-16T06:28:37.577Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:28:37.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:28:37.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580043567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:28:37.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:28:43.010Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88d9c84f-fe66-4d89-8943-602e35d6e4f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-16T06:28:43.023Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88d9c84f-fe66-4d89-8943-602e35d6e4f0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-16T06:28:43.030Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-16T06:28:43.032Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-16T06:28:43.032Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-16T06:28:43.032Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-16T06:28:43.033Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:28:43.033Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:28:43.033Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:28:43.034Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:28:43.034Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-16T06:28:43.057Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-16T06:29:13.058Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88d9c84f-fe66-4d89-8943-602e35d6e4f0 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-11-16T06:29:13.065Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88d9c84f-fe66-4d89-8943-602e35d6e4f0 and serviceModelVersionId: 50e1e167-22d6-43f4-9458-6ff598a55687 2022-11-16T06:29:13.066Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5dafc732-67a8-4331-8f77-04c55dde9908 2022-11-16T06:29:13.068Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5dafc732-67a8-4331-8f77-04c55dde9908/model-vers/model-ver/50e1e167-22d6-43f4-9458-6ff598a55687?depth=0 2022-11-16T06:29:13.077Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-11-16T06:29:13.168Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dafc732-67a8-4331-8f77-04c55dde9908/model-vers/model-ver/50e1e167-22d6-43f4-9458-6ff598a55687?depth=0|INFO|500||Invoke 2022-11-16T06:29:13.169Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dafc732-67a8-4331-8f77-04c55dde9908/model-vers/model-ver/50e1e167-22d6-43f4-9458-6ff598a55687?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dafc732-67a8-4331-8f77-04c55dde9908/model-vers/model-ver/50e1e167-22d6-43f4-9458-6ff598a55687?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88d9c84f-fe66-4d89-8943-602e35d6e4f0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1f9e8723-a9c2-4ba5-a258-baf8f8367e61], X-ECOMP-RequestID=[88d9c84f-fe66-4d89-8943-602e35d6e4f0], X-TransactionId=[], X-ONAP-RequestID=[88d9c84f-fe66-4d89-8943-602e35d6e4f0], Content-Type=[application/merge-patch+json]} 2022-11-16T06:29:13.198Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dafc732-67a8-4331-8f77-04c55dde9908/model-vers/model-ver/50e1e167-22d6-43f4-9458-6ff598a55687?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-16T06:29:13.307Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dafc732-67a8-4331-8f77-04c55dde9908/model-vers/model-ver/50e1e167-22d6-43f4-9458-6ff598a55687?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/5dafc732-67a8-4331-8f77-04c55dde9908/model-vers/model-ver/50e1e167-22d6-43f4-9458-6ff598a55687?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221116-06:29:12:925-43501], vertex-id=[204976], Content-Length=[0], Date=[Wed, 16 Nov 2022 06:29:12 GMT], Content-Type=[application/json]} 2022-11-16T06:29:13.308Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dafc732-67a8-4331-8f77-04c55dde9908/model-vers/model-ver/50e1e167-22d6-43f4-9458-6ff598a55687?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-16T06:29:13.309Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dafc732-67a8-4331-8f77-04c55dde9908/model-vers/model-ver/50e1e167-22d6-43f4-9458-6ff598a55687?depth=0|INFO|500||InvokeReturn 2022-11-16T06:29:13.309Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-16T06:29:13.309Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-16T06:29:13.315Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-16T06:29:13.316Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88d9c84f-fe66-4d89-8943-602e35d6e4f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-16T06:29:13.316Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-16T06:29:13.316Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:29:13.323Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:29:13.323Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580153316, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-16T06:29:13.421Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-11-16T06:29:13.422Z||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-11-16T06:29:13.422Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:29:13.464Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:29:13.465Z||pool-39-thread-1|||||INFO|500||cambria reply ok (44 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-11-16T06:29:14.338Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:29:14.338Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|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-11-16T06:29:14.338Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:29:18.851Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:29:18.856Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:29:18.856Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"92cbc704-ffe8-4219-9c18-e0e7e7a5768b","serviceName":"Demo_pNF_fRZDBpaHlccKoOeGxAP2","serviceVersion":"1.0","serviceUUID":"96fa0415-9dc9-4487-af3d-16bcc33a13f6","serviceDescription":"catalog service description","serviceInvariantUUID":"40b7388a-3c99-4c8b-b7b7-cee7d9e62ccb","resources":[{"resourceInstanceName":"pNF c6d623c0-3dd4 0","resourceName":"pNF c6d623c0-3dd4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5e6d4e12-0bb8-4dc0-89e9-1d63685ff36c","resourceInvariantUUID":"c890aa90-c727-4c7c-a196-d8cac0c39c28","resourceCustomizationUUID":"0de69387-b866-43c1-a54d-105cff46e66a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vf-license-model.xml","artifactChecksum":"YzJkNzQ4MTUwYjc3NzgwYzlkMjE3MTJkYWQ3MjMwMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c44fc4dd-fe9d-4fb9-9d0f-1e020f5ba635","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/pNF.csar","artifactChecksum":"NmVhZTkzMmM1OTY3YzUzMjMwY2YxN2ZmMzdjZDliNjI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"81621174-4d13-42ec-b345-18f7edac1fda","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8d36582a-653c-4a51-922d-f77fa23f5caa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vendor-license-model.xml","artifactChecksum":"MTcwZjZiYTc0MTkzYmY5YzI5MGJmZDY3ODhlZWYxYjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4761c47a-5a57-408e-ba8f-f446365211cc","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"41fdd10f-25ff-49a1-a4f9-2c78e66e9166","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5c80e83a-ae12-4447-bf98-53005e0ea262","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFrzdbpahlcckooegxap2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-template.yml","artifactChecksum":"ODI1NjljOTlkYzBhMGMyNWZmNjEwMDhjMTNhMDhkMzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d3f12849-8c63-4c40-97b5-b91d10e1b797","artifactVersion":"1"},{"artifactName":"service-DemoPnfFrzdbpahlcckooegxap2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar","artifactChecksum":"N2I3Y2VkZDEwNTg0Y2NmYzg5MGI3NzY0YTk4MWEwZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6e2d778-07de-4d34-9b38-105fc5aad708","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-16T06:29:18.859Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:29:18.860Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:29:18.862Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:29:18.863Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:29:18.967Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-11-16T06:29:18.969Z||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-11-16T06:29:18.969Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:29:18.982Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:29:18.983Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:29:19.868Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:29:19.868Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:29:19.871Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:29:19.871Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-16T06:29:19.973Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-16T06:29:19.976Z||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-11-16T06:29:19.976Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:29:20.003Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:29:20.005Z||pool-41-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:29:20.872Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:29:20.874Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:29:20.876Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:29:20.877Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-16T06:29:20.978Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-16T06:29:20.979Z||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-11-16T06:29:20.979Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:29:20.992Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:29:20.993Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:29:21.878Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:29:21.879Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:29:21.883Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:29:21.883Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:29:21.984Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:29:21.985Z||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-11-16T06:29:21.986Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:29:22.005Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:29:22.006Z||pool-43-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:29:22.890Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:29:22.891Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:29:22.902Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:29:22.903Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:29:23.001Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-11-16T06:29:23.002Z||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-11-16T06:29:23.002Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:29:23.055Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:29:23.056Z||pool-44-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:29:23.903Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:29:23.904Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:29:23.907Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:29:23.908Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:29:24.011Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-11-16T06:29:24.012Z||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-11-16T06:29:24.012Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:29:24.038Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:29:24.039Z||pool-45-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:29:24.908Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:29:24.910Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:29:24.912Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:29:24.912Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:29:25.012Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:29:25.013Z||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-11-16T06:29:25.013Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:29:25.031Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:29:25.032Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:29:25.912Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:29:25.914Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:29:25.916Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:29:25.916Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:29:26.017Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:29:26.018Z||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-11-16T06:29:26.018Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:29:26.031Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:29:26.031Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:29:26.918Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "serviceName": "Demo_pNF_fRZDBpaHlccKoOeGxAP2", "serviceVersion": "1.0", "serviceUUID": "96fa0415-9dc9-4487-af3d-16bcc33a13f6", "serviceDescription": "catalog service description", "serviceInvariantUUID": "40b7388a-3c99-4c8b-b7b7-cee7d9e62ccb", "resources": [ { "resourceInstanceName": "pNF c6d623c0-3dd4 0", "resourceCustomizationUUID": "0de69387-b866-43c1-a54d-105cff46e66a", "resourceName": "pNF c6d623c0-3dd4", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5e6d4e12-0bb8-4dc0-89e9-1d63685ff36c", "resourceInvariantUUID": "c890aa90-c727-4c7c-a196-d8cac0c39c28", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfFrzdbpahlcckooegxap2-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar", "artifactChecksum": "N2I3Y2VkZDEwNTg0Y2NmYzg5MGI3NzY0YTk4MWEwZDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6e2d778-07de-4d34-9b38-105fc5aad708" } ], "workloadContext": "Production" } 2022-11-16T06:29:26.919Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-16T06:29:26.919Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 96fa0415-9dc9-4487-af3d-16bcc33a13f6 ASDC 2022-11-16T06:29:26.920Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:92cbc704-ffe8-4219-9c18-e0e7e7a5768b ServiceName:Demo_pNF_fRZDBpaHlccKoOeGxAP2 ServiceVersion:1.0 ServiceUUID:96fa0415-9dc9-4487-af3d-16bcc33a13f6 ServiceInvariantUUID:40b7388a-3c99-4c8b-b7b7-cee7d9e62ccb ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfFrzdbpahlcckooegxap2-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar ArtifactUUID:b6e2d778-07de-4d34-9b38-105fc5aad708 ArtifactChecksum:N2I3Y2VkZDEwNTg0Y2NmYzg5MGI3NzY0YTk4MWEwZDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF c6d623c0-3dd4 0 ResourceCustomizationUUID:0de69387-b866-43c1-a54d-105cff46e66a ResourceInvariantUUID:c890aa90-c727-4c7c-a196-d8cac0c39c28 ResourceName:pNF c6d623c0-3dd4 ResourceType:PNF ResourceUUID:5e6d4e12-0bb8-4dc0-89e9-1d63685ff36c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-16T06:29:26.921Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96fa0415-9dc9-4487-af3d-16bcc33a13f6 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-11-16T06:29:26.948Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-16T06:29:26.949Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-16T06:29:26.949Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-16T06:29:26.949Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b6e2d778-07de-4d34-9b38-105fc5aad708 from URL: /sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar 2022-11-16T06:29:26.950Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-16T06:29:26.950Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar 2022-11-16T06:29:27.051Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-16T06:29:27.056Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar b6e2d778-07de-4d34-9b38-105fc5aad708 87773 2022-11-16T06:29:27.056Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar ASDC sendASDCNotification 2022-11-16T06:29:27.056Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar 2022-11-16T06:29:27.057Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:29:27.057Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:29:27.060Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:29:27.060Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580167056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:29:27.161Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:29:27.162Z||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-11-16T06:29:27.162Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:29:27.176Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:29:27.176Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:29:28.062Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-16T06:29:28.064Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-16T06:29:28.064Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b6e2d778-07de-4d34-9b38-105fc5aad708, URL: /sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar to file: /app/ASDC/1/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar 2022-11-16T06:29:28.064Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFrzdbpahlcckooegxap2-csar.csar 2022-11-16T06:29:28.065Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar 2022-11-16T06:29:28.065Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar 2022-11-16T06:29:28.320Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8137308084701523337/Definitions/service-DemoPnfFrzdbpahlcckooegxap2-template.yml 2022-11-16T06:29:29.154Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-16T06:29:29.155Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-16T06:29:29.155Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar 2022-11-16T06:29:29.155Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-16T06:29:29.155Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||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-DemoPnfFrzdbpahlcckooegxap2-csar.csar 2022-11-16T06:29:29.155Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar 2022-11-16T06:29:29.156Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||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-DemoPnfFrzdbpahlcckooegxap2-csar.csar 2022-11-16T06:29:29.156Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar 2022-11-16T06:29:29.156Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c6d623c0-3dd4 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-DemoPnfFrzdbpahlcckooegxap2-csar.csar 2022-11-16T06:29:29.156Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar 2022-11-16T06:29:29.157Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar 2022-11-16T06:29:29.157Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-16T06:29:29.157Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:29:29.157Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_fRZDBpaHlccKoOeGxAP2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:29:29.157Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Node template pNF c6d623c0-3dd4 0 is matching search criteria 2022-11-16T06:29:29.158Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-16T06:29:29.158Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF c6d623c0-3dd4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-16T06:29:29.158Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:29:29.158Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_fRZDBpaHlccKoOeGxAP2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:29:29.158Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Node template pNF c6d623c0-3dd4 0 is matching search criteria 2022-11-16T06:29:29.159Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-16T06:29:29.159Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF c6d623c0-3dd4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-16T06:29:29.159Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:29:29.159Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_fRZDBpaHlccKoOeGxAP2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:29:29.159Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:29:29.160Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_fRZDBpaHlccKoOeGxAP2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:29:29.160Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:29:29.160Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_fRZDBpaHlccKoOeGxAP2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:29:29.160Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:29:29.160Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_fRZDBpaHlccKoOeGxAP2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:29:29.161Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:29:29.161Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_fRZDBpaHlccKoOeGxAP2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:29:29.161Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_fRZDBpaHlccKoOeGxAP2 Description:catalog service description Model UUID:96fa0415-9dc9-4487-af3d-16bcc33a13f6 Model Version:NULL Model InvariantUuid:40b7388a-3c99-4c8b-b7b7-cee7d9e62ccb 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-11-16T06:29:29.170Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5e6d4e12-0bb8-4dc0-89e9-1d63685ff36c 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-11-16T06:29:29.174Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||pNF c6d623c0-3dd4 0 2022-11-16T06:29:29.174Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5e6d4e12-0bb8-4dc0-89e9-1d63685ff36c 2022-11-16T06:29:29.175Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 96fa0415-9dc9-4487-af3d-16bcc33a13f6 2022-11-16T06:29:29.175Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 96fa0415-9dc9-4487-af3d-16bcc33a13f6 2022-11-16T06:29:29.175Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c6d623c0-3dd4 0 5e6d4e12-0bb8-4dc0-89e9-1d63685ff36c 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-11-16T06:29:29.180Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57cbeafa, org.onap.sdc.toscaparser.api.parameters.Input@59504d26, org.onap.sdc.toscaparser.api.parameters.Input@40fd6545, org.onap.sdc.toscaparser.api.parameters.Input@6895e785, org.onap.sdc.toscaparser.api.parameters.Input@60014c57] 2022-11-16T06:29:29.181Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:29:29.181Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_fRZDBpaHlccKoOeGxAP2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:29:29.182Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 96fa0415-9dc9-4487-af3d-16bcc33a13f6: pNF c6d623c0-3dd4 2022-11-16T06:29:29.182Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||Processing PNF resource: 5e6d4e12-0bb8-4dc0-89e9-1d63685ff36c 2022-11-16T06:29:29.182Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:29:29.183Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_fRZDBpaHlccKoOeGxAP2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:29:29.183Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||Resource customization UUID: 0de69387-b866-43c1-a54d-105cff46e66a is the same as notified resource customizationUUID: 0de69387-b866-43c1-a54d-105cff46e66a 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-11-16T06:29:29.233Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c6d623c0-3dd4 5e6d4e12-0bb8-4dc0-89e9-1d63685ff36c 0 ASDC deployResourceStructure 2022-11-16T06:29:29.234Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar ASDC sendASDCNotification 2022-11-16T06:29:29.234Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar 2022-11-16T06:29:29.234Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-16T06:29:29.235Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:29:29.237Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:29:29.237Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580169234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:29:29.337Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:29:29.339Z||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-11-16T06:29:29.339Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:29:29.363Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:29:29.364Z||pool-49-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:29:30.238Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92cbc704-ffe8-4219-9c18-e0e7e7a5768b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-16T06:29:30.253Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92cbc704-ffe8-4219-9c18-e0e7e7a5768b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-16T06:29:30.260Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-16T06:29:30.260Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-16T06:29:30.260Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-16T06:29:30.260Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-16T06:29:30.261Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:29:30.261Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:29:30.261Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:29:30.261Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:29:30.261Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:29:30.262Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-16T06:29:30.269Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-16T06:29:37.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:29:37.174Z||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-11-16T06:29:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:29:37.210Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:29:37.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:29:37.211Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "multicloud-k8s-id", "timestamp": 1668580057575, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-16T06:29:37.212Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:29:37.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:29:37.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580043567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-16T06:29:37.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:29:37.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:29:37.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580043567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-16T06:29:37.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:29:37.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:29:37.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "multicloud-k8s-id", "timestamp": 1668580058629, "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-11-16T06:29:37.220Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29b1f559-bfb2-4252-95ac-34aa372dda76 2022-11-16T06:29:37.220Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29b1f559-bfb2-4252-95ac-34aa372dda76 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-11-16T06:29:37.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:29:37.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580043567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:29:37.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:29:37.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:29:37.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "multicloud-k8s-id", "timestamp": 1668580059634, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-16T06:29:37.228Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:29:37.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:29:37.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580043567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:29:37.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:29:37.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:29:37.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "aai-ml", "timestamp": 1668580060828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:29:37.229Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:29:37.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:29:37.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580043567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:29:37.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:29:37.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:29:37.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "aai-ml", "timestamp": 1668580061831, "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-11-16T06:29:37.234Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fa9ebfcb-8870-424b-817b-988efc81db55 2022-11-16T06:29:37.234Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa9ebfcb-8870-424b-817b-988efc81db55 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-11-16T06:29:37.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:29:37.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580043567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:29:37.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:29:37.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:29:37.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "aai-ml", "timestamp": 1668580030952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:29:37.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:29:37.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:29:37.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580043567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:29:37.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:29:37.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:29:37.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "aai-ml", "timestamp": 1668580030952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:29:37.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:29:37.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:29:37.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580064781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:29:37.244Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:29:37.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:29:37.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "aai-ml", "timestamp": 1668580030952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-16T06:29:37.244Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:29:37.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:29:37.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "aai-ml", "timestamp": 1668580030952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-16T06:29:37.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:29:37.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:29:37.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "aai-ml", "timestamp": 1668580030952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:29:37.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:29:37.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:29:37.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580067041, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:29:37.245Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:29:37.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:29:37.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "aai-ml", "timestamp": 1668580030952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:29:37.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:29:37.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:29:37.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668580068045, "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-11-16T06:29:37.251Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 29b1f559-bfb2-4252-95ac-34aa372dda76 2022-11-16T06:29:37.251Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29b1f559-bfb2-4252-95ac-34aa372dda76 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-11-16T06:29:37.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:29:37.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "aai-ml", "timestamp": 1668580030952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:29:37.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:29:37.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:29:37.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "aai-ml", "timestamp": 1668580030952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:29:37.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:29:37.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:29:37.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "aai-ml", "timestamp": 1668580030952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:29:37.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:29:37.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:29:37.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "aai-ml", "timestamp": 1668580071927, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:29:37.261Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:29:37.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:29:37.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "aai-ml", "timestamp": 1668580078457, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:29:37.262Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:29:37.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:29:37.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "aai-ml", "timestamp": 1668580079461, "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-11-16T06:29:37.267Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 29b1f559-bfb2-4252-95ac-34aa372dda76 2022-11-16T06:29:37.267Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29b1f559-bfb2-4252-95ac-34aa372dda76 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-11-16T06:30:00.270Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 92cbc704-ffe8-4219-9c18-e0e7e7a5768b 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-11-16T06:30:00.277Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 92cbc704-ffe8-4219-9c18-e0e7e7a5768b and serviceModelVersionId: 96fa0415-9dc9-4487-af3d-16bcc33a13f6 2022-11-16T06:30:00.277Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 40b7388a-3c99-4c8b-b7b7-cee7d9e62ccb 2022-11-16T06:30:00.278Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/40b7388a-3c99-4c8b-b7b7-cee7d9e62ccb/model-vers/model-ver/96fa0415-9dc9-4487-af3d-16bcc33a13f6?depth=0 2022-11-16T06:30:00.282Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-11-16T06:30:00.331Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40b7388a-3c99-4c8b-b7b7-cee7d9e62ccb/model-vers/model-ver/96fa0415-9dc9-4487-af3d-16bcc33a13f6?depth=0|INFO|500||Invoke 2022-11-16T06:30:00.332Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40b7388a-3c99-4c8b-b7b7-cee7d9e62ccb/model-vers/model-ver/96fa0415-9dc9-4487-af3d-16bcc33a13f6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40b7388a-3c99-4c8b-b7b7-cee7d9e62ccb/model-vers/model-ver/96fa0415-9dc9-4487-af3d-16bcc33a13f6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[92cbc704-ffe8-4219-9c18-e0e7e7a5768b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[224a7af4-c07c-4c58-ae87-623e0dbb716d], X-ECOMP-RequestID=[92cbc704-ffe8-4219-9c18-e0e7e7a5768b], X-TransactionId=[], X-ONAP-RequestID=[92cbc704-ffe8-4219-9c18-e0e7e7a5768b], Content-Type=[application/merge-patch+json]} 2022-11-16T06:30:00.357Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40b7388a-3c99-4c8b-b7b7-cee7d9e62ccb/model-vers/model-ver/96fa0415-9dc9-4487-af3d-16bcc33a13f6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-16T06:30:00.488Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40b7388a-3c99-4c8b-b7b7-cee7d9e62ccb/model-vers/model-ver/96fa0415-9dc9-4487-af3d-16bcc33a13f6?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/40b7388a-3c99-4c8b-b7b7-cee7d9e62ccb/model-vers/model-ver/96fa0415-9dc9-4487-af3d-16bcc33a13f6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221116-06:30:00:077-14878], vertex-id=[217264], Content-Length=[0], Date=[Wed, 16 Nov 2022 06:30:00 GMT], Content-Type=[application/json]} 2022-11-16T06:30:00.489Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40b7388a-3c99-4c8b-b7b7-cee7d9e62ccb/model-vers/model-ver/96fa0415-9dc9-4487-af3d-16bcc33a13f6?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-16T06:30:00.490Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40b7388a-3c99-4c8b-b7b7-cee7d9e62ccb/model-vers/model-ver/96fa0415-9dc9-4487-af3d-16bcc33a13f6?depth=0|INFO|500||InvokeReturn 2022-11-16T06:30:00.491Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-16T06:30:00.491Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-16T06:30:00.496Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-16T06:30:00.496Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 92cbc704-ffe8-4219-9c18-e0e7e7a5768b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-16T06:30:00.497Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-16T06:30:00.497Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:30:00.499Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:30:00.500Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580200497, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-16T06:30:00.600Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:30:00.601Z||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-11-16T06:30:00.601Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:30:00.615Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:30:00.615Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-16T06:30:01.514Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:30:01.514Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"fa9ebfcb-8870-424b-817b-988efc81db55","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e8a9d0ca-7f4d-4edf-9298-1a9965bb6b5f","serviceDescription":"service","serviceInvariantUUID":"781c6ee6-0f01-4283-8328-8e38cd4caeeb","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8c7d9776-67f3-4da3-a9cd-387c193df548","resourceInvariantUUID":"2604b38f-bcbf-4af2-a5af-e2ebd198191d","resourceCustomizationUUID":"f3eb9377-ac7f-451e-a901-44966e660c62","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":"ZmMxYzA1ZWNlZmFhMTI3NmI0YmJhN2Y3ZmQ1YWE1NmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c79f3e08-638a-4bd5-b75b-8656428b752c","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":"YmU5YWQwZTMyMTIzMzM0NjY1ZjJmOGIzMmY2YjczNTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d26baf07-a136-46bc-9e75-883eb4ab7769","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":"16f3509c-5fe1-4426-88b1-e79793aa9755","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":"8ba8ebbf-b038-4e63-a167-5bb17258e8bf","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":"b5b6431c-4a35-49a2-b3e3-4e63322ab669","artifactVersion":"2","generatedFromUUID":"16f3509c-5fe1-4426-88b1-e79793aa9755"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YTdmMzc5YTIwMmViMzg0ZjU3OTY5MDU5YzZlODg4M2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f33b18f-4fad-4374-a29c-de46e9ee3314","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OTdkMTYyYTEwZjg2MThlNjdmNTA0YzAyMmMyZTRmODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"456947f2-1889-408b-bb98-d76cfae6c9b1","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-16T06:30:01.516Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:30:01.516Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:30:01.519Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:30:01.520Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:30:01.620Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:30:01.621Z||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-11-16T06:30:01.621Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:30:01.636Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:30:01.636Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:30:02.521Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:30:02.522Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:30:02.524Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:30:02.525Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-16T06:30:02.625Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:30:02.626Z||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-11-16T06:30:02.626Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:30:02.641Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:30:02.642Z||pool-52-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:30:03.526Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:30:03.527Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:30:03.529Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:30:03.530Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-16T06:30:03.631Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:30:03.632Z||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-11-16T06:30:03.632Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:30:03.653Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:30:03.653Z||pool-53-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:30:04.531Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:30:04.531Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:30:04.534Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:30:04.534Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:30:04.634Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:30:04.635Z||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-11-16T06:30:04.636Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:30:04.647Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:30:04.647Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:30:05.535Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:30:05.536Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:30:05.538Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:30:05.539Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-16T06:30:05.639Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:30:05.640Z||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-11-16T06:30:05.641Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:30:05.653Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:30:05.653Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:30:06.539Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:30:06.541Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:30:06.543Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:30:06.543Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:30:06.643Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:30:06.644Z||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-11-16T06:30:06.644Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:30:06.656Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:30:06.656Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:30:07.544Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:30:07.546Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:30:07.548Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:30:07.548Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:30:07.648Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:30:07.651Z||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-11-16T06:30:07.651Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:30:07.686Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:30:07.686Z||pool-57-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:30:08.551Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "e8a9d0ca-7f4d-4edf-9298-1a9965bb6b5f", "serviceDescription": "service", "serviceInvariantUUID": "781c6ee6-0f01-4283-8328-8e38cd4caeeb", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "f3eb9377-ac7f-451e-a901-44966e660c62", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8c7d9776-67f3-4da3-a9cd-387c193df548", "resourceInvariantUUID": "2604b38f-bcbf-4af2-a5af-e2ebd198191d", "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": "YmU5YWQwZTMyMTIzMzM0NjY1ZjJmOGIzMmY2YjczNTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d26baf07-a136-46bc-9e75-883eb4ab7769", "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": "16f3509c-5fe1-4426-88b1-e79793aa9755", "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": "b5b6431c-4a35-49a2-b3e3-4e63322ab669", "generatedFromUUID": "16f3509c-5fe1-4426-88b1-e79793aa9755" }, "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": "b5b6431c-4a35-49a2-b3e3-4e63322ab669", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OTdkMTYyYTEwZjg2MThlNjdmNTA0YzAyMmMyZTRmODk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "456947f2-1889-408b-bb98-d76cfae6c9b1" } ], "workloadContext": "Production" } 2022-11-16T06:30:08.551Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-16T06:30:08.552Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e8a9d0ca-7f4d-4edf-9298-1a9965bb6b5f ASDC 2022-11-16T06:30:08.552Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:fa9ebfcb-8870-424b-817b-988efc81db55 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:e8a9d0ca-7f4d-4edf-9298-1a9965bb6b5f ServiceInvariantUUID:781c6ee6-0f01-4283-8328-8e38cd4caeeb 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:456947f2-1889-408b-bb98-d76cfae6c9b1 ArtifactChecksum:OTdkMTYyYTEwZjg2MThlNjdmNTA0YzAyMmMyZTRmODk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:f3eb9377-ac7f-451e-a901-44966e660c62 ResourceInvariantUUID:2604b38f-bcbf-4af2-a5af-e2ebd198191d ResourceName:basic_vm ResourceType:VF ResourceUUID:8c7d9776-67f3-4da3-a9cd-387c193df548 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:d26baf07-a136-46bc-9e75-883eb4ab7769 ArtifactChecksum:YmU5YWQwZTMyMTIzMzM0NjY1ZjJmOGIzMmY2YjczNTc= 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:16f3509c-5fe1-4426-88b1-e79793aa9755 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:b5b6431c-4a35-49a2-b3e3-4e63322ab669 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:b5b6431c-4a35-49a2-b3e3-4e63322ab669 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-16T06:30:08.552Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e8a9d0ca-7f4d-4edf-9298-1a9965bb6b5f 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-11-16T06:30:08.589Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-16T06:30:08.590Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-16T06:30:08.590Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-16T06:30:08.591Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 456947f2-1889-408b-bb98-d76cfae6c9b1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-16T06:30:08.591Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-16T06:30:08.591Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-16T06:30:08.690Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-16T06:30:08.693Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 456947f2-1889-408b-bb98-d76cfae6c9b1 74817 2022-11-16T06:30:08.696Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-16T06:30:08.696Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-16T06:30:08.696Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:30:08.696Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:30:08.700Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:30:08.700Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580208695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:30:08.800Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:30:08.805Z||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-11-16T06:30:08.805Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:30:08.818Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:30:08.819Z||pool-58-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:30:09.702Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-16T06:30:09.703Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-16T06:30:09.703Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 456947f2-1889-408b-bb98-d76cfae6c9b1, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-16T06:30:09.703Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-11-16T06:30:09.704Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-16T06:30:09.704Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-11-16T06:30:09.873Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP986736255982893404/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-11-16T06:30:11.053Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-16T06:30:11.053Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-16T06:30:11.054Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-16T06:30:11.054Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-16T06:30:11.054Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||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-11-16T06:30:11.054Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-16T06:30:11.054Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||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-11-16T06:30:11.054Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||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-11-16T06:30:11.055Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-16T06:30:11.055Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-16T06:30:11.055Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-16T06:30:11.055Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-16T06:30:11.055Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:30:11.056Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:30:11.056Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-16T06:30:11.056Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-16T06:30:11.056Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-16T06:30:11.057Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:30:11.057Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:30:11.057Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-16T06:30:11.057Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-16T06:30:11.057Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-16T06:30:11.057Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:30:11.058Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:30:11.058Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:30:11.058Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-16T06:30:11.058Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-16T06:30:11.059Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-16T06:30:11.059Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-16T06:30:11.059Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-16T06:30:11.059Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-16T06:30:11.059Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:30:11.060Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-16T06:30:11.060Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:30:11.060Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-16T06:30:11.060Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:30:11.061Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:30:11.061Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-16T06:30:11.061Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:30:11.061Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:30:11.061Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-16T06:30:11.062Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:30:11.062Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:30:11.062Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-16T06:30:11.062Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-16T06:30:11.062Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-16T06:30:11.063Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2b3a2c83-9304-4f91-8350-23c6fc3b3a5d 2022-11-16T06:30:11.063Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:30:11.063Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:30:11.063Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:30:11.063Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:30:11.064Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:30:11.064Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:30:11.064Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:30:11.064Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:30:11.064Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:e8a9d0ca-7f4d-4edf-9298-1a9965bb6b5f Model Version:NULL Model InvariantUuid:781c6ee6-0f01-4283-8328-8e38cd4caeeb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:b58fcbc3-3f36-420c-bf0e-1cfa9a455f95 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2604b38f-bcbf-4af2-a5af-e2ebd198191d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f3eb9377-ac7f-451e-a901-44966e660c62 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a9af5433-450b-4c8c-ab5d-3a967008c9bc ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:db922777-ec25-4654-a18d-3859b76e8aad ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2b3a2c83-9304-4f91-8350-23c6fc3b3a5d ModelInvariantUuid:28659580-b8d6-493d-9858-188ea373e965 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:7e6555cf-4702-402e-8e4d-84e08c1b8d3f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:63bb0ca3-11b4-4c4d-a27d-dcbc86292aba ModelInvariantUuid:d79f6ec3-7561-4e68-a978-d61edb4ddcda ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:bf7b6515-bf55-47fb-b120-3afe64e6147f 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-11-16T06:30:11.073Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 8c7d9776-67f3-4da3-a9cd-387c193df548 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-11-16T06:30:11.082Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||basic_vm 0 2022-11-16T06:30:11.082Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8c7d9776-67f3-4da3-a9cd-387c193df548 2022-11-16T06:30:11.082Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d26baf07-a136-46bc-9e75-883eb4ab7769 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-16T06:30:11.083Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-16T06:30:11.083Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||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-11-16T06:30:11.141Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-16T06:30:11.142Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json d26baf07-a136-46bc-9e75-883eb4ab7769 787 2022-11-16T06:30:11.143Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||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-11-16T06:30:11.143Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||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-11-16T06:30:11.143Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:30:11.144Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:30:11.146Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:30:11.146Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580211143, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-16T06:30:11.247Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-16T06:30:11.248Z||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-11-16T06:30:11.248Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:30:11.265Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:30:11.266Z||pool-59-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:30:12.147Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a9af5433-450b-4c8c-ab5d-3a967008c9bc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "db922777-ec25-4654-a18d-3859b76e8aad", "vfModuleModelCustomizationUUID": "f01f5d04-d9a1-4815-b156-89d4c223be1e", "isBase": true, "artifacts": [ "16f3509c-5fe1-4426-88b1-e79793aa9755", "b5b6431c-4a35-49a2-b3e3-4e63322ab669" ], "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-11-16T06:30:12.152Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:db922777-ec25-4654-a18d-3859b76e8aad VfModuleModelInvariantUUID:a9af5433-450b-4c8c-ab5d-3a967008c9bc VfModuleModelDescription:NULL Artifacts UUID List:{ 16f3509c-5fe1-4426-88b1-e79793aa9755 , b5b6431c-4a35-49a2-b3e3-4e63322ab669 } 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-11-16T06:30:12.155Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a9af5433-450b-4c8c-ab5d-3a967008c9bc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "db922777-ec25-4654-a18d-3859b76e8aad", "vfModuleModelCustomizationUUID": "f01f5d04-d9a1-4815-b156-89d4c223be1e", "isBase": true, "artifacts": [ "16f3509c-5fe1-4426-88b1-e79793aa9755", "b5b6431c-4a35-49a2-b3e3-4e63322ab669" ], "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-11-16T06:30:12.155Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:db922777-ec25-4654-a18d-3859b76e8aad VfModuleModelInvariantUUID:a9af5433-450b-4c8c-ab5d-3a967008c9bc VfModuleModelDescription:NULL Artifacts UUID List:{ 16f3509c-5fe1-4426-88b1-e79793aa9755 , b5b6431c-4a35-49a2-b3e3-4e63322ab669 } 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-11-16T06:30:12.155Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 16f3509c-5fe1-4426-88b1-e79793aa9755 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-16T06:30:12.156Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-16T06:30:12.156Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||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-11-16T06:30:12.202Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-16T06:30:12.203Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 16f3509c-5fe1-4426-88b1-e79793aa9755 5033 2022-11-16T06:30:12.204Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||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-11-16T06:30:12.204Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||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-11-16T06:30:12.204Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:30:12.205Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:30:12.207Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:30:12.207Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580212204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-16T06:30:12.307Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:30:12.308Z||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-11-16T06:30:12.309Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:30:12.325Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:30:12.326Z||pool-60-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:30:13.215Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b5b6431c-4a35-49a2-b3e3-4e63322ab669 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-16T06:30:13.216Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-16T06:30:13.216Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||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-11-16T06:30:13.265Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-16T06:30:13.266Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b5b6431c-4a35-49a2-b3e3-4e63322ab669 903 2022-11-16T06:30:13.266Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||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-11-16T06:30:13.267Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||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-11-16T06:30:13.267Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:30:13.267Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:30:13.269Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:30:13.269Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580213266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-16T06:30:13.369Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:30:13.371Z||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-11-16T06:30:13.372Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:30:13.383Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:30:13.384Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:30:14.273Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: e8a9d0ca-7f4d-4edf-9298-1a9965bb6b5f 2022-11-16T06:30:14.282Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 8c7d9776-67f3-4da3-a9cd-387c193df548 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-11-16T06:30:14.305Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b1c60cf, org.onap.sdc.toscaparser.api.parameters.Input@248b8896, org.onap.sdc.toscaparser.api.parameters.Input@22afb266, org.onap.sdc.toscaparser.api.parameters.Input@7d4c5e0b, org.onap.sdc.toscaparser.api.parameters.Input@250e4375] 2022-11-16T06:30:14.309Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:30:14.311Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:30:14.312Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-11-16T06:30:14.312Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= f3eb9377-ac7f-451e-a901-44966e660c62 2022-11-16T06:30:14.312Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f3eb9377-ac7f-451e-a901-44966e660c62 matches Tosca VF Customization UUID: f3eb9377-ac7f-451e-a901-44966e660c62 2022-11-16T06:30:14.313Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: f3eb9377-ac7f-451e-a901-44966e660c62 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-11-16T06:30:14.316Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:30:14.317Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:30:14.318Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id f3eb9377-ac7f-451e-a901-44966e660c62: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-16T06:30:14.318Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d79bf6f 2022-11-16T06:30:14.318Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:30:14.318Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-16T06:30:14.319Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f01f5d04-d9a1-4815-b156-89d4c223be1e 2022-11-16T06:30:14.319Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f01f5d04-d9a1-4815-b156-89d4c223be1e 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-11-16T06:30:14.324Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:30:14.325Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-16T06:30:14.325Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:30:14.325Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:30:14.325Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-16T06:30:14.326Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:30:14.326Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:30:14.326Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-16T06:30:14.327Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-16T06:30:14.327Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-16T06:30:14.327Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2b3a2c83-9304-4f91-8350-23c6fc3b3a5d 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-11-16T06:30:14.329Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:30:14.332Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-16T06:30:14.333Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:30:14.333Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:30:14.333Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-16T06:30:14.333Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=f3eb9377-ac7f-451e-a901-44966e660c62 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-11-16T06:30:14.338Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:30:14.338Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:30:14.338Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid e8a9d0ca-7f4d-4edf-9298-1a9965bb6b5f: basic_vm 2022-11-16T06:30:14.338Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:30:14.338Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:30:14.339Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:30:14.339Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:30:14.339Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:30:14.339Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:30:14.340Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:30:14.340Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:30:14.340Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:30:14.340Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:30:14.340Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||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-11-16T06:30:14.472Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 8c7d9776-67f3-4da3-a9cd-387c193df548 1 ASDC deployResourceStructure 2022-11-16T06:30:14.472Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||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-11-16T06:30:14.472Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||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-11-16T06:30:14.472Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-16T06:30:14.473Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:30:14.475Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:30:14.475Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580214472, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-16T06:30:14.575Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:30:14.576Z||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-11-16T06:30:14.576Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:30:14.587Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:30:14.588Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:30:15.475Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||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-11-16T06:30:15.476Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||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-11-16T06:30:15.476Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-16T06:30:15.476Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:30:15.480Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:30:15.480Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580215475, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-16T06:30:15.581Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-16T06:30:15.582Z||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-11-16T06:30:15.582Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:30:15.597Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:30:15.598Z||pool-63-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:30:16.481Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||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-11-16T06:30:16.481Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||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-11-16T06:30:16.481Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-16T06:30:16.481Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:30:16.499Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:30:16.499Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580216481, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-16T06:30:16.584Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms 2022-11-16T06:30:16.586Z||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-11-16T06:30:16.586Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:30:16.603Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:30:16.604Z||pool-64-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:30:17.500Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-16T06:30:17.501Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-16T06:30:17.501Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-16T06:30:17.502Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:30:17.504Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:30:17.504Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580217500, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:30:17.605Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:30:17.606Z||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-11-16T06:30:17.606Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:30:17.624Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:30:17.624Z||pool-65-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:30:18.505Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa9ebfcb-8870-424b-817b-988efc81db55 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-16T06:30:18.518Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa9ebfcb-8870-424b-817b-988efc81db55 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-16T06:30:18.522Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-16T06:30:18.522Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-16T06:30:18.523Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-16T06:30:18.523Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-16T06:30:18.523Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:30:18.523Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:30:18.523Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:30:18.523Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:30:18.523Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:30:18.523Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-16T06:30:18.530Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-16T06:30:37.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:30:37.173Z||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-11-16T06:30:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:30:37.210Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:30:37.210Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:30:37.210Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580153316, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-16T06:30:37.211Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:30:37.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:30:37.211Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:30:37.212Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:30:37.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:30:37.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-16T06:30:37.212Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:30:37.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:30:37.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-16T06:30:37.212Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:30:37.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:30:37.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:30:37.212Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:30:37.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:30:37.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:30:37.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:30:37.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:30:37.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:30:37.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:30:37.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:30:37.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:30:37.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:30:37.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:30:37.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:30:37.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:30:37.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:30:37.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580167056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:30:37.214Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:30:37.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:30:37.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580169234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:30:37.214Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:30:48.530Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa9ebfcb-8870-424b-817b-988efc81db55 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-11-16T06:30:48.536Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa9ebfcb-8870-424b-817b-988efc81db55 and serviceModelVersionId: e8a9d0ca-7f4d-4edf-9298-1a9965bb6b5f 2022-11-16T06:30:48.537Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 781c6ee6-0f01-4283-8328-8e38cd4caeeb 2022-11-16T06:30:48.537Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/781c6ee6-0f01-4283-8328-8e38cd4caeeb/model-vers/model-ver/e8a9d0ca-7f4d-4edf-9298-1a9965bb6b5f?depth=0 2022-11-16T06:30:48.542Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-11-16T06:30:48.618Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/781c6ee6-0f01-4283-8328-8e38cd4caeeb/model-vers/model-ver/e8a9d0ca-7f4d-4edf-9298-1a9965bb6b5f?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-11-16T06:30:48.620Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/781c6ee6-0f01-4283-8328-8e38cd4caeeb/model-vers/model-ver/e8a9d0ca-7f4d-4edf-9298-1a9965bb6b5f?depth=0|INFO|500||Invoke 2022-11-16T06:30:48.639Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/781c6ee6-0f01-4283-8328-8e38cd4caeeb/model-vers/model-ver/e8a9d0ca-7f4d-4edf-9298-1a9965bb6b5f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-16T06:30:48.738Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/781c6ee6-0f01-4283-8328-8e38cd4caeeb/model-vers/model-ver/e8a9d0ca-7f4d-4edf-9298-1a9965bb6b5f?depth=0|INFO|500||InvokeReturn 2022-11-16T06:30:48.739Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/781c6ee6-0f01-4283-8328-8e38cd4caeeb/model-vers/model-ver/e8a9d0ca-7f4d-4edf-9298-1a9965bb6b5f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221116-06:30:48:353-57950], vertex-id=[233664], Content-Length=[0], Date=[Wed, 16 Nov 2022 06:30:48 GMT], Content-Type=[application/json]} 2022-11-16T06:30:48.740Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-11-16T06:30:48.740Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-16T06:30:48.741Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-16T06:30:48.744Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-16T06:30:48.745Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa9ebfcb-8870-424b-817b-988efc81db55 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-16T06:30:48.745Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-16T06:30:48.745Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:30:48.747Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:30:48.747Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580248745, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-16T06:30:48.848Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-16T06:30:48.849Z||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-11-16T06:30:48.849Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:30:48.859Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:30:48.860Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 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-11-16T06:30:50.590Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:30:50.590Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"29b1f559-bfb2-4252-95ac-34aa372dda76","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"057ae4f4-a4e6-4fdf-b60e-cdab9159c196","serviceDescription":"service","serviceInvariantUUID":"3ff120ba-a8be-4a07-908a-4e7af94370c3","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"09465511-35d5-43bd-9c54-ef05114507b7","resourceInvariantUUID":"f4b65dc2-2d18-46e6-8f6b-08274657d674","resourceCustomizationUUID":"278ab1ab-bf13-4de8-97df-a09df9245f21","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":"MmM3MTA0M2ZkOWYyZGE3Nzc2ZDMyMzFhMjQ3MDYyZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"709f8363-9541-4fdf-b60d-bcc7bd295006","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":"c53e52bc-e9d2-4e8f-bf12-06500d9b78ef","artifactVersion":"2","generatedFromUUID":"6445c739-3640-4be5-9def-a3bbe5114c78"},{"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":"6445c739-3640-4be5-9def-a3bbe5114c78","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":"ZTNhYmZlYTRlOThmMTU0NTVlODE2MzE4MjRmYzc3ODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"84debb8a-c3d8-4e8d-9c0f-4c9f16bb1df1","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":"447d3689-0c83-4c1a-985e-f0c438631d71","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":"a5503994-5775-4cfa-bfe0-6fae54c47d85","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":"19c97b10-f1ff-47d4-960a-7b2182154a25","artifactVersion":"2","generatedFromUUID":"447d3689-0c83-4c1a-985e-f0c438631d71"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NGEyZGMyMmIyNDkyYmNlYmNiZGMxMDgyYzUwNWFiOGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ac2aa16-2d2d-47e3-af88-567b5af845a9","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZWMyNTRmMjRlYzNiYTM3Yjc3Y2E1NWFjNTI4OGQ0NzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"97d4fcd9-e495-4998-a30b-6c87988d116f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-16T06:30:50.591Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:30:50.591Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:30:50.593Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:30:50.593Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:30:50.695Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-16T06:30:50.696Z||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-11-16T06:30:50.696Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:30:50.709Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:30:50.710Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:30:51.594Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:30:51.595Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:30:51.599Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:30:51.599Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-16T06:30:51.700Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:30:51.701Z||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-11-16T06:30:51.701Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:30:51.711Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:30:51.711Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:30:52.600Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:30:52.601Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:30:52.603Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:30:52.603Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-16T06:30:52.704Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:30:52.705Z||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-11-16T06:30:52.705Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:30:52.717Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:30:52.717Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:30:53.606Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:30:53.607Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:30:53.609Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:30:53.609Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-16T06:30:53.709Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:30:53.711Z||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-11-16T06:30:53.711Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:30:53.723Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:30:53.724Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:30:54.609Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:30:54.610Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:30:54.612Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:30:54.613Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-16T06:30:54.713Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:30:54.714Z||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-11-16T06:30:54.714Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:30:54.724Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:30:54.724Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:30:55.615Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:30:55.615Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:30:55.617Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:30:55.617Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:30:55.718Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:30:55.719Z||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-11-16T06:30:55.719Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:30:55.730Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:30:55.731Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:30:56.622Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:30:56.623Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:30:56.630Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:30:56.630Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-16T06:30:56.725Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-11-16T06:30:56.727Z||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-11-16T06:30:56.727Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:30:56.739Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:30:56.739Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:30:57.632Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:30:57.633Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:30:57.636Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:30:57.636Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:30:57.736Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:30:57.737Z||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-11-16T06:30:57.738Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:30:57.759Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:30:57.760Z||pool-74-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:30:58.637Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:30:58.638Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:30:58.640Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:30:58.640Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:30:58.740Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:30:58.741Z||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-11-16T06:30:58.741Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:30:58.751Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:30:58.751Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:30:59.641Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "057ae4f4-a4e6-4fdf-b60e-cdab9159c196", "serviceDescription": "service", "serviceInvariantUUID": "3ff120ba-a8be-4a07-908a-4e7af94370c3", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "278ab1ab-bf13-4de8-97df-a09df9245f21", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "09465511-35d5-43bd-9c54-ef05114507b7", "resourceInvariantUUID": "f4b65dc2-2d18-46e6-8f6b-08274657d674", "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": "c53e52bc-e9d2-4e8f-bf12-06500d9b78ef", "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": "6445c739-3640-4be5-9def-a3bbe5114c78", "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": "ZTNhYmZlYTRlOThmMTU0NTVlODE2MzE4MjRmYzc3ODY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "84debb8a-c3d8-4e8d-9c0f-4c9f16bb1df1", "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": "447d3689-0c83-4c1a-985e-f0c438631d71", "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": "19c97b10-f1ff-47d4-960a-7b2182154a25", "generatedFromUUID": "447d3689-0c83-4c1a-985e-f0c438631d71" }, "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": "19c97b10-f1ff-47d4-960a-7b2182154a25", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZWMyNTRmMjRlYzNiYTM3Yjc3Y2E1NWFjNTI4OGQ0NzE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "97d4fcd9-e495-4998-a30b-6c87988d116f" } ], "workloadContext": "Production" } 2022-11-16T06:30:59.641Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-16T06:30:59.641Z|fa9ebfcb-8870-424b-817b-988efc81db55|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 057ae4f4-a4e6-4fdf-b60e-cdab9159c196 ASDC 2022-11-16T06:30:59.642Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:29b1f559-bfb2-4252-95ac-34aa372dda76 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:057ae4f4-a4e6-4fdf-b60e-cdab9159c196 ServiceInvariantUUID:3ff120ba-a8be-4a07-908a-4e7af94370c3 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:97d4fcd9-e495-4998-a30b-6c87988d116f ArtifactChecksum:ZWMyNTRmMjRlYzNiYTM3Yjc3Y2E1NWFjNTI4OGQ0NzE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:278ab1ab-bf13-4de8-97df-a09df9245f21 ResourceInvariantUUID:f4b65dc2-2d18-46e6-8f6b-08274657d674 ResourceName:basic_cnf ResourceType:VF ResourceUUID:09465511-35d5-43bd-9c54-ef05114507b7 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:c53e52bc-e9d2-4e8f-bf12-06500d9b78ef 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:6445c739-3640-4be5-9def-a3bbe5114c78 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:84debb8a-c3d8-4e8d-9c0f-4c9f16bb1df1 ArtifactChecksum:ZTNhYmZlYTRlOThmMTU0NTVlODE2MzE4MjRmYzc3ODY= 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:447d3689-0c83-4c1a-985e-f0c438631d71 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:19c97b10-f1ff-47d4-960a-7b2182154a25 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:19c97b10-f1ff-47d4-960a-7b2182154a25 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-16T06:30:59.642Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 057ae4f4-a4e6-4fdf-b60e-cdab9159c196 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-11-16T06:30:59.678Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-16T06:30:59.678Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-16T06:30:59.678Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-16T06:30:59.678Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 97d4fcd9-e495-4998-a30b-6c87988d116f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-16T06:30:59.679Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-16T06:30:59.679Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-16T06:30:59.818Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-16T06:30:59.822Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 97d4fcd9-e495-4998-a30b-6c87988d116f 73681 2022-11-16T06:30:59.822Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-16T06:30:59.822Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-16T06:30:59.823Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:30:59.823Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:30:59.827Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:30:59.827Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580259822, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:30:59.926Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:30:59.927Z||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-11-16T06:30:59.927Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:30:59.941Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:30:59.941Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:31:00.827Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-16T06:31:00.829Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-16T06:31:00.829Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 97d4fcd9-e495-4998-a30b-6c87988d116f, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-16T06:31:00.829Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-11-16T06:31:00.830Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-16T06:31:00.830Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-16T06:31:00.949Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14971848830682925050/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-11-16T06:31:02.040Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-16T06:31:02.040Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-16T06:31:02.040Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-16T06:31:02.040Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-16T06:31:02.040Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:02.040Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:02.041Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:02.041Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-16T06:31:02.041Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-16T06:31:02.041Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:31:02.041Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:31:02.041Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-16T06:31:02.042Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-16T06:31:02.042Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-16T06:31:02.042Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:31:02.042Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:31:02.042Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-16T06:31:02.042Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-16T06:31:02.042Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-16T06:31:02.043Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:31:02.043Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:31:02.043Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:31:02.043Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-16T06:31:02.043Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-11-16T06:31:02.043Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria 2022-11-16T06:31:02.043Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-16T06:31:02.044Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:31:02.044Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-16T06:31:02.044Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:31:02.044Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-16T06:31:02.044Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:31:02.044Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:31:02.044Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-16T06:31:02.045Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:31:02.045Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:31:02.045Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-16T06:31:02.045Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:31:02.045Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:31:02.045Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-16T06:31:02.045Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-16T06:31:02.045Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=4921a933-f2c5-4300-a448-5111ce65c214 2022-11-16T06:31:02.046Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:31:02.046Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:31:02.046Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:31:02.046Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:31:02.046Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:31:02.046Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:31:02.047Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:31:02.047Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:31:02.047Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:057ae4f4-a4e6-4fdf-b60e-cdab9159c196 Model Version:NULL Model InvariantUuid:3ff120ba-a8be-4a07-908a-4e7af94370c3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:f3db68cf-c665-4a02-ab9c-33daa8a0a499 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f4b65dc2-2d18-46e6-8f6b-08274657d674 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:278ab1ab-bf13-4de8-97df-a09df9245f21 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5a4ca023-a006-4652-b1f4-a8c6cbd91727 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:235f41ad-f8c8-40f5-a2c2-a07124e9b3f8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4921a933-f2c5-4300-a448-5111ce65c214 ModelInvariantUuid:b8ed5588-da84-4ab8-89ab-bda3f61b5e3f ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:e1c8ee6c-5f81-46dc-9247-b0f1cb382828 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:6a7bbd99-2816-42ec-a5a6-2356b41db6fd ModelInvariantUuid:f83ad03e-fc28-45b4-9560-3402c785db1b ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:8aa2eee6-b851-4502-8c05-e12e04c37f77 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-11-16T06:31:02.053Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 09465511-35d5-43bd-9c54-ef05114507b7 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-11-16T06:31:02.056Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||basic_cnf 0 2022-11-16T06:31:02.056Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 09465511-35d5-43bd-9c54-ef05114507b7 2022-11-16T06:31:02.056Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c53e52bc-e9d2-4e8f-bf12-06500d9b78ef from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-16T06:31:02.056Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-16T06:31:02.056Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:02.119Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-16T06:31:02.119Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env c53e52bc-e9d2-4e8f-bf12-06500d9b78ef 12 2022-11-16T06:31:02.119Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:02.119Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:02.119Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:31:02.120Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:31:02.121Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:31:02.121Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580262119, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-16T06:31:02.222Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:31:02.223Z||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-11-16T06:31:02.223Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:31:02.233Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:31:02.234Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:31:03.122Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6445c739-3640-4be5-9def-a3bbe5114c78 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-16T06:31:03.123Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-16T06:31:03.123Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:03.182Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-16T06:31:03.182Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 6445c739-3640-4be5-9def-a3bbe5114c78 2688 2022-11-16T06:31:03.183Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:03.183Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:03.183Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:31:03.184Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:31:03.186Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:31:03.186Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580263183, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-16T06:31:03.286Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:31:03.287Z||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-11-16T06:31:03.287Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:31:03.341Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:31:03.342Z||pool-78-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:31:04.187Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 84debb8a-c3d8-4e8d-9c0f-4c9f16bb1df1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-16T06:31:04.187Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-16T06:31:04.188Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:04.241Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-16T06:31:04.242Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 84debb8a-c3d8-4e8d-9c0f-4c9f16bb1df1 828 2022-11-16T06:31:04.242Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:04.242Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:04.242Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:31:04.242Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:31:04.245Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:31:04.245Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580264242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-16T06:31:04.345Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:31:04.346Z||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-11-16T06:31:04.346Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:31:04.356Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:31:04.357Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:31:05.245Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "5a4ca023-a006-4652-b1f4-a8c6cbd91727", "vfModuleModelVersion": "1", "vfModuleModelUUID": "235f41ad-f8c8-40f5-a2c2-a07124e9b3f8", "vfModuleModelCustomizationUUID": "f213315a-c31b-4de9-8cf7-4c04088910f2", "isBase": true, "artifacts": [ "6445c739-3640-4be5-9def-a3bbe5114c78", "447d3689-0c83-4c1a-985e-f0c438631d71", "19c97b10-f1ff-47d4-960a-7b2182154a25" ], "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-11-16T06:31:05.250Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:235f41ad-f8c8-40f5-a2c2-a07124e9b3f8 VfModuleModelInvariantUUID:5a4ca023-a006-4652-b1f4-a8c6cbd91727 VfModuleModelDescription:NULL Artifacts UUID List:{ 6445c739-3640-4be5-9def-a3bbe5114c78 , 447d3689-0c83-4c1a-985e-f0c438631d71 , 19c97b10-f1ff-47d4-960a-7b2182154a25 } 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-11-16T06:31:05.252Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "5a4ca023-a006-4652-b1f4-a8c6cbd91727", "vfModuleModelVersion": "1", "vfModuleModelUUID": "235f41ad-f8c8-40f5-a2c2-a07124e9b3f8", "vfModuleModelCustomizationUUID": "f213315a-c31b-4de9-8cf7-4c04088910f2", "isBase": true, "artifacts": [ "6445c739-3640-4be5-9def-a3bbe5114c78", "447d3689-0c83-4c1a-985e-f0c438631d71", "19c97b10-f1ff-47d4-960a-7b2182154a25" ], "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-11-16T06:31:05.252Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:235f41ad-f8c8-40f5-a2c2-a07124e9b3f8 VfModuleModelInvariantUUID:5a4ca023-a006-4652-b1f4-a8c6cbd91727 VfModuleModelDescription:NULL Artifacts UUID List:{ 6445c739-3640-4be5-9def-a3bbe5114c78 , 447d3689-0c83-4c1a-985e-f0c438631d71 , 19c97b10-f1ff-47d4-960a-7b2182154a25 } 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-11-16T06:31:05.252Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 447d3689-0c83-4c1a-985e-f0c438631d71 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-16T06:31:05.253Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-16T06:31:05.253Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:05.381Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-16T06:31:05.382Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 447d3689-0c83-4c1a-985e-f0c438631d71 1164 2022-11-16T06:31:05.382Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:05.383Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:05.383Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:31:05.383Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:31:05.385Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:31:05.385Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580265382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-16T06:31:05.485Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:31:05.486Z||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-11-16T06:31:05.486Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:31:05.497Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:31:05.498Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:31:06.387Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 19c97b10-f1ff-47d4-960a-7b2182154a25 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-16T06:31:06.388Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-16T06:31:06.388Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:06.436Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-16T06:31:06.437Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 19c97b10-f1ff-47d4-960a-7b2182154a25 200 2022-11-16T06:31:06.437Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:06.437Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:06.437Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:31:06.438Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:31:06.441Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:31:06.441Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580266437, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-16T06:31:06.550Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-11-16T06:31:06.551Z||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-11-16T06:31:06.551Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:31:06.571Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:31:06.572Z||pool-81-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:31:07.447Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 057ae4f4-a4e6-4fdf-b60e-cdab9159c196 2022-11-16T06:31:07.448Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 09465511-35d5-43bd-9c54-ef05114507b7 ASDC 2022-11-16T06:31:07.458Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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 heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 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-11-16T06:31:07.470Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@381e1c53, org.onap.sdc.toscaparser.api.parameters.Input@7e01b176, org.onap.sdc.toscaparser.api.parameters.Input@4e822acb, org.onap.sdc.toscaparser.api.parameters.Input@4e6c07a8, org.onap.sdc.toscaparser.api.parameters.Input@6d866b2] 2022-11-16T06:31:07.472Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:31:07.472Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:31:07.472Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-11-16T06:31:07.473Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 278ab1ab-bf13-4de8-97df-a09df9245f21 2022-11-16T06:31:07.473Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 278ab1ab-bf13-4de8-97df-a09df9245f21 matches Tosca VF Customization UUID: 278ab1ab-bf13-4de8-97df-a09df9245f21 2022-11-16T06:31:07.473Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 278ab1ab-bf13-4de8-97df-a09df9245f21 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-11-16T06:31:07.475Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:31:07.475Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:31:07.476Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 278ab1ab-bf13-4de8-97df-a09df9245f21: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-16T06:31:07.476Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@45546b9 2022-11-16T06:31:07.476Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:31:07.477Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-16T06:31:07.477Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f213315a-c31b-4de9-8cf7-4c04088910f2 2022-11-16T06:31:07.477Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f213315a-c31b-4de9-8cf7-4c04088910f2 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-11-16T06:31:07.480Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:31:07.480Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-16T06:31:07.480Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:31:07.483Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:31:07.483Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-16T06:31:07.483Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:31:07.484Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:31:07.484Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-16T06:31:07.484Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-16T06:31:07.485Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=4921a933-f2c5-4300-a448-5111ce65c214 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-11-16T06:31:07.487Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:31:07.487Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-16T06:31:07.487Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:31:07.488Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:31:07.488Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-16T06:31:07.488Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=278ab1ab-bf13-4de8-97df-a09df9245f21 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-11-16T06:31:07.491Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:31:07.491Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:31:07.491Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 057ae4f4-a4e6-4fdf-b60e-cdab9159c196: basic_cnf 2022-11-16T06:31:07.491Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:31:07.492Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:31:07.492Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:31:07.492Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:31:07.492Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:31:07.493Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:31:07.493Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:31:07.494Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:31:07.494Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:31:07.494Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:31:07.495Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:07.580Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 09465511-35d5-43bd-9c54-ef05114507b7 1 ASDC deployResourceStructure 2022-11-16T06:31:07.581Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:07.581Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:07.582Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-16T06:31:07.582Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:31:07.584Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:31:07.585Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580267581, "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-11-16T06:31:07.685Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:31:07.686Z||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-11-16T06:31:07.686Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:31:07.699Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:31:07.699Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:31:08.590Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:08.591Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:08.591Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-16T06:31:08.591Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:31:08.594Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:31:08.594Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580268590, "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-11-16T06:31:08.694Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:31:08.695Z||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-11-16T06:31:08.695Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:31:08.706Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:31:08.706Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:31:09.603Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:09.603Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:09.604Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-16T06:31:09.604Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:31:09.608Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:31:09.608Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580269603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-16T06:31:09.706Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-11-16T06:31:09.707Z||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-11-16T06:31:09.707Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:31:09.722Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:31:09.722Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:31:10.609Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:10.609Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:10.610Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-16T06:31:10.612Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:31:10.614Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:31:10.614Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580270609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-16T06:31:10.715Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-16T06:31:10.716Z||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-11-16T06:31:10.716Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:31:10.728Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:31:10.729Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:31:11.615Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:11.615Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||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-11-16T06:31:11.615Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-16T06:31:11.616Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:31:11.620Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:31:11.620Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580271615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-16T06:31:11.721Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-16T06:31:11.722Z||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-11-16T06:31:11.722Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:31:11.734Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:31:11.734Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:31:12.621Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-16T06:31:12.621Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-16T06:31:12.622Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-16T06:31:12.622Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:31:12.624Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:31:12.624Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580272621, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:31:12.724Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:31:12.725Z||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-11-16T06:31:12.725Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:31:12.736Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:31:12.736Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:31:13.624Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29b1f559-bfb2-4252-95ac-34aa372dda76 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-16T06:31:13.640Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29b1f559-bfb2-4252-95ac-34aa372dda76 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-16T06:31:13.649Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-16T06:31:13.649Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-16T06:31:13.649Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-16T06:31:13.649Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-16T06:31:13.650Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:31:13.650Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:31:13.650Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:31:13.650Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:31:13.651Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:31:13.651Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-16T06:31:13.658Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-16T06:31:37.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:31:37.175Z||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-11-16T06:31:37.175Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:31:37.200Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:31:37.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:31:37.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580200497, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-16T06:31:37.203Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:31:37.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:31:37.203Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:31:37.203Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:31:37.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:31:37.203Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-16T06:31:37.203Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:31:37.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:31:37.204Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-16T06:31:37.204Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:31:37.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:31:37.204Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:31:37.204Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:31:37.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:31:37.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-16T06:31:37.205Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:31:37.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:31:37.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:31:37.205Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:31:37.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:31:37.205Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:31:37.206Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-16T06:31:37.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:31:37.206Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580208695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:31:37.206Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:31:37.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:31:37.206Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580211143, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-16T06:31:37.207Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:31:37.207Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:31:37.207Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580212204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-16T06:31:37.207Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:31:37.207Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:31:37.207Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580213266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-16T06:31:37.208Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:31:37.208Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:31:37.208Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580214472, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-16T06:31:37.208Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:31:37.208Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:31:37.209Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580215475, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-16T06:31:37.209Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:31:37.209Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:31:37.209Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580216481, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-16T06:31:37.209Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:31:37.209Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-16T06:31:37.209Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580217500, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:31:37.210Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:31:43.659Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 29b1f559-bfb2-4252-95ac-34aa372dda76 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-11-16T06:31:43.670Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 29b1f559-bfb2-4252-95ac-34aa372dda76 and serviceModelVersionId: 057ae4f4-a4e6-4fdf-b60e-cdab9159c196 2022-11-16T06:31:43.670Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ff120ba-a8be-4a07-908a-4e7af94370c3 2022-11-16T06:31:43.672Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ff120ba-a8be-4a07-908a-4e7af94370c3/model-vers/model-ver/057ae4f4-a4e6-4fdf-b60e-cdab9159c196?depth=0 2022-11-16T06:31:43.680Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-11-16T06:31:43.734Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ff120ba-a8be-4a07-908a-4e7af94370c3/model-vers/model-ver/057ae4f4-a4e6-4fdf-b60e-cdab9159c196?depth=0|INFO|500||Invoke 2022-11-16T06:31:43.735Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ff120ba-a8be-4a07-908a-4e7af94370c3/model-vers/model-ver/057ae4f4-a4e6-4fdf-b60e-cdab9159c196?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ff120ba-a8be-4a07-908a-4e7af94370c3/model-vers/model-ver/057ae4f4-a4e6-4fdf-b60e-cdab9159c196?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[29b1f559-bfb2-4252-95ac-34aa372dda76], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[678be57d-e55e-4fe8-9e63-cf49b7df344b], X-ECOMP-RequestID=[29b1f559-bfb2-4252-95ac-34aa372dda76], X-TransactionId=[], X-ONAP-RequestID=[29b1f559-bfb2-4252-95ac-34aa372dda76], Content-Type=[application/merge-patch+json]} 2022-11-16T06:31:43.760Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ff120ba-a8be-4a07-908a-4e7af94370c3/model-vers/model-ver/057ae4f4-a4e6-4fdf-b60e-cdab9159c196?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-16T06:31:43.860Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ff120ba-a8be-4a07-908a-4e7af94370c3/model-vers/model-ver/057ae4f4-a4e6-4fdf-b60e-cdab9159c196?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/3ff120ba-a8be-4a07-908a-4e7af94370c3/model-vers/model-ver/057ae4f4-a4e6-4fdf-b60e-cdab9159c196?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221116-06:31:43:472-84469], vertex-id=[241840], Content-Length=[0], Date=[Wed, 16 Nov 2022 06:31:43 GMT], Content-Type=[application/json]} 2022-11-16T06:31:43.861Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ff120ba-a8be-4a07-908a-4e7af94370c3/model-vers/model-ver/057ae4f4-a4e6-4fdf-b60e-cdab9159c196?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-16T06:31:43.862Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ff120ba-a8be-4a07-908a-4e7af94370c3/model-vers/model-ver/057ae4f4-a4e6-4fdf-b60e-cdab9159c196?depth=0|INFO|500||InvokeReturn 2022-11-16T06:31:43.863Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-16T06:31:43.863Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-16T06:31:43.869Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-16T06:31:43.870Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 29b1f559-bfb2-4252-95ac-34aa372dda76 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-16T06:31:43.871Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-16T06:31:43.871Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:31:43.874Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:31:43.875Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580303870, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-16T06:31:43.974Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:31:43.976Z||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-11-16T06:31:43.976Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:31:43.991Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:31:43.992Z||pool-88-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-16T06:31:44.892Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:31:44.893Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T06:31:44.894Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:31:55.244Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:31:55.245Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:31:55.246Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T06:31:55.246Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:32:04.787Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:32:04.788Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:32:04.789Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T06:32:04.789Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:32:14.376Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:32:14.377Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:32:14.378Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T06:32:14.378Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:32:23.945Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:32:37.170Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:32:37.171Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T06:32:37.171Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:32:37.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:32:37.173Z||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-11-16T06:32:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:32:37.200Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:32:37.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-16T06:32:37.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580248745, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-16T06:32:37.202Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:32:37.202Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-16T06:32:37.202Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:32:37.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-16T06:32:37.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-16T06:32:37.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-16T06:32:37.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-16T06:32:37.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-16T06:32:37.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-16T06:32:37.203Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-16T06:32:37.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-16T06:32:37.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-16T06:32:37.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-16T06:32:37.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-16T06:32:37.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-16T06:32:37.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-16T06:32:37.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-16T06:32:37.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:32:37.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-16T06:32:37.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-16T06:32:37.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-16T06:32:37.205Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-16T06:32:37.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-16T06:32:37.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:32:37.205Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-16T06:32:37.205Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-16T06:32:37.205Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580154337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:32:37.206Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-16T06:32:37.206Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-16T06:32:37.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580259822, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:32:37.206Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:32:37.206Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-16T06:32:37.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580262119, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-16T06:32:37.206Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:32:37.206Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-16T06:32:37.206Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580263183, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-16T06:32:37.207Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:32:37.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-16T06:32:37.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580264242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-16T06:32:37.207Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:32:37.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-16T06:32:37.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580265382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-16T06:32:37.207Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:32:37.207Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-16T06:32:37.207Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580266437, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-16T06:32:37.208Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:32:37.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-16T06:32:37.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580267581, "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-11-16T06:32:37.208Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:32:37.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-16T06:32:37.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580268590, "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-11-16T06:32:37.208Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:32:37.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-16T06:32:37.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580269603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-16T06:32:37.209Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:32:37.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-16T06:32:37.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580270609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-16T06:32:37.209Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:32:37.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-16T06:32:37.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580271615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-16T06:32:37.209Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:32:37.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-16T06:32:37.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580272621, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:32:37.210Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:32:46.724Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:33:37.170Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:33:37.171Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T06:33:37.171Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:33:37.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:33:37.173Z||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-11-16T06:33:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:33:37.719Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:33:37.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-16T06:33:37.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668580303870, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-16T06:33:37.722Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:33:46.771Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:34:37.170Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:34:37.171Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T06:34:37.172Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:34:37.173Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:34:37.175Z||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-11-16T06:34:37.175Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:34:46.770Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:34:46.771Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:35:37.170Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:35:37.171Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T06:35:37.171Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:35:37.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:35:37.173Z||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-11-16T06:35:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:35:46.732Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:35:46.738Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:36:37.170Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:36:37.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:36:37.173Z||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-11-16T06:36:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:36:37.172Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T06:36:37.175Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:36:46.718Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:36:46.728Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:37:37.170Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:37:37.171Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T06:37:37.171Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:37:37.172Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:37:37.173Z||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-11-16T06:37:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:37:46.744Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:37:46.745Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:38:37.170Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:38:37.171Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T06:38:37.171Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:38:37.172Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:38:37.173Z||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-11-16T06:38:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:38:46.728Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:38:46.729Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:39:37.170Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:39:37.171Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T06:39:37.171Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:39:37.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:39:37.173Z||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-11-16T06:39:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:39:46.716Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:39:46.747Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:40:37.170Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:40:37.171Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T06:40:37.171Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:40:37.172Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:40:37.173Z||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-11-16T06:40:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:40:46.719Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:40:46.720Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:41:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:41:37.172Z||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-11-16T06:41:37.172Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:41:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:41:37.173Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|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-11-16T06:41:37.173Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:41:46.736Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:41:46.752Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:42:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:42:37.171Z||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-11-16T06:42:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:42:37.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:42:37.175Z||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-11-16T06:42:37.175Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:42:46.798Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:42:46.806Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:43:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:43:37.171Z||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-11-16T06:43:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:43:37.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:43:37.173Z||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-11-16T06:43:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:43:46.748Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:43:46.748Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:44:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:44:37.171Z||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-11-16T06:44:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:44:37.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:44:37.173Z||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-11-16T06:44:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:44:46.735Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:44:46.757Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:45:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:45:37.171Z||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-11-16T06:45:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:45:37.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:45:37.173Z||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-11-16T06:45:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:45:46.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:45:46.736Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:46:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:46:37.171Z||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-11-16T06:46:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:46:37.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:46:37.174Z||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-11-16T06:46:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:46:46.732Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:46:46.735Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:47:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:47:37.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:47:37.174Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-16T06:47:37.174Z||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-11-16T06:47:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:47:37.174Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:47:46.729Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:47:46.731Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:48:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:48:37.171Z||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-11-16T06:48:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:48:37.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:48:37.173Z||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-11-16T06:48:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:48:46.714Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:48:46.725Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:49:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:49:37.171Z||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-11-16T06:49:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:49:37.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:49:37.173Z||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-11-16T06:49:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:49:46.715Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:49:46.719Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:50:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:50:37.172Z||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-11-16T06:50:37.172Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:50:37.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:50:37.173Z||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-11-16T06:50:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:50:46.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:50:46.736Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:51:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:51:37.171Z||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-11-16T06:51:37.172Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:51:37.172Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:51:37.173Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T06:51:37.173Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:51:37.376Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:51:37.378Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.378Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "aai-ml", "timestamp": 1668581470952, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.380Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.380Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.380Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "multicloud-k8s-id", "timestamp": 1668581464657, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.380Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.380Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.380Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "cds", "timestamp": 1668581467987, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.380Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.380Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.380Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "aai-ml", "timestamp": 1668581470952, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.380Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.381Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.381Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "multicloud-k8s-id", "timestamp": 1668581464657, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-16T06:51:37.381Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.381Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.381Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "cds", "timestamp": 1668581467987, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.381Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.381Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.381Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "aai-ml", "timestamp": 1668581470952, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.381Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.382Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.382Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "multicloud-k8s-id", "timestamp": 1668581464657, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-16T06:51:37.382Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.382Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.382Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "ves-openapi-manager", "timestamp": 1668581473778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.382Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.382Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.382Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "cds", "timestamp": 1668581467987, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.382Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.382Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.383Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "aai-ml", "timestamp": 1668581470952, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.383Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.383Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.383Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "multicloud-k8s-id", "timestamp": 1668581464657, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.383Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.383Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.383Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "ves-openapi-manager", "timestamp": 1668581473778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.383Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.383Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.383Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "cds", "timestamp": 1668581467987, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.383Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.384Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.384Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "aai-ml", "timestamp": 1668581470952, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.384Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.384Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.384Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "multicloud-k8s-id", "timestamp": 1668581464657, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-16T06:51:37.384Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.384Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.384Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "ves-openapi-manager", "timestamp": 1668581473778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.384Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.384Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.385Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "cds", "timestamp": 1668581467987, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.385Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.385Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.385Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "multicloud-k8s-id", "timestamp": 1668581464657, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.385Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.385Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.385Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "aai-ml", "timestamp": 1668581470952, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.385Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.385Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.385Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "ves-openapi-manager", "timestamp": 1668581473778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.385Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.386Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.386Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "cds", "timestamp": 1668581467987, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.386Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.386Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.386Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "aai-ml", "timestamp": 1668581470952, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.386Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.386Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.386Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "multicloud-k8s-id", "timestamp": 1668581464657, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.386Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.386Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.387Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "ves-openapi-manager", "timestamp": 1668581473778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.387Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.387Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.387Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "cds", "timestamp": 1668581467987, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.387Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.387Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.387Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "aai-ml", "timestamp": 1668581470952, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:51:37.387Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.387Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.387Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "multicloud-k8s-id", "timestamp": 1668581464657, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:51:37.388Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.388Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.388Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "ves-openapi-manager", "timestamp": 1668581473778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.388Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.388Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.388Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "cds", "timestamp": 1668581467987, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:51:37.388Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.388Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.388Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "ves-openapi-manager", "timestamp": 1668581473778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.388Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.389Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.389Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "cds", "timestamp": 1668581480147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:51:37.389Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:51:37.389Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.389Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "multicloud-k8s-id", "timestamp": 1668581480143, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-16T06:51:37.389Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:51:37.389Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.389Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "aai-ml", "timestamp": 1668581480152, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:51:37.389Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:51:37.389Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.389Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "ves-openapi-manager", "timestamp": 1668581473778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.390Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.390Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.390Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "multicloud-k8s-id", "timestamp": 1668581481211, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-16T06:51:37.390Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:51:37.390Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.390Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "multicloud-k8s-id", "timestamp": 1668581482313, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-16T06:51:37.390Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:51:37.390Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.390Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "cds", "timestamp": 1668581482479, "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-11-16T06:51:37.422Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b 2022-11-16T06:51:37.423Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b 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-11-16T06:51:37.431Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.431Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "multicloud-k8s-id", "timestamp": 1668581483342, "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-11-16T06:51:37.437Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b 2022-11-16T06:51:37.437Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b 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-11-16T06:51:37.445Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.445Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581483567, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.446Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.446Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.446Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "multicloud-k8s-id", "timestamp": 1668581484346, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-16T06:51:37.446Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:51:37.446Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.446Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581483567, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.447Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.447Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.447Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581483567, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.447Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.447Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.447Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581483567, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.448Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.448Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.448Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "aai-ml", "timestamp": 1668581487641, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:51:37.448Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:51:37.448Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.448Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581483567, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.449Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.449Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.449Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "aai-ml", "timestamp": 1668581488645, "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-11-16T06:51:37.454Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b 2022-11-16T06:51:37.455Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b 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-11-16T06:51:37.464Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.464Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581483567, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.464Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.464Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.464Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581483567, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.465Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.465Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.465Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581483567, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:51:37.465Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.465Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.465Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581492341, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:51:37.466Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:51:37.466Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.466Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581494771, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:51:37.466Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:51:37.466Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.466Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581495775, "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-11-16T06:51:37.471Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b 2022-11-16T06:51:37.472Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b 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-11-16T06:51:37.487Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.488Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "ves-openapi-manager", "timestamp": 1668581493778, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.488Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:51:37.805Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:51:37.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-16T06:51:37.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"6b8ab545-ad80-4ead-b897-f58398fa2863","serviceDescription":"service","serviceInvariantUUID":"296e7607-45cf-49e9-afb9-59dcfaea26fb","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0b14c2dd-812a-4731-b2c4-75a005e77370","resourceInvariantUUID":"1b042efa-bb9e-4c8c-9476-759bad0224b7","resourceCustomizationUUID":"2baf6f44-a56b-4af3-8a3a-6f52f9762f20","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":"NDE0M2UyMmUyOGFiM2VlYmU0NmE5MjcyNGI4ZjMxY2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"88ff2aea-9c3f-43fe-a696-aea271fc8ddc","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":"N2IzZWFlODJjNmFiYzkzOThhMjliZTgwY2I3NTMyN2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"13a67ca1-1761-4156-ad37-3a79366cc269","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":"1c189ba7-6a9f-4154-8f18-35d2fa2449a4","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":"83ddfff4-dfc5-440c-b1fc-4fcbc510e5b5","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":"f307c984-b580-437c-8262-c05964b29477","artifactVersion":"2","generatedFromUUID":"1c189ba7-6a9f-4154-8f18-35d2fa2449a4"},{"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":"NmI0MTNkNjg2ZmM4N2M5OWNlMDEyYTM3MmVjNjFjZjA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2ae0e277-92c1-415a-b93d-badef92e2b32","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":"MTQ0NDcxYmQxODE0YzVlZWY4ZDE5NmFiODk5ZThlMWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e32eb8a-4334-4072-a9fd-6c18312be9bc","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTMyZjI0NGJlNGY4NDM3ZDgyZTg0YTE2ZGFmOTlmNjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7755e8e-f31d-440d-b88e-11d441410257","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-16T06:51:37.809Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:51:37.809Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:51:37.814Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:51:37.814Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:37.914Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:51:37.916Z||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-11-16T06:51:37.917Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:51:37.932Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:51:37.933Z||pool-89-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:51:38.820Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:51:38.820Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:51:38.823Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:51:38.823Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-16T06:51:38.923Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:51:38.924Z||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-11-16T06:51:38.924Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:51:38.939Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:51:38.940Z||pool-90-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:51:39.825Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:51:39.826Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:51:39.829Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:51:39.829Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-16T06:51:39.930Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-16T06:51:39.931Z||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-11-16T06:51:39.931Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:51:39.944Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:51:39.945Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:51:40.830Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:51:40.839Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:51:40.845Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:51:40.846Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:40.947Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-16T06:51:40.949Z||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-11-16T06:51:40.949Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:51:40.959Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:51:40.959Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:51:41.846Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:51:41.847Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:51:41.849Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:51:41.850Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-16T06:51:41.949Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:51:41.950Z||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-11-16T06:51:41.950Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:51:41.967Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:51:41.968Z||pool-93-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:51:42.850Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:51:42.851Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:51:42.857Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:51:42.857Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:42.957Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:51:42.970Z||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-11-16T06:51:42.971Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:51:42.988Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:51:42.989Z||pool-94-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:51:43.858Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:51:43.859Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:51:43.863Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:51:43.863Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:51:43.964Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:51:43.965Z||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-11-16T06:51:43.965Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:51:43.978Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:51:43.978Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:51:44.865Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:51:44.866Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:51:44.869Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:51:44.869Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:51:44.970Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-16T06:51:44.971Z||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-11-16T06:51:44.972Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:51:44.983Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:51:44.983Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:51:45.871Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "6b8ab545-ad80-4ead-b897-f58398fa2863", "serviceDescription": "service", "serviceInvariantUUID": "296e7607-45cf-49e9-afb9-59dcfaea26fb", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "2baf6f44-a56b-4af3-8a3a-6f52f9762f20", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0b14c2dd-812a-4731-b2c4-75a005e77370", "resourceInvariantUUID": "1b042efa-bb9e-4c8c-9476-759bad0224b7", "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": "N2IzZWFlODJjNmFiYzkzOThhMjliZTgwY2I3NTMyN2Y\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "13a67ca1-1761-4156-ad37-3a79366cc269", "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": "1c189ba7-6a9f-4154-8f18-35d2fa2449a4", "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": "f307c984-b580-437c-8262-c05964b29477", "generatedFromUUID": "1c189ba7-6a9f-4154-8f18-35d2fa2449a4" }, "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": "f307c984-b580-437c-8262-c05964b29477", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MTMyZjI0NGJlNGY4NDM3ZDgyZTg0YTE2ZGFmOTlmNjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e7755e8e-f31d-440d-b88e-11d441410257" } ], "workloadContext": "Production" } 2022-11-16T06:51:45.872Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-16T06:51:45.872Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6b8ab545-ad80-4ead-b897-f58398fa2863 ASDC 2022-11-16T06:51:45.874Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:6b8ab545-ad80-4ead-b897-f58398fa2863 ServiceInvariantUUID:296e7607-45cf-49e9-afb9-59dcfaea26fb 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:e7755e8e-f31d-440d-b88e-11d441410257 ArtifactChecksum:MTMyZjI0NGJlNGY4NDM3ZDgyZTg0YTE2ZGFmOTlmNjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:2baf6f44-a56b-4af3-8a3a-6f52f9762f20 ResourceInvariantUUID:1b042efa-bb9e-4c8c-9476-759bad0224b7 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:0b14c2dd-812a-4731-b2c4-75a005e77370 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:13a67ca1-1761-4156-ad37-3a79366cc269 ArtifactChecksum:N2IzZWFlODJjNmFiYzkzOThhMjliZTgwY2I3NTMyN2Y= 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:1c189ba7-6a9f-4154-8f18-35d2fa2449a4 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:f307c984-b580-437c-8262-c05964b29477 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:f307c984-b580-437c-8262-c05964b29477 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-16T06:51:45.874Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6b8ab545-ad80-4ead-b897-f58398fa2863 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-11-16T06:51:45.916Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-16T06:51:45.917Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-16T06:51:45.918Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-16T06:51:45.918Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e7755e8e-f31d-440d-b88e-11d441410257 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-16T06:51:45.918Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-16T06:51:45.918Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-16T06:51:46.043Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-16T06:51:46.048Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e7755e8e-f31d-440d-b88e-11d441410257 82622 2022-11-16T06:51:46.049Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-16T06:51:46.049Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-16T06:51:46.049Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:51:46.049Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:51:46.052Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:51:46.052Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581506048, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:51:46.153Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:51:46.154Z||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-11-16T06:51:46.154Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:51:46.173Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:51:46.174Z||pool-97-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:51:47.053Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-16T06:51:47.053Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-16T06:51:47.054Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e7755e8e-f31d-440d-b88e-11d441410257, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-16T06:51:47.055Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-11-16T06:51:47.056Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-16T06:51:47.056Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-16T06:51:47.251Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12393218615634711078/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-11-16T06:51:48.687Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-16T06:51:48.688Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-16T06:51:48.688Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-16T06:51:48.689Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-16T06:51:48.689Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||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-11-16T06:51:48.689Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||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-11-16T06:51:48.689Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||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-11-16T06:51:48.689Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||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-11-16T06:51:48.689Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||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-11-16T06:51:48.689Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||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-11-16T06:51:48.689Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||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-11-16T06:51:48.689Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-16T06:51:48.690Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:51:48.690Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:51:48.690Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-16T06:51:48.691Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-16T06:51:48.691Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-16T06:51:48.692Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:51:48.692Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:51:48.692Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-16T06:51:48.693Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-16T06:51:48.693Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-16T06:51:48.693Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:51:48.693Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:51:48.694Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:51:48.694Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-16T06:51:48.694Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-16T06:51:48.694Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-16T06:51:48.695Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-16T06:51:48.695Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-16T06:51:48.695Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-16T06:51:48.695Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:51:48.695Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-16T06:51:48.696Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:51:48.696Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-16T06:51:48.696Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:51:48.697Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:51:48.697Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-16T06:51:48.697Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:51:48.697Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:51:48.697Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-16T06:51:48.698Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:51:48.698Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:51:48.698Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-16T06:51:48.698Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-16T06:51:48.699Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-16T06:51:48.699Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=394952cb-db4e-4c47-bf43-3aa2759b2f00 2022-11-16T06:51:48.699Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:51:48.700Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:51:48.700Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:51:48.700Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:51:48.701Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:51:48.701Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:51:48.701Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:51:48.701Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:51:48.701Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:6b8ab545-ad80-4ead-b897-f58398fa2863 Model Version:NULL Model InvariantUuid:296e7607-45cf-49e9-afb9-59dcfaea26fb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:800ce31d-399c-40fd-be4e-6d15a26ead3a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1b042efa-bb9e-4c8c-9476-759bad0224b7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2baf6f44-a56b-4af3-8a3a-6f52f9762f20 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7b24473d-f989-44a0-923f-82cb2c6ee644 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:553f53db-9e27-46d3-9034-c90e0f308484 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:394952cb-db4e-4c47-bf43-3aa2759b2f00 ModelInvariantUuid:fb3902f6-85f6-4fcb-bc29-e0e808526e05 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:852e2c2b-87d6-445b-b050-7645d02d7266 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:5a28fcac-267a-4549-9cea-c187ea094489 ModelInvariantUuid:a3a4595f-4917-480e-87ba-21ae3323f932 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:c80d0775-f142-42ae-90cd-29f92aedfabb 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-11-16T06:51:48.713Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 0b14c2dd-812a-4731-b2c4-75a005e77370 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-11-16T06:51:48.719Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||basic_vm_macro 0 2022-11-16T06:51:48.720Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0b14c2dd-812a-4731-b2c4-75a005e77370 2022-11-16T06:51:48.720Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 13a67ca1-1761-4156-ad37-3a79366cc269 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-16T06:51:48.720Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-16T06:51:48.721Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||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-11-16T06:51:48.773Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-16T06:51:48.774Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 13a67ca1-1761-4156-ad37-3a79366cc269 792 2022-11-16T06:51:48.774Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||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-11-16T06:51:48.774Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||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-11-16T06:51:48.774Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:51:48.775Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:51:48.777Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:51:48.778Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581508774, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-16T06:51:48.878Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:51:48.879Z||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-11-16T06:51:48.879Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:51:48.895Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:51:48.897Z||pool-98-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:51:49.778Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "7b24473d-f989-44a0-923f-82cb2c6ee644", "vfModuleModelVersion": "1", "vfModuleModelUUID": "553f53db-9e27-46d3-9034-c90e0f308484", "vfModuleModelCustomizationUUID": "a31744de-8fe6-4208-a658-d82e8fb50aad", "isBase": true, "artifacts": [ "1c189ba7-6a9f-4154-8f18-35d2fa2449a4", "f307c984-b580-437c-8262-c05964b29477" ], "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-11-16T06:51:49.784Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:553f53db-9e27-46d3-9034-c90e0f308484 VfModuleModelInvariantUUID:7b24473d-f989-44a0-923f-82cb2c6ee644 VfModuleModelDescription:NULL Artifacts UUID List:{ 1c189ba7-6a9f-4154-8f18-35d2fa2449a4 , f307c984-b580-437c-8262-c05964b29477 } 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-11-16T06:51:49.786Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "7b24473d-f989-44a0-923f-82cb2c6ee644", "vfModuleModelVersion": "1", "vfModuleModelUUID": "553f53db-9e27-46d3-9034-c90e0f308484", "vfModuleModelCustomizationUUID": "a31744de-8fe6-4208-a658-d82e8fb50aad", "isBase": true, "artifacts": [ "1c189ba7-6a9f-4154-8f18-35d2fa2449a4", "f307c984-b580-437c-8262-c05964b29477" ], "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-11-16T06:51:49.786Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:553f53db-9e27-46d3-9034-c90e0f308484 VfModuleModelInvariantUUID:7b24473d-f989-44a0-923f-82cb2c6ee644 VfModuleModelDescription:NULL Artifacts UUID List:{ 1c189ba7-6a9f-4154-8f18-35d2fa2449a4 , f307c984-b580-437c-8262-c05964b29477 } 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-11-16T06:51:49.786Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1c189ba7-6a9f-4154-8f18-35d2fa2449a4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-16T06:51:49.786Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-16T06:51:49.786Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||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-11-16T06:51:49.838Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-16T06:51:49.839Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 1c189ba7-6a9f-4154-8f18-35d2fa2449a4 5033 2022-11-16T06:51:49.839Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||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-11-16T06:51:49.839Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||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-11-16T06:51:49.839Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:51:49.840Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:51:49.851Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:51:49.851Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581509839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-16T06:51:49.942Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2022-11-16T06:51:49.943Z||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-11-16T06:51:49.943Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:51:49.957Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:51:49.957Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:51:50.852Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f307c984-b580-437c-8262-c05964b29477 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-16T06:51:50.852Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-16T06:51:50.853Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||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-11-16T06:51:50.908Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-16T06:51:50.909Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env f307c984-b580-437c-8262-c05964b29477 903 2022-11-16T06:51:50.910Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||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-11-16T06:51:50.910Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||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-11-16T06:51:50.910Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:51:50.910Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:51:50.913Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:51:50.913Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581510909, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-16T06:51:51.013Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:51:51.014Z||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-11-16T06:51:51.014Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:51:51.024Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:51:51.024Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:51:51.914Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 6b8ab545-ad80-4ead-b897-f58398fa2863 2022-11-16T06:51:51.915Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 0b14c2dd-812a-4731-b2c4-75a005e77370 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-11-16T06:51:51.930Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@30951e19, org.onap.sdc.toscaparser.api.parameters.Input@c40163a, org.onap.sdc.toscaparser.api.parameters.Input@79a306a0, org.onap.sdc.toscaparser.api.parameters.Input@515a17a8, org.onap.sdc.toscaparser.api.parameters.Input@49a7be4c] 2022-11-16T06:51:51.933Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:51:51.933Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:51:51.933Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-11-16T06:51:51.933Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 2baf6f44-a56b-4af3-8a3a-6f52f9762f20 2022-11-16T06:51:51.934Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2baf6f44-a56b-4af3-8a3a-6f52f9762f20 matches Tosca VF Customization UUID: 2baf6f44-a56b-4af3-8a3a-6f52f9762f20 2022-11-16T06:51:51.934Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 2baf6f44-a56b-4af3-8a3a-6f52f9762f20 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-11-16T06:51:51.936Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:51:51.936Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:51:51.937Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 2baf6f44-a56b-4af3-8a3a-6f52f9762f20: {\"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-11-16T06:51:51.937Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@254bbcf3 2022-11-16T06:51:51.937Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:51:51.938Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-16T06:51:51.938Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a31744de-8fe6-4208-a658-d82e8fb50aad 2022-11-16T06:51:51.938Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a31744de-8fe6-4208-a658-d82e8fb50aad 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-11-16T06:51:51.941Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:51:51.941Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-16T06:51:51.942Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:51:51.942Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:51:51.942Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-16T06:51:51.942Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:51:51.943Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:51:51.943Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-16T06:51:51.943Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-16T06:51:51.943Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-16T06:51:51.944Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=394952cb-db4e-4c47-bf43-3aa2759b2f00 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-11-16T06:51:51.947Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:51:51.947Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-16T06:51:51.947Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:51:51.948Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:51:51.948Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-16T06:51:51.949Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2baf6f44-a56b-4af3-8a3a-6f52f9762f20 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-11-16T06:51:51.951Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:51:51.951Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:51:51.952Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 6b8ab545-ad80-4ead-b897-f58398fa2863: basic_vm_macro 2022-11-16T06:51:51.952Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:51:51.953Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:51:51.953Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:51:51.954Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:51:51.954Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:51:51.955Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:51:51.955Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:51:51.956Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:51:51.957Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:51:51.957Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:51:51.957Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||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-11-16T06:51:52.073Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 0b14c2dd-812a-4731-b2c4-75a005e77370 1 ASDC deployResourceStructure 2022-11-16T06:51:52.075Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||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-11-16T06:51:52.075Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||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-11-16T06:51:52.076Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-16T06:51:52.076Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:51:52.080Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:51:52.080Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581512075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-16T06:51:52.180Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:51:52.182Z||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-11-16T06:51:52.182Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:51:52.193Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:51:52.193Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:51:53.082Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||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-11-16T06:51:53.082Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||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-11-16T06:51:53.082Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-16T06:51:53.083Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:51:53.085Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:51:53.085Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581513081, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-16T06:51:53.185Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:51:53.186Z||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-11-16T06:51:53.186Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:51:53.199Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:51:53.200Z||pool-102-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:51:54.087Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||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-11-16T06:51:54.087Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||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-11-16T06:51:54.087Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-16T06:51:54.088Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:51:54.090Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:51:54.090Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581514087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-16T06:51:54.191Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:51:54.193Z||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-11-16T06:51:54.193Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:51:54.216Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:51:54.217Z||pool-103-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:51:55.092Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-16T06:51:55.092Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-16T06:51:55.092Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-16T06:51:55.092Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:51:55.095Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:51:55.096Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581515092, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:51:55.196Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:51:55.197Z||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-11-16T06:51:55.198Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:51:55.211Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:51:55.211Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:51:56.098Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-16T06:51:56.118Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-16T06:51:56.121Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-16T06:51:56.121Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-16T06:51:56.121Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-16T06:51:56.121Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-16T06:51:56.121Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:51:56.122Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:51:56.122Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:51:56.122Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:51:56.122Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:51:56.122Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||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-11-16T06:51:56.127Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-16T06:52:26.128Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b 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-11-16T06:52:26.156Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b and serviceModelVersionId: 6b8ab545-ad80-4ead-b897-f58398fa2863 2022-11-16T06:52:26.156Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 296e7607-45cf-49e9-afb9-59dcfaea26fb 2022-11-16T06:52:26.158Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/296e7607-45cf-49e9-afb9-59dcfaea26fb/model-vers/model-ver/6b8ab545-ad80-4ead-b897-f58398fa2863?depth=0 2022-11-16T06:52:26.168Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-11-16T06:52:26.243Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/296e7607-45cf-49e9-afb9-59dcfaea26fb/model-vers/model-ver/6b8ab545-ad80-4ead-b897-f58398fa2863?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-11-16T06:52:26.249Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/296e7607-45cf-49e9-afb9-59dcfaea26fb/model-vers/model-ver/6b8ab545-ad80-4ead-b897-f58398fa2863?depth=0|INFO|500||Invoke 2022-11-16T06:52:26.276Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/296e7607-45cf-49e9-afb9-59dcfaea26fb/model-vers/model-ver/6b8ab545-ad80-4ead-b897-f58398fa2863?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-16T06:52:26.380Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/296e7607-45cf-49e9-afb9-59dcfaea26fb/model-vers/model-ver/6b8ab545-ad80-4ead-b897-f58398fa2863?depth=0|INFO|500||InvokeReturn 2022-11-16T06:52:26.382Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/296e7607-45cf-49e9-afb9-59dcfaea26fb/model-vers/model-ver/6b8ab545-ad80-4ead-b897-f58398fa2863?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221116-06:52:25:865-96574], vertex-id=[250048], Content-Length=[0], Date=[Wed, 16 Nov 2022 06:52:25 GMT], Content-Type=[application/json]} 2022-11-16T06:52:26.383Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-11-16T06:52:26.383Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-16T06:52:26.383Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||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-11-16T06:52:26.390Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||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-11-16T06:52:26.391Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-16T06:52:26.391Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-16T06:52:26.391Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:52:26.395Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:52:26.395Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581546391, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-16T06:52:26.494Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:52:26.496Z||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-11-16T06:52:26.496Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:52:26.517Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:52:26.517Z||pool-105-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-16T06:52:27.411Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-16T06:52:27.411Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c61292f6-1028-414a-8907-cbec370239fb","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"e46610ef-a7c2-4f06-896f-bee29d7be554","serviceDescription":"service","serviceInvariantUUID":"a36327a1-603a-43ed-94de-d31ccc37b2ce","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"54ee64c0-03b7-44b0-994b-4402b96e5585","resourceInvariantUUID":"14b0231e-86da-4a66-bae0-0cbdb7b65d31","resourceCustomizationUUID":"b4c15611-3610-49ed-b8fc-ce140f2a7faf","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":"ZmE0YTI3ZTE1ZGM5NGQ0ZDg1YWEzY2FlZmY4ZTZmNjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f622d7cf-d278-459e-ae37-7ba976fa0d6a","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":"YTdlOTk4NDA3YTNlNTZkZGE1ZTllMzY3MTQxYjE0NmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"68037b75-993b-45af-a544-a1440f868ef1","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":"21732956-981c-4684-9cb5-3d3f37305364","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":"adcc99b1-b806-4857-bb60-36f797291aee","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":"4530eb4d-8e6b-4bb0-bd09-7b488b3d8492","artifactVersion":"2","generatedFromUUID":"bee92141-49cf-4997-970c-0616680f766b"},{"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":"f601df77-7149-4148-b918-4824a87be53e","artifactVersion":"2","generatedFromUUID":"21732956-981c-4684-9cb5-3d3f37305364"},{"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":"bee92141-49cf-4997-970c-0616680f766b","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":"e44df7bf-e13e-45d7-800d-2ab0b4c277a0","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":"MmY3YjAwM2M5ZDNkMzUzMjRhNGVmYzI1OTQ5NDYzMDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"52142039-45d0-4362-8eb4-27acb03ae388","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NDkyY2I4YjkxNWRmYzY1ZTlkMjFhZjkwODNkYTE2YzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b68a8a5e-7030-404b-89e8-0e453c430cb5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-16T06:52:27.412Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:52:27.412Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:52:27.415Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:52:27.415Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:52:27.518Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-16T06:52:27.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-11-16T06:52:27.521Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:52:27.532Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:52:27.533Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:52:28.416Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:52:28.417Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:52:28.419Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:52:28.419Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-16T06:52:28.523Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-11-16T06:52:28.524Z||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-11-16T06:52:28.524Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:52:28.541Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:52:28.541Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:52:29.420Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:52:29.421Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:52:29.424Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:52:29.424Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-16T06:52:29.524Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:52:29.525Z||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-11-16T06:52:29.525Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:52:29.536Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:52:29.537Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:52:30.425Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:52:30.426Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:52:30.428Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:52:30.429Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:52:30.529Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:52:30.530Z||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-11-16T06:52:30.530Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:52:30.541Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:52:30.541Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:52:31.429Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:52:31.430Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:52:31.433Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:52:31.433Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-16T06:52:31.533Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:52:31.534Z||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-11-16T06:52:31.534Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:52:31.555Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:52:31.556Z||pool-110-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:52:32.434Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:52:32.434Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:52:32.438Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:52:32.438Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-16T06:52:32.538Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:52:32.541Z||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-11-16T06:52:32.542Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:52:32.560Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:52:32.561Z||pool-111-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:52:33.438Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:52:33.439Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:52:33.442Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:52:33.442Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-16T06:52:33.542Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:52:33.543Z||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-11-16T06:52:33.543Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:52:33.555Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:52:33.555Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:52:34.443Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:52:34.444Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:52:34.447Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:52:34.447Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-16T06:52:34.547Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:52:34.548Z||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-11-16T06:52:34.548Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:52:34.563Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:52:34.566Z||pool-113-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:52:35.450Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:52:35.452Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:52:35.457Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:52:35.457Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:52:35.556Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:52:35.557Z||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-11-16T06:52:35.557Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:52:35.591Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:52:35.592Z||pool-114-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:52:36.458Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:52:36.459Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:52:36.461Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:52:36.461Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:52:36.562Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:52:36.564Z||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-11-16T06:52:36.564Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:52:36.577Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:52:36.578Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:52:37.173Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:52:37.173Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T06:52:37.174Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:52:37.198Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:52:37.198Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:52:37.200Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "ves-openapi-manager", "timestamp": 1668581493778, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-16T06:52:37.201Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:52:37.462Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "e46610ef-a7c2-4f06-896f-bee29d7be554", "serviceDescription": "service", "serviceInvariantUUID": "a36327a1-603a-43ed-94de-d31ccc37b2ce", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "b4c15611-3610-49ed-b8fc-ce140f2a7faf", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "54ee64c0-03b7-44b0-994b-4402b96e5585", "resourceInvariantUUID": "14b0231e-86da-4a66-bae0-0cbdb7b65d31", "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": "YTdlOTk4NDA3YTNlNTZkZGE1ZTllMzY3MTQxYjE0NmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "68037b75-993b-45af-a544-a1440f868ef1", "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": "21732956-981c-4684-9cb5-3d3f37305364", "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": "f601df77-7149-4148-b918-4824a87be53e", "generatedFromUUID": "21732956-981c-4684-9cb5-3d3f37305364" }, "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": "4530eb4d-8e6b-4bb0-bd09-7b488b3d8492", "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": "f601df77-7149-4148-b918-4824a87be53e", "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": "bee92141-49cf-4997-970c-0616680f766b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NDkyY2I4YjkxNWRmYzY1ZTlkMjFhZjkwODNkYTE2YzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b68a8a5e-7030-404b-89e8-0e453c430cb5" } ], "workloadContext": "Production" } 2022-11-16T06:52:37.463Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-16T06:52:37.463Z|62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 e46610ef-a7c2-4f06-896f-bee29d7be554 ASDC 2022-11-16T06:52:37.464Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:c61292f6-1028-414a-8907-cbec370239fb ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:e46610ef-a7c2-4f06-896f-bee29d7be554 ServiceInvariantUUID:a36327a1-603a-43ed-94de-d31ccc37b2ce 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:b68a8a5e-7030-404b-89e8-0e453c430cb5 ArtifactChecksum:NDkyY2I4YjkxNWRmYzY1ZTlkMjFhZjkwODNkYTE2YzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:b4c15611-3610-49ed-b8fc-ce140f2a7faf ResourceInvariantUUID:14b0231e-86da-4a66-bae0-0cbdb7b65d31 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:54ee64c0-03b7-44b0-994b-4402b96e5585 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:68037b75-993b-45af-a544-a1440f868ef1 ArtifactChecksum:YTdlOTk4NDA3YTNlNTZkZGE1ZTllMzY3MTQxYjE0NmM= 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:21732956-981c-4684-9cb5-3d3f37305364 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:f601df77-7149-4148-b918-4824a87be53e 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:4530eb4d-8e6b-4bb0-bd09-7b488b3d8492 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:f601df77-7149-4148-b918-4824a87be53e 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:bee92141-49cf-4997-970c-0616680f766b ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-16T06:52:37.464Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e46610ef-a7c2-4f06-896f-bee29d7be554 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-11-16T06:52:37.520Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-16T06:52:37.522Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-16T06:52:37.522Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-16T06:52:37.522Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b68a8a5e-7030-404b-89e8-0e453c430cb5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-16T06:52:37.522Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-16T06:52:37.523Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-16T06:52:37.592Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-16T06:52:37.601Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar b68a8a5e-7030-404b-89e8-0e453c430cb5 162978 2022-11-16T06:52:37.602Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-16T06:52:37.602Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-16T06:52:37.602Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:52:37.602Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:52:37.604Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:52:37.605Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581557602, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:52:37.705Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:52:37.706Z||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-11-16T06:52:37.706Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:52:37.720Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:52:37.721Z||pool-116-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:52:38.607Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-16T06:52:38.609Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-16T06:52:38.610Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b68a8a5e-7030-404b-89e8-0e453c430cb5, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-16T06:52:38.611Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-11-16T06:52:38.612Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-16T06:52:38.612Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-16T06:52:38.899Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12504339125311796449/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-11-16T06:52:40.257Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-16T06:52:40.258Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-16T06:52:40.258Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-16T06:52:40.258Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-16T06:52:40.259Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:40.260Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:40.260Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:40.260Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:40.260Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-16T06:52:40.260Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:52:40.260Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:52:40.260Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-16T06:52:40.261Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-16T06:52:40.261Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-16T06:52:40.261Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:52:40.261Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:52:40.261Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-16T06:52:40.261Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-16T06:52:40.261Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-16T06:52:40.262Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:52:40.262Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:52:40.262Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:52:40.262Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-16T06:52:40.262Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-11-16T06:52:40.262Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-11-16T06:52:40.262Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-16T06:52:40.263Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:52:40.263Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-16T06:52:40.263Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:52:40.263Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-16T06:52:40.263Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:52:40.263Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:52:40.263Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-16T06:52:40.264Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:52:40.264Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:52:40.264Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-16T06:52:40.264Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:52:40.264Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:52:40.264Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-16T06:52:40.264Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:52:40.264Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:52:40.265Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-16T06:52:40.265Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-11-16T06:52:40.265Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=5ff96750-dca5-4825-bb72-d00dff44fadd 2022-11-16T06:52:40.265Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:52:40.265Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:52:40.265Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:52:40.265Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:52:40.265Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:52:40.266Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:52:40.266Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:52:40.266Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:52:40.266Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:e46610ef-a7c2-4f06-896f-bee29d7be554 Model Version:NULL Model InvariantUuid:a36327a1-603a-43ed-94de-d31ccc37b2ce Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:08ad1e66-e148-4010-a8c1-adc15e278148 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:14b0231e-86da-4a66-bae0-0cbdb7b65d31 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b4c15611-3610-49ed-b8fc-ce140f2a7faf NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:870e84ba-93c8-4e20-a658-8b2f17cd848d ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:73ebafb1-396b-4032-80c5-1a12bb2bda8e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:6f6c82c4-4352-4dbf-be7a-881415fda330 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:e046220b-da4c-4cc8-a664-b9fb3c824a50 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5ff96750-dca5-4825-bb72-d00dff44fadd ModelInvariantUuid:40e6a6dd-82a7-4c52-b10b-6b7ecc4548d1 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:9356f6c1-d524-4bc0-81b9-16bf2fa3dd9e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:05ecd621-a85d-42ed-bb2d-bcc0940f17d9 ModelInvariantUuid:eef9fe01-1c1e-4b4c-bb8d-1b6f210cb054 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:ba946543-2413-4edc-8bea-0c9d28e194de 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-11-16T06:52:40.275Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 54ee64c0-03b7-44b0-994b-4402b96e5585 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-11-16T06:52:40.279Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0 2022-11-16T06:52:40.279Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 54ee64c0-03b7-44b0-994b-4402b96e5585 2022-11-16T06:52:40.279Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 68037b75-993b-45af-a544-a1440f868ef1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-16T06:52:40.280Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-16T06:52:40.280Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:40.337Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-16T06:52:40.337Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 68037b75-993b-45af-a544-a1440f868ef1 1565 2022-11-16T06:52:40.338Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:40.338Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:40.338Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:52:40.338Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:52:40.340Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:52:40.340Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581560338, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-16T06:52:40.441Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:52:40.442Z||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-11-16T06:52:40.442Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:52:40.452Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:52:40.452Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:52:41.341Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "6f6c82c4-4352-4dbf-be7a-881415fda330", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e046220b-da4c-4cc8-a664-b9fb3c824a50", "vfModuleModelCustomizationUUID": "8d485786-247e-47fc-bd36-bfb6d17dbd6a", "isBase": true, "artifacts": [ "21732956-981c-4684-9cb5-3d3f37305364", "f601df77-7149-4148-b918-4824a87be53e" ], "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": "870e84ba-93c8-4e20-a658-8b2f17cd848d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "73ebafb1-396b-4032-80c5-1a12bb2bda8e", "vfModuleModelCustomizationUUID": "6e063139-4a67-4494-a60b-f3133a0bbb0c", "isBase": false, "artifacts": [ "bee92141-49cf-4997-970c-0616680f766b" ], "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-11-16T06:52:41.347Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e046220b-da4c-4cc8-a664-b9fb3c824a50 VfModuleModelInvariantUUID:6f6c82c4-4352-4dbf-be7a-881415fda330 VfModuleModelDescription:NULL Artifacts UUID List:{ 21732956-981c-4684-9cb5-3d3f37305364 , f601df77-7149-4148-b918-4824a87be53e } 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:73ebafb1-396b-4032-80c5-1a12bb2bda8e VfModuleModelInvariantUUID:870e84ba-93c8-4e20-a658-8b2f17cd848d VfModuleModelDescription:NULL Artifacts UUID List:{ bee92141-49cf-4997-970c-0616680f766b } 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-11-16T06:52:41.349Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "6f6c82c4-4352-4dbf-be7a-881415fda330", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e046220b-da4c-4cc8-a664-b9fb3c824a50", "vfModuleModelCustomizationUUID": "8d485786-247e-47fc-bd36-bfb6d17dbd6a", "isBase": true, "artifacts": [ "21732956-981c-4684-9cb5-3d3f37305364", "f601df77-7149-4148-b918-4824a87be53e" ], "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": "870e84ba-93c8-4e20-a658-8b2f17cd848d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "73ebafb1-396b-4032-80c5-1a12bb2bda8e", "vfModuleModelCustomizationUUID": "6e063139-4a67-4494-a60b-f3133a0bbb0c", "isBase": false, "artifacts": [ "bee92141-49cf-4997-970c-0616680f766b" ], "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-11-16T06:52:41.349Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e046220b-da4c-4cc8-a664-b9fb3c824a50 VfModuleModelInvariantUUID:6f6c82c4-4352-4dbf-be7a-881415fda330 VfModuleModelDescription:NULL Artifacts UUID List:{ 21732956-981c-4684-9cb5-3d3f37305364 , f601df77-7149-4148-b918-4824a87be53e } 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:73ebafb1-396b-4032-80c5-1a12bb2bda8e VfModuleModelInvariantUUID:870e84ba-93c8-4e20-a658-8b2f17cd848d VfModuleModelDescription:NULL Artifacts UUID List:{ bee92141-49cf-4997-970c-0616680f766b } 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-11-16T06:52:41.349Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 21732956-981c-4684-9cb5-3d3f37305364 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-16T06:52:41.349Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-16T06:52:41.349Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:41.399Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-16T06:52:41.400Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 21732956-981c-4684-9cb5-3d3f37305364 914 2022-11-16T06:52:41.400Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:41.401Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:41.401Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:52:41.401Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:52:41.403Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:52:41.403Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581561400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-16T06:52:41.511Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-11-16T06:52:41.512Z||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-11-16T06:52:41.512Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:52:41.527Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:52:41.528Z||pool-118-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:52:42.404Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4530eb4d-8e6b-4bb0-bd09-7b488b3d8492 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-16T06:52:42.405Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-16T06:52:42.405Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:42.455Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-16T06:52:42.456Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 4530eb4d-8e6b-4bb0-bd09-7b488b3d8492 12 2022-11-16T06:52:42.457Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:42.457Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:42.457Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:52:42.458Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:52:42.462Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:52:42.462Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581562456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-16T06:52:42.562Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:52:42.563Z||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-11-16T06:52:42.563Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:52:42.573Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:52:42.574Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:52:43.463Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f601df77-7149-4148-b918-4824a87be53e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-16T06:52:43.464Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-16T06:52:43.464Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:43.507Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-16T06:52:43.508Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env f601df77-7149-4148-b918-4824a87be53e 96 2022-11-16T06:52:43.508Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:43.509Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:43.509Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:52:43.509Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:52:43.511Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:52:43.511Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581563508, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-16T06:52:43.611Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:52:43.612Z||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-11-16T06:52:43.612Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:52:43.622Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:52:43.623Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:52:44.512Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bee92141-49cf-4997-970c-0616680f766b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-16T06:52:44.513Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-16T06:52:44.513Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:44.566Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-16T06:52:44.567Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz bee92141-49cf-4997-970c-0616680f766b 20206 2022-11-16T06:52:44.567Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:44.567Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:44.567Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:52:44.567Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:52:44.570Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:52:44.570Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581564567, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-16T06:52:44.670Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:52:44.671Z||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-11-16T06:52:44.671Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:52:44.680Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:52:44.681Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:52:45.574Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e46610ef-a7c2-4f06-896f-bee29d7be554 2022-11-16T06:52:45.574Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 54ee64c0-03b7-44b0-994b-4402b96e5585 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-11-16T06:52:45.585Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f519db1, org.onap.sdc.toscaparser.api.parameters.Input@38b3fa70, org.onap.sdc.toscaparser.api.parameters.Input@26f9edcb, org.onap.sdc.toscaparser.api.parameters.Input@2382a921, org.onap.sdc.toscaparser.api.parameters.Input@30ad14f5] 2022-11-16T06:52:45.586Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:52:45.587Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:52:45.587Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-11-16T06:52:45.587Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= b4c15611-3610-49ed-b8fc-ce140f2a7faf 2022-11-16T06:52:45.587Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b4c15611-3610-49ed-b8fc-ce140f2a7faf matches Tosca VF Customization UUID: b4c15611-3610-49ed-b8fc-ce140f2a7faf 2022-11-16T06:52:45.587Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: b4c15611-3610-49ed-b8fc-ce140f2a7faf 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-11-16T06:52:45.589Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:52:45.590Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:52:45.590Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id b4c15611-3610-49ed-b8fc-ce140f2a7faf: {\"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-11-16T06:52:45.590Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@48e95d3b 2022-11-16T06:52:45.591Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:52:45.591Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-16T06:52:45.591Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6e063139-4a67-4494-a60b-f3133a0bbb0c 2022-11-16T06:52:45.591Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6e063139-4a67-4494-a60b-f3133a0bbb0c 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-11-16T06:52:45.593Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:52:45.593Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-16T06:52:45.594Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:52:45.594Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:52:45.594Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-16T06:52:45.594Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-16T06:52:45.594Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:52:45.595Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-16T06:52:45.595Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b4c15611-3610-49ed-b8fc-ce140f2a7faf 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-11-16T06:52:45.597Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:52:45.597Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:52:45.597Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e46610ef-a7c2-4f06-896f-bee29d7be554: basic_cnf_macro 2022-11-16T06:52:45.597Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:52:45.597Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:52:45.598Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:52:45.598Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:52:45.598Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:52:45.598Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:52:45.598Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:52:45.599Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:52:45.599Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:52:45.599Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:52:45.599Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:45.648Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 54ee64c0-03b7-44b0-994b-4402b96e5585 2 ASDC deployResourceStructure 2022-11-16T06:52:45.649Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:45.649Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:45.649Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-16T06:52:45.650Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:52:45.652Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:52:45.652Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581565649, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-16T06:52:45.752Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:52:45.753Z||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-11-16T06:52:45.753Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:52:45.774Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:52:45.774Z||pool-122-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:52:46.653Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:46.654Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:46.654Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-16T06:52:46.654Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:52:46.656Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:52:46.657Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581566653, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-16T06:52:46.757Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:52:46.758Z||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-11-16T06:52:46.758Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:52:46.770Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:52:46.771Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:52:47.657Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:47.658Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:47.658Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-16T06:52:47.659Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:52:47.661Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:52:47.662Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581567657, "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-11-16T06:52:47.762Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:52:47.763Z||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-11-16T06:52:47.763Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:52:47.774Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:52:47.774Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:52:48.663Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:48.663Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:48.663Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-16T06:52:48.664Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:52:48.666Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:52:48.666Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581568663, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-16T06:52:48.766Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:52:48.767Z||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-11-16T06:52:48.767Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:52:48.781Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:52:48.782Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:52:49.671Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:49.671Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:52:49.671Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-16T06:52:49.671Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:52:49.680Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:52:49.680Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581569670, "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-11-16T06:52:49.775Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-11-16T06:52:49.776Z||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-11-16T06:52:49.776Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:52:49.791Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:52:49.791Z||pool-126-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:52:50.681Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-16T06:52:50.681Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-16T06:52:50.681Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-16T06:52:50.681Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:52:50.684Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:52:50.684Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581570681, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:52:50.784Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:52:50.785Z||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-11-16T06:52:50.785Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:52:50.831Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:52:50.832Z||pool-127-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:52:51.692Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c61292f6-1028-414a-8907-cbec370239fb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-16T06:52:51.712Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c61292f6-1028-414a-8907-cbec370239fb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-16T06:52:51.714Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-16T06:52:51.715Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-16T06:52:51.715Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-16T06:53:21.726Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c61292f6-1028-414a-8907-cbec370239fb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-16T06:53:21.742Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c61292f6-1028-414a-8907-cbec370239fb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-16T06:53:21.745Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-16T06:53:21.745Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-16T06:53:21.746Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-16T06:53:37.172Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:53:37.174Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T06:53:37.174Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:53:37.198Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:53:37.247Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.247Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.248Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.248Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.249Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "ves-openapi-manager", "timestamp": 1668581493778, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.249Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.249Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.249Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-16T06:53:37.250Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.250Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.250Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "cds", "timestamp": 1668581497988, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.251Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.251Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.251Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "ves-openapi-manager", "timestamp": 1668581493778, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.251Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.251Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.252Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-16T06:53:37.252Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.252Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.252Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "cds", "timestamp": 1668581497988, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.252Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.253Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.253Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "ves-openapi-manager", "timestamp": 1668581493778, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.253Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.253Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.253Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.254Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.254Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.254Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "cds", "timestamp": 1668581497988, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.254Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.255Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.255Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "ves-openapi-manager", "timestamp": 1668581493778, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.255Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.255Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.255Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-16T06:53:37.256Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.256Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.256Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "aai-ml", "timestamp": 1668581500952, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.256Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.256Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.256Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "cds", "timestamp": 1668581497988, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.257Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.257Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.257Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "ves-openapi-manager", "timestamp": 1668581493778, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.258Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.258Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.258Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.259Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.259Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.259Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "aai-ml", "timestamp": 1668581500952, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.259Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.260Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.260Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "cds", "timestamp": 1668581497988, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.260Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.260Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.260Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "ves-openapi-manager", "timestamp": 1668581493778, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.261Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.261Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.261Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.261Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.261Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.261Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "aai-ml", "timestamp": 1668581500952, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.262Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.262Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.262Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "cds", "timestamp": 1668581497988, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.262Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.263Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.263Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "ves-openapi-manager", "timestamp": 1668581493778, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.263Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.263Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.263Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:53:37.264Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.264Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.264Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "aai-ml", "timestamp": 1668581500952, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.264Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.265Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.265Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "cds", "timestamp": 1668581497988, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.265Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.266Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.266Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "ves-openapi-manager", "timestamp": 1668581493778, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.266Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.267Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.267Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "multicloud-k8s-id", "timestamp": 1668581504657, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.267Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.267Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.268Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "aai-ml", "timestamp": 1668581500952, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.268Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.268Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.268Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "cds", "timestamp": 1668581497988, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.268Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.268Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.269Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581506048, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:53:37.269Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:53:37.269Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.269Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "multicloud-k8s-id", "timestamp": 1668581504657, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-16T06:53:37.269Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.270Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.270Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "aai-ml", "timestamp": 1668581500952, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.270Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.270Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.270Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "cds", "timestamp": 1668581497988, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.271Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.271Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.271Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "multicloud-k8s-id", "timestamp": 1668581504657, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-16T06:53:37.271Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.271Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.271Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "aai-ml", "timestamp": 1668581500952, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.272Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.272Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.272Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "cds", "timestamp": 1668581497988, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:53:37.272Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.273Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.273Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "multicloud-k8s-id", "timestamp": 1668581504657, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.273Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.273Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.273Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581508774, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-16T06:53:37.274Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:53:37.274Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.274Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "aai-ml", "timestamp": 1668581500952, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.274Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.274Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.275Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "cds", "timestamp": 1668581508772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:53:37.275Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:53:37.275Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.275Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "multicloud-k8s-id", "timestamp": 1668581504657, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-16T06:53:37.275Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.276Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.276Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581509839, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-16T06:53:37.276Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:53:37.276Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.276Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "aai-ml", "timestamp": 1668581500952, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.277Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.277Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.277Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "cds", "timestamp": 1668581510129, "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-11-16T06:53:37.286Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c61292f6-1028-414a-8907-cbec370239fb 2022-11-16T06:53:37.286Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c61292f6-1028-414a-8907-cbec370239fb 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-11-16T06:53:37.296Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.296Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "multicloud-k8s-id", "timestamp": 1668581504657, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-16T06:53:37.297Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.297Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.297Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581510909, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-16T06:53:37.298Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:53:37.298Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.298Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "aai-ml", "timestamp": 1668581500952, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:53:37.298Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.299Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.300Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "multicloud-k8s-id", "timestamp": 1668581504657, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-16T06:53:37.300Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.300Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.301Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581512075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-16T06:53:37.302Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:53:37.302Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.302Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "aai-ml", "timestamp": 1668581511722, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:53:37.302Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:53:37.302Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.302Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "multicloud-k8s-id", "timestamp": 1668581504657, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.303Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.303Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.303Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581513081, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-16T06:53:37.303Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:53:37.303Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.304Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "multicloud-k8s-id", "timestamp": 1668581504657, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.304Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.304Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.304Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581514087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-16T06:53:37.305Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:53:37.305Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.305Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581513567, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.305Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.306Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.306Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "multicloud-k8s-id", "timestamp": 1668581504657, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:53:37.306Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.306Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.306Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581515092, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:53:37.307Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:53:37.307Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.307Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581513567, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.308Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.308Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.308Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "multicloud-k8s-id", "timestamp": 1668581515442, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-16T06:53:37.308Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:53:37.309Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.309Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581513567, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.309Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.309Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.310Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "multicloud-k8s-id", "timestamp": 1668581516523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-16T06:53:37.310Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:53:37.310Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.310Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581513567, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.311Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.311Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.311Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "multicloud-k8s-id", "timestamp": 1668581517618, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-16T06:53:37.312Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:53:37.312Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.312Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581513567, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.312Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.313Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.313Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "aai-ml", "timestamp": 1668581518667, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:53:37.313Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:53:37.313Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.314Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "multicloud-k8s-id", "timestamp": 1668581518688, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-16T06:53:37.314Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:53:37.314Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.314Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581513567, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.314Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.315Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.315Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "aai-ml", "timestamp": 1668581519671, "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-11-16T06:53:37.321Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c61292f6-1028-414a-8907-cbec370239fb 2022-11-16T06:53:37.321Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c61292f6-1028-414a-8907-cbec370239fb 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-11-16T06:53:37.330Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.330Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "multicloud-k8s-id", "timestamp": 1668581519757, "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-11-16T06:53:37.335Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c61292f6-1028-414a-8907-cbec370239fb 2022-11-16T06:53:37.335Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c61292f6-1028-414a-8907-cbec370239fb 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-11-16T06:53:37.344Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.344Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581513567, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.344Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.344Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.344Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "multicloud-k8s-id", "timestamp": 1668581520761, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-16T06:53:37.345Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:53:37.345Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.345Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581513567, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.345Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.345Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.345Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581513567, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.346Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.346Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.346Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581513567, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:53:37.346Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.347Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.347Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581524338, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:53:37.347Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:53:37.347Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.347Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581526613, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:53:37.348Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:53:37.348Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.348Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581527618, "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-11-16T06:53:37.353Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c61292f6-1028-414a-8907-cbec370239fb 2022-11-16T06:53:37.353Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c61292f6-1028-414a-8907-cbec370239fb 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-11-16T06:53:37.362Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.362Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "aai-ml", "timestamp": 1668581530952, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.363Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.363Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.363Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "ves-openapi-manager", "timestamp": 1668581533778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.363Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.364Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.364Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "cds", "timestamp": 1668581527987, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.364Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.364Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.365Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "cds", "timestamp": 1668581527987, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.365Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.365Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.365Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "ves-openapi-manager", "timestamp": 1668581533778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.365Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.366Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.366Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "aai-ml", "timestamp": 1668581530952, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.366Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.366Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.366Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "aai-ml", "timestamp": 1668581530952, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.366Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.366Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.366Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "ves-openapi-manager", "timestamp": 1668581533778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.366Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.367Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.367Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "cds", "timestamp": 1668581527987, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.367Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.367Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.367Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "aai-ml", "timestamp": 1668581530952, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.367Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.367Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.367Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "ves-openapi-manager", "timestamp": 1668581533778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.368Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.368Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.368Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "cds", "timestamp": 1668581527987, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.368Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.368Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.368Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "aai-ml", "timestamp": 1668581530952, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.368Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.369Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.369Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "ves-openapi-manager", "timestamp": 1668581533778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.370Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.370Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.370Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "cds", "timestamp": 1668581527987, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.370Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.371Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.371Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "aai-ml", "timestamp": 1668581530952, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.371Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.371Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.372Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "ves-openapi-manager", "timestamp": 1668581533778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.372Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.372Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.373Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "cds", "timestamp": 1668581527987, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.373Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.373Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.373Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "aai-ml", "timestamp": 1668581530952, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.374Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.374Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.374Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "ves-openapi-manager", "timestamp": 1668581533778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-16T06:53:37.375Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.375Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.376Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "cds", "timestamp": 1668581527987, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.376Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.377Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.377Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "aai-ml", "timestamp": 1668581530952, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.377Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.377Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.378Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "ves-openapi-manager", "timestamp": 1668581533778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.378Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.378Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.379Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "cds", "timestamp": 1668581527987, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.379Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.379Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.379Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "aai-ml", "timestamp": 1668581530952, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:53:37.380Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.380Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.380Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581543567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.381Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.381Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.381Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "ves-openapi-manager", "timestamp": 1668581533778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.382Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.382Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.382Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "cds", "timestamp": 1668581527987, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:53:37.382Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.383Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.383Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581543567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.383Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.383Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.384Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "aai-ml", "timestamp": 1668581545232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:53:37.384Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:53:37.384Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.384Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "cds", "timestamp": 1668581545232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:53:37.385Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:53:37.385Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.385Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "ves-openapi-manager", "timestamp": 1668581545648, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-16T06:53:37.386Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:53:37.386Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.387Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "multicloud-k8s-id", "timestamp": 1668581544657, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.387Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.387Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.388Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "62ddc03d-5f31-4d39-a5c6-1b00c78f2d2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581546391, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-16T06:53:37.388Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:53:37.388Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.389Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581543567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.389Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.389Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.389Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "ves-openapi-manager", "timestamp": 1668581546679, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-16T06:53:37.390Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:53:37.390Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.390Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "multicloud-k8s-id", "timestamp": 1668581544657, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.391Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.391Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.391Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "cds", "timestamp": 1668581546545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-16T06:53:37.406Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f6ce513f-3bc6-4e38-a362-2c2c47b0128b 2022-11-16T06:53:37.407Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6ce513f-3bc6-4e38-a362-2c2c47b0128b 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-11-16T06:53:37.416Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.416Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.417Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.417Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.417Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581543567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.418Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.418Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.419Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "ves-openapi-manager", "timestamp": 1668581547682, "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-11-16T06:53:37.424Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f6ce513f-3bc6-4e38-a362-2c2c47b0128b 2022-11-16T06:53:37.424Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6ce513f-3bc6-4e38-a362-2c2c47b0128b 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-11-16T06:53:37.432Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.432Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "multicloud-k8s-id", "timestamp": 1668581544657, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.432Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.432Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.433Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-16T06:53:37.433Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.433Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.433Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581543567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.434Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.434Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.434Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "multicloud-k8s-id", "timestamp": 1668581544657, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.434Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.435Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.435Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-16T06:53:37.435Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.436Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.436Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581543567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.436Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.436Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.437Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "multicloud-k8s-id", "timestamp": 1668581544657, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.437Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.437Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.437Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "aai-ml", "timestamp": 1668581549976, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:53:37.438Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:53:37.438Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.438Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.438Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.439Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.439Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581543567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.439Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.439Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.440Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "multicloud-k8s-id", "timestamp": 1668581544657, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.441Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.441Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.442Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "aai-ml", "timestamp": 1668581550981, "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-11-16T06:53:37.447Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f6ce513f-3bc6-4e38-a362-2c2c47b0128b 2022-11-16T06:53:37.447Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6ce513f-3bc6-4e38-a362-2c2c47b0128b 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-11-16T06:53:37.456Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.456Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-16T06:53:37.456Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.456Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.456Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581543567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.456Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.456Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.457Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "multicloud-k8s-id", "timestamp": 1668581544657, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.457Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.457Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.457Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-16T06:53:37.457Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.457Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.457Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581543567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:53:37.457Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.458Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.458Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "multicloud-k8s-id", "timestamp": 1668581544657, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.458Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.458Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.458Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-16T06:53:37.458Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.458Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.458Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581553320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:53:37.459Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:53:37.459Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.459Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "multicloud-k8s-id", "timestamp": 1668581544657, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:53:37.459Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.459Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.459Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.459Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.459Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.460Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:53:37.460Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.460Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.460Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581555148, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:53:37.460Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:53:37.460Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.460Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581497170, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:53:37.460Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-16T06:53:37.461Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-16T06:53:37.461Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1668581556153, "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-11-16T06:53:37.466Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f6ce513f-3bc6-4e38-a362-2c2c47b0128b 2022-11-16T06:53:37.466Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6ce513f-3bc6-4e38-a362-2c2c47b0128b 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-11-16T06:53:51.746Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c61292f6-1028-414a-8907-cbec370239fb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-16T06:53:51.763Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c61292f6-1028-414a-8907-cbec370239fb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-16T06:53:51.768Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-16T06:53:51.768Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-16T06:53:51.769Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-16T06:53:51.769Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-16T06:53:51.769Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:53:51.770Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:53:51.770Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:53:51.770Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:53:51.771Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:53:51.771Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:53:51.776Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-16T06:54:21.777Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c61292f6-1028-414a-8907-cbec370239fb 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-11-16T06:54:21.787Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c61292f6-1028-414a-8907-cbec370239fb and serviceModelVersionId: e46610ef-a7c2-4f06-896f-bee29d7be554 2022-11-16T06:54:21.787Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a36327a1-603a-43ed-94de-d31ccc37b2ce 2022-11-16T06:54:21.788Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a36327a1-603a-43ed-94de-d31ccc37b2ce/model-vers/model-ver/e46610ef-a7c2-4f06-896f-bee29d7be554?depth=0 2022-11-16T06:54:21.793Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-11-16T06:54:21.840Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a36327a1-603a-43ed-94de-d31ccc37b2ce/model-vers/model-ver/e46610ef-a7c2-4f06-896f-bee29d7be554?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-11-16T06:54:21.842Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a36327a1-603a-43ed-94de-d31ccc37b2ce/model-vers/model-ver/e46610ef-a7c2-4f06-896f-bee29d7be554?depth=0|INFO|500||Invoke 2022-11-16T06:54:21.861Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a36327a1-603a-43ed-94de-d31ccc37b2ce/model-vers/model-ver/e46610ef-a7c2-4f06-896f-bee29d7be554?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-16T06:54:22.006Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a36327a1-603a-43ed-94de-d31ccc37b2ce/model-vers/model-ver/e46610ef-a7c2-4f06-896f-bee29d7be554?depth=0|INFO|500||InvokeReturn 2022-11-16T06:54:22.006Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a36327a1-603a-43ed-94de-d31ccc37b2ce/model-vers/model-ver/e46610ef-a7c2-4f06-896f-bee29d7be554?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221116-06:54:21:437-7653], vertex-id=[278736], Content-Length=[0], Date=[Wed, 16 Nov 2022 06:54:21 GMT], Content-Type=[application/json]} 2022-11-16T06:54:22.007Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-11-16T06:54:22.007Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-16T06:54:22.007Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:54:22.014Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||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-11-16T06:54:22.015Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c61292f6-1028-414a-8907-cbec370239fb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-16T06:54:22.015Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-16T06:54:22.015Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:54:22.018Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:54:22.018Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581662015, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-16T06:54:22.118Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:54:22.119Z||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-11-16T06:54:22.120Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:54:22.145Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:54:22.145Z||pool-128-thread-1|||||INFO|500||cambria reply ok (27 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-11-16T06:54:23.030Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:54:23.031Z||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-11-16T06:54:23.031Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:54:27.490Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:54:27.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-16T06:54:27.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f6ce513f-3bc6-4e38-a362-2c2c47b0128b","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"e3c081fd-1d2d-436b-a0d6-20df9c8f7e77","serviceDescription":"service","serviceInvariantUUID":"e4cb0c75-e099-4631-b419-7d8ef527a296","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"538e0249-9d6a-4a35-94e4-af757c1a774a","resourceInvariantUUID":"5d7fc358-f97f-4edc-9a72-e800b770a8a5","resourceCustomizationUUID":"af580256-5a7d-4e61-a364-ba68f5cc3551","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":"MmEyYmVmYWMzZDM5ZTgyZGZlMDA0YmFjNGQzOGM5ZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ebbe6518-374f-416c-af7e-df99fa76e8be","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":"3cf70b0b-e422-4252-bed6-cbcc37e5d8f5","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":"e0af40b3-5f71-4400-80d5-e0e1d1fca4b0","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":"YjhlMDRhNzQxMjA2ZDBhNmJiNmUzMTk3YTliNTExYTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e609d478-59d7-4079-9fd9-f724fb1b2d14","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":"26c38f96-d087-412d-82a5-efade160590a","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":"28636e16-bbd1-43fa-b128-9cfda5b501a1","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":"1bb8f6bb-07c2-4c1a-9795-a59f2578c4f2","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":"YTlmY2VkZmJmYmEyZDMyZmZhMDljMjU5NjkyMzYzNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3daa5fbb-5d15-4acd-9ae0-505ad39fe170","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZWRiZTEyMjc4OGJkMGEwNWY2Nzg4NTE4NDFiNDEzY2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b794a17b-19b6-4c0a-b258-5bfc26102f0e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-16T06:54:27.494Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:54:27.495Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:54:27.498Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:54:27.498Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581663030, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:54:27.597Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:54:27.598Z||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-11-16T06:54:27.598Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:54:27.607Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:54:27.608Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:54:28.499Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:54:28.500Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:54:28.502Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:54:28.503Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581663030, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-16T06:54:28.602Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:54:28.603Z||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-11-16T06:54:28.603Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:54:28.621Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:54:28.621Z||pool-130-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:54:29.503Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:54:29.504Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:54:29.506Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:54:29.507Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581663030, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-16T06:54:29.606Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:54:29.608Z||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-11-16T06:54:29.608Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:54:29.633Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:54:29.633Z||pool-131-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:54:30.508Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:54:30.509Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:54:30.517Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:54:30.517Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581663030, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-16T06:54:30.611Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-11-16T06:54:30.612Z||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-11-16T06:54:30.612Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:54:30.622Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:54:30.623Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:54:31.518Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:54:31.519Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:54:31.522Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:54:31.523Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581663030, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:54:31.622Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:54:31.623Z||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-11-16T06:54:31.623Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:54:31.633Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:54:31.633Z||pool-133-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:54:32.525Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:54:32.525Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:54:32.528Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:54:32.528Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581663030, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:54:32.627Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:54:32.628Z||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-11-16T06:54:32.628Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:54:32.643Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:54:32.643Z||pool-134-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:54:33.530Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:54:33.531Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:54:33.533Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:54:33.534Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581663030, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:54:33.633Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-16T06:54:33.639Z||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-11-16T06:54:33.639Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:54:33.653Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:54:33.653Z||pool-135-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:54:34.535Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:54:34.536Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:54:34.542Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:54:34.542Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581663030, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:54:34.639Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-11-16T06:54:34.640Z||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-11-16T06:54:34.640Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:54:34.660Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:54:34.660Z||pool-136-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:54:35.543Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-16T06:54:35.545Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:54:35.550Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:54:35.551Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581663030, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:54:35.648Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-11-16T06:54:35.649Z||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-11-16T06:54:35.649Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:54:35.659Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:54:35.660Z||pool-137-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:54:36.561Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "e3c081fd-1d2d-436b-a0d6-20df9c8f7e77", "serviceDescription": "service", "serviceInvariantUUID": "e4cb0c75-e099-4631-b419-7d8ef527a296", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "af580256-5a7d-4e61-a364-ba68f5cc3551", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "538e0249-9d6a-4a35-94e4-af757c1a774a", "resourceInvariantUUID": "5d7fc358-f97f-4edc-9a72-e800b770a8a5", "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": "ZWRiZTEyMjc4OGJkMGEwNWY2Nzg4NTE4NDFiNDEzY2I\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b794a17b-19b6-4c0a-b258-5bfc26102f0e" } ], "workloadContext": "Production" } 2022-11-16T06:54:36.561Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-16T06:54:36.562Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e3c081fd-1d2d-436b-a0d6-20df9c8f7e77 ASDC 2022-11-16T06:54:36.562Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:f6ce513f-3bc6-4e38-a362-2c2c47b0128b ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:e3c081fd-1d2d-436b-a0d6-20df9c8f7e77 ServiceInvariantUUID:e4cb0c75-e099-4631-b419-7d8ef527a296 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:b794a17b-19b6-4c0a-b258-5bfc26102f0e ArtifactChecksum:ZWRiZTEyMjc4OGJkMGEwNWY2Nzg4NTE4NDFiNDEzY2I= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:af580256-5a7d-4e61-a364-ba68f5cc3551 ResourceInvariantUUID:5d7fc358-f97f-4edc-9a72-e800b770a8a5 ResourceName:test-pnf ResourceType:PNF ResourceUUID:538e0249-9d6a-4a35-94e4-af757c1a774a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-16T06:54:36.562Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e3c081fd-1d2d-436b-a0d6-20df9c8f7e77 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-11-16T06:54:36.609Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-16T06:54:36.610Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-16T06:54:36.611Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-16T06:54:36.611Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b794a17b-19b6-4c0a-b258-5bfc26102f0e from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-16T06:54:36.611Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-16T06:54:36.611Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-16T06:54:36.698Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-16T06:54:36.704Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar b794a17b-19b6-4c0a-b258-5bfc26102f0e 110860 2022-11-16T06:54:36.705Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-11-16T06:54:36.705Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-16T06:54:36.705Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-16T06:54:36.706Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:54:36.708Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:54:36.708Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581676705, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:54:36.808Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:54:36.810Z||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-11-16T06:54:36.810Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:54:36.823Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:54:36.824Z||pool-138-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-16T06:54:37.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:54:37.173Z||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-11-16T06:54:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:54:37.204Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:54:37.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:54:37.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581557602, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:54:37.205Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:54:37.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:54:37.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581560338, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-16T06:54:37.205Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:54:37.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:54:37.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581561400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-16T06:54:37.206Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:54:37.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:54:37.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581562456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-16T06:54:37.206Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:54:37.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:54:37.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581563508, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-16T06:54:37.206Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:54:37.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:54:37.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581564567, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-16T06:54:37.206Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:54:37.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:54:37.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581565649, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-16T06:54:37.207Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:54:37.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:54:37.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581566653, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-16T06:54:37.207Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:54:37.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:54:37.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581567657, "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-11-16T06:54:37.207Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:54:37.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:54:37.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581568663, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-16T06:54:37.207Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:54:37.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:54:37.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581569670, "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-11-16T06:54:37.207Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:54:37.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-16T06:54:37.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581570681, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:54:37.208Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:54:37.709Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-16T06:54:37.714Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-16T06:54:37.715Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: b794a17b-19b6-4c0a-b258-5bfc26102f0e, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-16T06:54:37.715Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-11-16T06:54:37.716Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-16T06:54:37.716Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-16T06:54:37.844Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14925499406210146691/Definitions/service-TestPnfMacro-template.yml 2022-11-16T06:54:38.648Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-16T06:54:38.649Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-16T06:54:38.649Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-16T06:54:38.650Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-16T06:54:38.650Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-16T06:54:38.650Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-16T06:54:38.651Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-16T06:54:38.651Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-16T06:54:38.651Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-16T06:54:38.652Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-16T06:54:38.652Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-16T06:54:38.652Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-16T06:54:38.653Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:54:38.653Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:54:38.653Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-16T06:54:38.654Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-16T06:54:38.654Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-16T06:54:38.655Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:54:38.655Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:54:38.655Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-16T06:54:38.656Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-16T06:54:38.656Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-16T06:54:38.656Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:54:38.657Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:54:38.657Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:54:38.657Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:54:38.657Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:54:38.658Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:54:38.658Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:54:38.658Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:54:38.659Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:54:38.659Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:54:38.659Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:e3c081fd-1d2d-436b-a0d6-20df9c8f7e77 Model Version:NULL Model InvariantUuid:e4cb0c75-e099-4631-b419-7d8ef527a296 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-11-16T06:54:38.667Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 538e0249-9d6a-4a35-94e4-af757c1a774a 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-11-16T06:54:38.670Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||test-pnf 0 2022-11-16T06:54:38.670Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 538e0249-9d6a-4a35-94e4-af757c1a774a 2022-11-16T06:54:38.671Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||No resources found for Service: e3c081fd-1d2d-436b-a0d6-20df9c8f7e77 2022-11-16T06:54:38.671Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e3c081fd-1d2d-436b-a0d6-20df9c8f7e77 2022-11-16T06:54:38.671Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 538e0249-9d6a-4a35-94e4-af757c1a774a 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-11-16T06:54:38.675Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5861b5a3, org.onap.sdc.toscaparser.api.parameters.Input@42523683, org.onap.sdc.toscaparser.api.parameters.Input@2937659d, org.onap.sdc.toscaparser.api.parameters.Input@7e8b8d62, org.onap.sdc.toscaparser.api.parameters.Input@2b92f3bd] 2022-11-16T06:54:38.675Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:54:38.676Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:54:38.676Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e3c081fd-1d2d-436b-a0d6-20df9c8f7e77: test-pnf 2022-11-16T06:54:38.676Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||Processing PNF resource: 538e0249-9d6a-4a35-94e4-af757c1a774a 2022-11-16T06:54:38.677Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-16T06:54:38.677Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-16T06:54:38.677Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||Resource customization UUID: af580256-5a7d-4e61-a364-ba68f5cc3551 is the same as notified resource customizationUUID: af580256-5a7d-4e61-a364-ba68f5cc3551 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-11-16T06:54:38.711Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 538e0249-9d6a-4a35-94e4-af757c1a774a 0 ASDC deployResourceStructure 2022-11-16T06:54:38.712Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-11-16T06:54:38.712Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-16T06:54:38.712Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-16T06:54:38.713Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:54:38.715Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:54:38.715Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581678712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:54:38.815Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-16T06:54:38.816Z||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-11-16T06:54:38.816Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:54:38.824Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:54:38.825Z||pool-139-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-11-16T06:54:39.716Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6ce513f-3bc6-4e38-a362-2c2c47b0128b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-16T06:54:39.731Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6ce513f-3bc6-4e38-a362-2c2c47b0128b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-16T06:54:39.733Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-16T06:54:39.734Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-16T06:54:39.734Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-16T06:54:39.734Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-16T06:54:39.734Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:54:39.734Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:54:39.734Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:54:39.734Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:54:39.734Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-16T06:54:39.735Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-16T06:54:39.739Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-16T06:55:09.740Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6ce513f-3bc6-4e38-a362-2c2c47b0128b 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-11-16T06:55:09.752Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6ce513f-3bc6-4e38-a362-2c2c47b0128b and serviceModelVersionId: e3c081fd-1d2d-436b-a0d6-20df9c8f7e77 2022-11-16T06:55:09.752Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e4cb0c75-e099-4631-b419-7d8ef527a296 2022-11-16T06:55:09.753Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e4cb0c75-e099-4631-b419-7d8ef527a296/model-vers/model-ver/e3c081fd-1d2d-436b-a0d6-20df9c8f7e77?depth=0 2022-11-16T06:55:09.759Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-16T06:55:09.835Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4cb0c75-e099-4631-b419-7d8ef527a296/model-vers/model-ver/e3c081fd-1d2d-436b-a0d6-20df9c8f7e77?depth=0|INFO|500||Invoke 2022-11-16T06:55:09.835Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4cb0c75-e099-4631-b419-7d8ef527a296/model-vers/model-ver/e3c081fd-1d2d-436b-a0d6-20df9c8f7e77?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4cb0c75-e099-4631-b419-7d8ef527a296/model-vers/model-ver/e3c081fd-1d2d-436b-a0d6-20df9c8f7e77?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f6ce513f-3bc6-4e38-a362-2c2c47b0128b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[85b2fd8f-87dd-4342-8150-f8f717d21b43], X-ECOMP-RequestID=[f6ce513f-3bc6-4e38-a362-2c2c47b0128b], X-TransactionId=[], X-ONAP-RequestID=[f6ce513f-3bc6-4e38-a362-2c2c47b0128b], Content-Type=[application/merge-patch+json]} 2022-11-16T06:55:09.858Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4cb0c75-e099-4631-b419-7d8ef527a296/model-vers/model-ver/e3c081fd-1d2d-436b-a0d6-20df9c8f7e77?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-16T06:55:09.973Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4cb0c75-e099-4631-b419-7d8ef527a296/model-vers/model-ver/e3c081fd-1d2d-436b-a0d6-20df9c8f7e77?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/e4cb0c75-e099-4631-b419-7d8ef527a296/model-vers/model-ver/e3c081fd-1d2d-436b-a0d6-20df9c8f7e77?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221116-06:55:09:434-98040], vertex-id=[245976], Content-Length=[0], Date=[Wed, 16 Nov 2022 06:55:09 GMT], Content-Type=[application/json]} 2022-11-16T06:55:09.973Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4cb0c75-e099-4631-b419-7d8ef527a296/model-vers/model-ver/e3c081fd-1d2d-436b-a0d6-20df9c8f7e77?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-16T06:55:09.974Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4cb0c75-e099-4631-b419-7d8ef527a296/model-vers/model-ver/e3c081fd-1d2d-436b-a0d6-20df9c8f7e77?depth=0|INFO|500||InvokeReturn 2022-11-16T06:55:09.975Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-16T06:55:09.975Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-16T06:55:09.983Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-16T06:55:09.984Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6ce513f-3bc6-4e38-a362-2c2c47b0128b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-16T06:55:09.984Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-16T06:55:09.985Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-16T06:55:09.991Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-16T06:55:09.993Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581709984, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-16T06:55:10.087Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-11-16T06:55:10.088Z||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-11-16T06:55:10.088Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ... 2022-11-16T06:55:10.103Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:55:10.103Z||pool-140-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-16T06:55:11.012Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:55:11.012Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|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-11-16T06:55:11.012Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:55:20.584Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:55:20.585Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:55:20.585Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|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-11-16T06:55:20.585Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:55:30.198Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:55:37.170Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:55:37.171Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|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-11-16T06:55:37.171Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:55:37.172Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:55:37.173Z|c61292f6-1028-414a-8907-cbec370239fb|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-11-16T06:55:37.173Z|c61292f6-1028-414a-8907-cbec370239fb|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:55:37.207Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:55:37.207Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-16T06:55:37.207Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c61292f6-1028-414a-8907-cbec370239fb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581662015, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-16T06:55:37.208Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:55:37.209Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-16T06:55:37.209Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581663030, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:55:37.209Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-16T06:55:37.209Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-16T06:55:37.209Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581663030, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-16T06:55:37.209Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-16T06:55:37.209Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-16T06:55:37.210Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581663030, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-16T06:55:37.210Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-16T06:55:37.210Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-16T06:55:37.210Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581663030, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-16T06:55:37.210Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-16T06:55:37.210Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-16T06:55:37.210Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581663030, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-16T06:55:37.210Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-16T06:55:37.210Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-16T06:55:37.210Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581663030, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:55:37.211Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-16T06:55:37.211Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-16T06:55:37.211Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581663030, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-16T06:55:37.211Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-16T06:55:37.211Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-16T06:55:37.211Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581663030, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-16T06:55:37.211Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-16T06:55:37.211Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-16T06:55:37.211Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581663030, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-16T06:55:37.211Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-16T06:55:37.212Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-16T06:55:37.212Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581676705, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-16T06:55:37.212Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:55:46.744Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:56:37.170Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:56:37.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:56:37.175Z||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-11-16T06:56:37.175Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|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-11-16T06:56:37.175Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:56:37.175Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:56:37.734Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:56:37.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-16T06:56:37.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581678712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-16T06:56:37.742Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:56:37.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-16T06:56:37.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f6ce513f-3bc6-4e38-a362-2c2c47b0128b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1668581709984, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-16T06:56:37.745Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-16T06:56:46.805Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:57:37.170Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:57:37.171Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|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-11-16T06:57:37.171Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:57:37.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:57:37.173Z||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-11-16T06:57:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:57:46.728Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:57:46.797Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:58:37.170Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:58:37.171Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|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-11-16T06:58:37.171Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:58:37.175Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:58:37.175Z||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-11-16T06:58:37.175Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:58:46.731Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:58:46.733Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:59:37.170Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:59:37.171Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|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-11-16T06:59:37.171Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:59:37.172Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T06:59:37.173Z|c61292f6-1028-414a-8907-cbec370239fb|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-11-16T06:59:37.173Z|c61292f6-1028-414a-8907-cbec370239fb|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 eJSbnhVk9BGySOCr) ... 2022-11-16T06:59:46.723Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T06:59:46.723Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:00:37.170Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:00:37.172Z|c61292f6-1028-414a-8907-cbec370239fb|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-11-16T07:00:37.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:00:37.173Z|c61292f6-1028-414a-8907-cbec370239fb|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:00:37.173Z||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-11-16T07:00:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:00:46.735Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:00:46.753Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:01:37.170Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:01:37.171Z|c61292f6-1028-414a-8907-cbec370239fb|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-11-16T07:01:37.171Z|c61292f6-1028-414a-8907-cbec370239fb|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:01:37.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:01:37.173Z||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-11-16T07:01:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:01:46.715Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:01:46.721Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:02:37.170Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:02:37.171Z|c61292f6-1028-414a-8907-cbec370239fb|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-11-16T07:02:37.171Z|c61292f6-1028-414a-8907-cbec370239fb|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:02:37.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:02:37.173Z||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-11-16T07:02:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:02:46.734Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:02:46.741Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:03:37.170Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:03:37.171Z|c61292f6-1028-414a-8907-cbec370239fb|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-11-16T07:03:37.171Z|c61292f6-1028-414a-8907-cbec370239fb|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:03:37.173Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:03:37.174Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T07:03:37.174Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:03:46.744Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:03:46.759Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:04:37.171Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:04:37.173Z|c61292f6-1028-414a-8907-cbec370239fb|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-11-16T07:04:37.173Z|c61292f6-1028-414a-8907-cbec370239fb|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:04:37.174Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:04:37.174Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T07:04:37.174Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:04:46.784Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:04:46.786Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:05:37.170Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:05:37.172Z|c61292f6-1028-414a-8907-cbec370239fb|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-11-16T07:05:37.172Z|c61292f6-1028-414a-8907-cbec370239fb|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:05:37.173Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:05:37.173Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|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-11-16T07:05:37.173Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:05:46.721Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:05:46.724Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:06:37.170Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:06:37.171Z|c61292f6-1028-414a-8907-cbec370239fb|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-11-16T07:06:37.171Z|c61292f6-1028-414a-8907-cbec370239fb|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:06:37.173Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:06:37.173Z||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-11-16T07:06:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:06:46.734Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:06:46.752Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:07:37.170Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:07:37.171Z|c61292f6-1028-414a-8907-cbec370239fb|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-11-16T07:07:37.171Z|c61292f6-1028-414a-8907-cbec370239fb|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:07:37.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:07:37.173Z||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-11-16T07:07:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:07:46.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:07:46.771Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:08:37.170Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:08:37.171Z|c61292f6-1028-414a-8907-cbec370239fb|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-11-16T07:08:37.171Z|c61292f6-1028-414a-8907-cbec370239fb|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:08:37.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:08:37.173Z||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-11-16T07:08:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:08:46.736Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:08:46.756Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:09:37.171Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:09:37.174Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:09:37.174Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T07:09:37.175Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:09:37.175Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|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-11-16T07:09:37.175Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:09:46.734Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:09:46.741Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:10:37.170Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:10:37.172Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T07:10:37.172Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:10:37.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:10:37.173Z||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-11-16T07:10:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:10:46.726Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:10:46.748Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:11:37.170Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:11:37.171Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T07:11:37.172Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:11:37.175Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:11:37.178Z||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-11-16T07:11:37.178Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:11:46.730Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:11:46.757Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:12:37.170Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:12:37.171Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T07:12:37.171Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:12:37.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:12:37.173Z||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-11-16T07:12:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:12:46.718Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:12:46.751Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:13:37.170Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:13:37.171Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T07:13:37.171Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:13:37.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:13:37.173Z||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-11-16T07:13:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:13:46.726Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:13:46.730Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:14:37.170Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:14:37.171Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T07:14:37.171Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:14:37.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:14:37.173Z||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-11-16T07:14:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:14:46.727Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:14:46.728Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:15:37.170Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:15:37.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:15:37.174Z||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-11-16T07:15:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:15:37.175Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T07:15:37.175Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:15:46.750Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:15:46.755Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:16:37.170Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:16:37.172Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T07:16:37.172Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:16:37.172Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:16:37.173Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|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-11-16T07:16:37.173Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:16:46.727Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:16:46.733Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:17:37.170Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:17:37.171Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T07:17:37.171Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:17:37.173Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:17:37.173Z||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-11-16T07:17:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:17:46.726Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:17:46.726Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:18:37.171Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:18:37.172Z||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-11-16T07:18:37.172Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:18:37.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:18:37.174Z||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-11-16T07:18:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:18:46.731Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:18:46.742Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:19:37.170Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:19:37.171Z||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-11-16T07:19:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:19:37.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:19:37.173Z||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-11-16T07:19:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:19:46.725Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:19:46.771Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:20:37.170Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:20:37.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:20:37.173Z||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-11-16T07:20:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:20:37.173Z||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-11-16T07:20:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:20:46.724Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:20:46.733Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:21:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:21:37.171Z||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-11-16T07:21:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:21:37.172Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:21:37.174Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T07:21:37.174Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:21:46.716Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:21:46.719Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:22:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:22:37.171Z||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-11-16T07:22:37.172Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:22:37.172Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:22:37.173Z|c61292f6-1028-414a-8907-cbec370239fb|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-11-16T07:22:37.173Z|c61292f6-1028-414a-8907-cbec370239fb|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:22:46.732Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:22:46.754Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:23:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:23:37.171Z||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-11-16T07:23:37.172Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:23:37.172Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:23:37.173Z|c61292f6-1028-414a-8907-cbec370239fb|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-11-16T07:23:37.173Z|c61292f6-1028-414a-8907-cbec370239fb|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:23:46.712Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:23:46.714Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:24:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:24:37.171Z||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-11-16T07:24:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:24:37.173Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:24:37.173Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T07:24:37.174Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:24:46.715Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:24:46.725Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:25:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:25:37.177Z||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-11-16T07:25:37.177Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:25:37.177Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:25:37.178Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|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-11-16T07:25:37.178Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:25:46.737Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:25:46.738Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:26:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:26:37.171Z||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-11-16T07:26:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:26:37.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:26:37.174Z||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-11-16T07:26:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:26:46.732Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:26:46.732Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:27:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:27:37.171Z||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-11-16T07:27:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:27:37.172Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:27:37.173Z|c61292f6-1028-414a-8907-cbec370239fb|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-11-16T07:27:37.173Z|c61292f6-1028-414a-8907-cbec370239fb|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:27:46.730Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:27:46.740Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:28:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:28:37.171Z||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-11-16T07:28:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:28:37.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:28:37.173Z||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-11-16T07:28:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:28:46.726Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:28:46.746Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:29:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:29:37.171Z||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-11-16T07:29:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:29:37.173Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:29:37.173Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|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-11-16T07:29:37.173Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:29:46.728Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:29:46.728Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:30:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:30:37.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:30:37.172Z||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-11-16T07:30:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:30:37.173Z||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-11-16T07:30:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:30:46.727Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:30:46.738Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:31:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:31:37.171Z||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-11-16T07:31:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:31:37.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:31:37.173Z||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-11-16T07:31:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:31:46.749Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:31:46.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:32:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:32:37.171Z||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-11-16T07:32:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:32:37.172Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:32:37.173Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T07:32:37.173Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:32:46.717Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:32:46.721Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:33:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:33:37.171Z||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-11-16T07:33:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:33:37.173Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:33:37.173Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|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-11-16T07:33:37.173Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:33:46.739Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:33:46.765Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:34:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:34:37.171Z||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-11-16T07:34:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:34:37.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:34:37.173Z||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-11-16T07:34:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:34:46.725Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:34:46.737Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:35:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:35:37.171Z||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-11-16T07:35:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:35:37.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:35:37.174Z||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-11-16T07:35:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:35:46.725Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:35:46.726Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:36:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:36:37.172Z||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-11-16T07:36:37.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:36:37.172Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:36:37.173Z||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-11-16T07:36:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:36:46.725Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:36:46.729Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:37:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:37:37.171Z||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-11-16T07:37:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:37:37.172Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:37:37.173Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|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-11-16T07:37:37.173Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:37:46.719Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:37:46.727Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:38:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:38:37.171Z||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-11-16T07:38:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:38:37.173Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:38:37.174Z||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-11-16T07:38:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:38:46.727Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:38:46.727Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:39:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:39:37.171Z||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-11-16T07:39:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:39:37.172Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:39:37.173Z|c61292f6-1028-414a-8907-cbec370239fb|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-11-16T07:39:37.174Z|c61292f6-1028-414a-8907-cbec370239fb|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:39:46.739Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:39:46.740Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:40:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:40:37.171Z||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-11-16T07:40:37.171Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:40:37.172Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:40:37.173Z|c61292f6-1028-414a-8907-cbec370239fb|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-11-16T07:40:37.173Z|c61292f6-1028-414a-8907-cbec370239fb|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:40:46.715Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:40:46.728Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:41:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:41:37.171Z||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-11-16T07:41:37.172Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:41:37.172Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:41:37.173Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|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-11-16T07:41:37.173Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:41:46.723Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:41:46.731Z|f6ce513f-3bc6-4e38-a362-2c2c47b0128b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:42:37.171Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:42:37.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:42:37.173Z||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-11-16T07:42:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:42:37.173Z||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-11-16T07:42:37.174Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:42:46.721Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:42:46.733Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:43:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:43:37.172Z||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-11-16T07:43:37.172Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:43:37.172Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:43:37.173Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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-11-16T07:43:37.174Z|29b1f559-bfb2-4252-95ac-34aa372dda76|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:43:46.721Z|29b1f559-bfb2-4252-95ac-34aa372dda76|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:43:46.743Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:44:37.170Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:44:37.172Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|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-11-16T07:44:37.172Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:44:37.172Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:44:37.173Z|c61292f6-1028-414a-8907-cbec370239fb|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-11-16T07:44:37.174Z|c61292f6-1028-414a-8907-cbec370239fb|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:44:46.758Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:44:46.767Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:45:37.170Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:45:37.171Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|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-11-16T07:45:37.171Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:45:37.172Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:45:37.173Z|c61292f6-1028-414a-8907-cbec370239fb|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-11-16T07:45:37.174Z|c61292f6-1028-414a-8907-cbec370239fb|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:45:46.718Z|c61292f6-1028-414a-8907-cbec370239fb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:45:46.718Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:46:37.170Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:46:37.171Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|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-11-16T07:46:37.171Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:46:37.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-16T07:46:37.173Z||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-11-16T07:46:37.173Z||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 eJSbnhVk9BGySOCr) ... 2022-11-16T07:46:46.724Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-16T07:46:46.725Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK