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-03T05:07:08.265Z||main|||||INFO|500||The following profiles are active: basic 2022-11-03T05:07:21.530Z||main|||||INFO|500||Starting service [Tomcat] 2022-11-03T05:07:21.531Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-11-03T05:07:21.672Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-11-03T05:07:26.221Z||main|||||INFO|500||catdb-pool - Starting... 2022-11-03T05:07:26.824Z||main|||||INFO|500||catdb-pool - Start completed. 2022-11-03T05:07:27.512Z||main|||||INFO|500||reqdb-pool - Starting... 2022-11-03T05:07:27.526Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-11-03T05:07:27.661Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-11-03T05:07:27.905Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-11-03T05:07:28.703Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-11-03T05:07:30.928Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-03T05:07:33.374Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-03T05:07:33.435Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-11-03T05:07:34.101Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-03T05:07:34.423Z||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-03T05:07:36.193Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-03T05:07:37.434Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-11-03T05:07:37.456Z||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$$12b57ff2.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-03T05:07:37.457Z||main|||||WARN|500||The sdc end point is not alive 2022-11-03T05:07:40.613Z||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-03T05:07:43.964Z||main|||||WARN|500||--- 2022-11-03T05:07:43.964Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-11-03T05:07:43.965Z||main|||||WARN|500||--- 2022-11-03T05:07:44.500Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-11-03T05:07:50.272Z||main|||||INFO|500||Started Application in 45.682 seconds (JVM running for 48.131) 2022-11-03T05:07:50.297Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-03T05:07:50.301Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-03T05:07:50.323Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-03T05:07:50.367Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-03T05:07:50.426Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aae4fadc-85e5-410b-8920-189ebda4603b url= /sdc/v1/artifactTypes 2022-11-03T05:07:50.427Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-03T05:07:50.767Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-11-03T05:07:50.802Z||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-03T05:07:50.834Z||scheduling-1|||||DEBUG|500||create keys 2022-11-03T05:07:50.848Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-11-03T05:07:50.891Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:07:50.919Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 072eff5c-0390-41bb-8bef-379369d52193 url= /sdc/v1/registerForDistribution 2022-11-03T05:07:51.078Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 072eff5c-0390-41bb-8bef-379369d52193 url= /sdc/v1/registerForDistribution 2022-11-03T05:07:51.078Z||scheduling-1|||||INFO|500||start DistributionClient 2022-11-03T05:07:51.102Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:07:51.106Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-11-03T05:07:51.105Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:07:51.125Z||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-03T05:07:51.126Z||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-03T05:07:51.126Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:07:51.126Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:08:01.493Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:08:01.539Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:08:51.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:08:51.088Z||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-03T05:08:51.089Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:08:51.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:08:51.091Z||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-03T05:08:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:09:00.639Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:09:00.641Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:09:51.087Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:09:51.089Z||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-03T05:09:51.089Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:09:51.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:09:51.091Z||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-03T05:09:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:10:00.650Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:10:00.655Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:10:51.088Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:10:51.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:10:51.091Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T05:10:51.092Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:10:51.095Z||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-03T05:10:51.095Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:11:00.645Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:11:00.648Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:11:51.087Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:11:51.090Z||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-03T05:11:51.090Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:11:51.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:11:51.092Z||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-03T05:11:51.092Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:12:00.660Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:12:00.661Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:12:51.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:12:51.088Z||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-03T05:12:51.089Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:12:51.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:12:51.091Z||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-03T05:12:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:13:00.649Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:13:00.651Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:13:51.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:13:51.088Z||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-03T05:13:51.089Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:13:51.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:13:51.092Z||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-03T05:13:51.092Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:14:00.670Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:14:00.670Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:14:51.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:14:51.088Z||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-03T05:14:51.089Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:14:51.090Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:14:51.092Z||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-03T05:14:51.092Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:15:00.635Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:15:00.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:15:51.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:15:51.088Z||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-03T05:15:51.089Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:15:51.090Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:15:51.091Z||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-03T05:15:51.092Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:16:00.673Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:16:00.675Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:16:51.087Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:16:51.089Z||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-03T05:16:51.089Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:16:51.090Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:16:51.091Z||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-03T05:16:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:17:00.655Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:17:00.660Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:17:31.587Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-11-03T05:17:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:17:51.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T05:17:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:17:51.090Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:17:51.091Z||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-03T05:17:51.092Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:18:00.644Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:18:00.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:18:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:18:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T05:18:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:18:51.090Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:18:51.090Z||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-03T05:18:51.090Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:19:00.658Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:19:00.660Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:19:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:19:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T05:19:51.088Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:19:51.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:19:51.091Z||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-03T05:19:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:20:00.636Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:20:00.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:20:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:20:51.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T05:20:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:20:51.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:20:51.091Z||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-03T05:20:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:21:00.640Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:21:00.642Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:21:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:21:51.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:21:51.090Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T05:21:51.091Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:21:51.091Z||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-03T05:21:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:22:00.649Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:22:00.652Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:22:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:22:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T05:22:51.088Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:22:51.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:22:51.091Z||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-03T05:22:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:23:00.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:23:00.659Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:23:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:23:51.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T05:23:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:23:51.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:23:51.091Z||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-03T05:23:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:24:00.640Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:24:00.643Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:24:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:24:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T05:24:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:24:51.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:24:51.090Z||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-03T05:24:51.090Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:25:00.654Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:25:00.659Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:25:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:25:51.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T05:25:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:25:51.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:25:51.091Z||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-03T05:25:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:26:00.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:26:00.636Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:26:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:26:51.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T05:26:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:26:51.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:26:51.091Z||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-03T05:26:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:27:00.648Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:27:00.648Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:27:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:27:51.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T05:27:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:27:51.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:27:51.091Z||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-03T05:27:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:28:00.634Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:28:00.635Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:28:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:28:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T05:28:51.088Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:28:51.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:28:51.091Z||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-03T05:28:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:29:00.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:29:00.642Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:29:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:29:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T05:29:51.088Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:29:51.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:29:51.091Z||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-03T05:29:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:30:00.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:30:00.638Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:30:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:30:51.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T05:30:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:30:51.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:30:51.090Z||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-03T05:30:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:31:00.638Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:31:00.638Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:31:51.088Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:31:51.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:31:51.092Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T05:31:51.092Z||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-03T05:31:51.092Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:31:51.092Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:32:00.657Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:32:00.658Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:32:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:32:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T05:32:51.088Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:32:51.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:32:51.091Z||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-03T05:32:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:33:00.641Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:33:00.656Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:33:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:33:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T05:33:51.088Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:33:51.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:33:51.091Z||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-03T05:33:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:34:00.644Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:34:00.651Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:34:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:34:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T05:34:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:34:51.091Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:34:51.091Z||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-03T05:34:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:35:00.666Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:35:00.666Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:35:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:35:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T05:35:51.088Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:35:51.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:35:51.091Z||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-03T05:35:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:36:00.651Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:36:00.651Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:36:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:36:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T05:36:51.088Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:36:51.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:36:51.091Z||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-03T05:36:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:37:00.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:37:00.639Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:37:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:37:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T05:37:51.088Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:37:51.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:37:51.091Z||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-03T05:37:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:38:00.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:38:00.679Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:38:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:38:51.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T05:38:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:38:51.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:38:51.091Z||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-03T05:38:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:39:00.635Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:39:00.635Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:39:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:39:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T05:39:51.088Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:39:51.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:39:51.091Z||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-03T05:39:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:40:00.647Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:40:00.648Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:40:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:40:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T05:40:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:40:51.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:40:51.090Z||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-03T05:40:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:41:00.646Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:41:00.649Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:41:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:41:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T05:41:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:41:51.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:41:51.091Z||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-03T05:41:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:42:00.632Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:42:00.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:42:51.087Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:42:51.089Z||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-03T05:42:51.089Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:42:51.090Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:42:51.092Z||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-03T05:42:51.093Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:43:00.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:43:00.643Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:43:51.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:43:51.088Z||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-03T05:43:51.088Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:43:51.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:43:51.091Z||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-03T05:43:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:44:00.639Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:44:00.646Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:44:51.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:44:51.088Z||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-03T05:44:51.089Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:44:51.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:44:51.091Z||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-03T05:44:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:45:00.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:45:00.639Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:45:51.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:45:51.089Z||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-03T05:45:51.089Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:45:51.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:45:51.091Z||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-03T05:45:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:46:00.652Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:46:00.653Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:46:51.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:46:51.088Z||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-03T05:46:51.088Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:46:51.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:46:51.090Z||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-03T05:46:51.090Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:47:00.641Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:47:00.652Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:47:51.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:47:51.088Z||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-03T05:47:51.088Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:47:51.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:47:51.090Z||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-03T05:47:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:48:00.656Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:48:00.659Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:48:51.087Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:48:51.088Z||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-03T05:48:51.089Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:48:51.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:48:51.091Z||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-03T05:48:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:48:51.740Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:48:51.741Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:48:51.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-03T05:48:51.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"9dc69122-b56f-40d4-bc17-eb0ada318fd6","serviceName":"vFW 2022-11-03 05-47-33","serviceVersion":"1.0","serviceUUID":"68c2045d-324c-4b77-a67a-6be109ddace8","serviceDescription":"catalog service description","serviceInvariantUUID":"9753dafd-5c05-4f64-97c8-268f2481d648","resources":[{"resourceInstanceName":"vFW b34a2e73-40ac 0","resourceName":"vFW b34a2e73-40ac","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"80b068b8-93a2-4712-8757-42b01b1a37ee","resourceInvariantUUID":"36729de8-aebd-48ab-bd50-dd99bd57d723","resourceCustomizationUUID":"d76c93d0-9363-4fdd-91f6-29ca3170df39","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vf-license-model.xml","artifactChecksum":"YzVkMmFhM2ViNjQ4YjNkMmE5ZTI1OTkzMmQxNTNiY2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c26aa3fb-ccce-4b30-9f88-cde10f5bfe08","artifactVersion":"1"},{"artifactName":"vfwb34a2e7340ac0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json","artifactChecksum":"OWY1NjAyYjAyMDZmYWNlN2ZjOWY0Mjk0MGQ3ZDZkZDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3e1fb688-dae8-4986-b27d-f661684a53f4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a6a4fb22-3440-4338-a979-1a32c1acab30","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWM2NDEwNjk0YzE1NjM2MWFjOWNkOTIxYTQ3NzZkZTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ca132146-34f8-40d3-b84f-9102b181a887","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9fe0276e-8900-4ac8-a345-4fb88479bebb","artifactVersion":"2","generatedFromUUID":"a6a4fb22-3440-4338-a979-1a32c1acab30"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221103054733-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-template.yml","artifactChecksum":"NjlhNmIwMjE0ODc5ZjYwNzJlYjEzM2E2YTEzZTY4YTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"22287c6e-0c4a-4e1c-a17e-841c6423dab8","artifactVersion":"1"},{"artifactName":"service-Vfw20221103054733-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar","artifactChecksum":"MTg5NzI5ZmRiNWRlZTk2Y2Q2Y2YxOWIyOWRlMWJlYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f77143f3-6efb-498b-bef2-d41bae0f4052","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-03T05:48:51.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:51.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "cds", "timestamp": 1667454501991, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:51.754Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T05:48:51.760Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:48:51.771Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:51.771Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:48:51.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:51.771Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454531087, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:51.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "aai-ml", "timestamp": 1667454506188, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:51.772Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:51.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:51.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "cds", "timestamp": 1667454501991, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:51.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:51.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:51.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "aai-ml", "timestamp": 1667454506188, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:51.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:51.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:51.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "cds", "timestamp": 1667454501991, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:51.774Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:51.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:51.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "aai-ml", "timestamp": 1667454506188, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:51.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:51.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:51.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "ves-openapi-manager", "timestamp": 1667454510079, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:51.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:51.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:51.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "cds", "timestamp": 1667454501991, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:51.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:51.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:51.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "aai-ml", "timestamp": 1667454506188, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:51.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:51.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:51.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "ves-openapi-manager", "timestamp": 1667454510079, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:51.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:51.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:51.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "cds", "timestamp": 1667454501991, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:51.779Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:51.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:51.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "aai-ml", "timestamp": 1667454506188, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:51.779Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:51.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:51.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "ves-openapi-manager", "timestamp": 1667454510079, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:51.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:51.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:51.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "cds", "timestamp": 1667454501991, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:51.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:51.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:51.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "aai-ml", "timestamp": 1667454506188, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:51.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:51.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:51.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "ves-openapi-manager", "timestamp": 1667454510079, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:51.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:51.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:51.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "cds", "timestamp": 1667454501991, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar", "status": "NOTIFIED" } 2022-11-03T05:48:51.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:51.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:51.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "aai-ml", "timestamp": 1667454506188, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar", "status": "NOTIFIED" } 2022-11-03T05:48:51.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:51.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:51.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "multicloud-k8s-id", "timestamp": 1667454513470, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:51.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:51.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:51.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "ves-openapi-manager", "timestamp": 1667454510079, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:51.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:51.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:51.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "multicloud-k8s-id", "timestamp": 1667454513470, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json", "status": "NOTIFIED" } 2022-11-03T05:48:51.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:51.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:51.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "ves-openapi-manager", "timestamp": 1667454510079, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:51.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:51.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:51.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "cds", "timestamp": 1667454515769, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T05:48:51.789Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:48:51.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:51.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "aai-ml", "timestamp": 1667454515661, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T05:48:51.789Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:48:51.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:51.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "multicloud-k8s-id", "timestamp": 1667454513470, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-03T05:48:51.790Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:51.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:51.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "ves-openapi-manager", "timestamp": 1667454510079, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:51.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:51.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:51.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "cds", "timestamp": 1667454516785, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-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-03T05:48:51.871Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-11-03T05:48:51.875Z||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-03T05:48:51.876Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:48:51.889Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:48:51.891Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-03T05:48:52.003Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9dc69122-b56f-40d4-bc17-eb0ada318fd6 2022-11-03T05:48:52.025Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dc69122-b56f-40d4-bc17-eb0ada318fd6 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-03T05:48:52.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:52.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "multicloud-k8s-id", "timestamp": 1667454513470, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:52.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:52.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:52.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "multicloud-k8s-id", "timestamp": 1667454513470, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-03T05:48:52.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:52.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:52.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "multicloud-k8s-id", "timestamp": 1667454513470, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:52.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:52.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:52.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "multicloud-k8s-id", "timestamp": 1667454513470, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar", "status": "NOTIFIED" } 2022-11-03T05:48:52.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:52.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:52.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667454520211, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:52.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:52.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:52.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "multicloud-k8s-id", "timestamp": 1667454521394, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T05:48:52.052Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:48:52.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:52.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667454520211, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:52.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:52.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:52.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "multicloud-k8s-id", "timestamp": 1667454522545, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T05:48:52.053Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:48:52.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:52.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667454520211, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:52.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:52.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:52.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "multicloud-k8s-id", "timestamp": 1667454523632, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-03T05:48:52.053Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:48:52.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:52.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667454520211, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:52.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:52.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:52.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "multicloud-k8s-id", "timestamp": 1667454524737, "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-03T05:48:52.070Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9dc69122-b56f-40d4-bc17-eb0ada318fd6 2022-11-03T05:48:52.071Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dc69122-b56f-40d4-bc17-eb0ada318fd6 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-03T05:48:52.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:52.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667454520211, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:52.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:52.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:52.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "multicloud-k8s-id", "timestamp": 1667454525743, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T05:48:52.081Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:48:52.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:52.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667454520211, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:52.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:52.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:52.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667454520211, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar", "status": "NOTIFIED" } 2022-11-03T05:48:52.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:48:52.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:48:52.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667454528073, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T05:48:52.084Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:48:52.777Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T05:48:52.778Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:48:52.780Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:48:52.780Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454531087, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json", "status": "NOTIFIED" } 2022-11-03T05:48:52.880Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T05:48:52.881Z||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-03T05:48:52.882Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:48:52.891Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:48:52.892Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-03T05:48:53.781Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T05:48:53.782Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:48:53.784Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:48:53.784Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454531087, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-03T05:48:53.885Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T05:48:53.886Z||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-03T05:48:53.887Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:48:53.896Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:48:53.898Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-03T05:48:54.785Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T05:48:54.786Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:48:54.788Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:48:54.788Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454531087, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:54.888Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T05:48:54.889Z||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-03T05:48:54.889Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:48:54.900Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:48:54.901Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-03T05:48:55.789Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T05:48:55.790Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:48:55.792Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:48:55.792Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454531087, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-03T05:48:55.892Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T05:48:55.893Z||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-03T05:48:55.894Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:48:55.903Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:48:55.904Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-03T05:48:56.793Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T05:48:56.794Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:48:56.796Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:48:56.796Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454531087, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T05:48:56.896Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T05:48:56.897Z||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-03T05:48:56.898Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:48:56.910Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:48:56.910Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-03T05:48:57.796Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T05:48:57.797Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:48:57.799Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:48:57.800Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454531087, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar", "status": "NOTIFIED" } 2022-11-03T05:48:57.900Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T05:48:57.901Z||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-03T05:48:57.901Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:48:57.912Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:48:57.913Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-03T05:48:58.802Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "serviceName": "vFW 2022-11-03 05-47-33", "serviceVersion": "1.0", "serviceUUID": "68c2045d-324c-4b77-a67a-6be109ddace8", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9753dafd-5c05-4f64-97c8-268f2481d648", "resources": [ { "resourceInstanceName": "vFW b34a2e73-40ac 0", "resourceCustomizationUUID": "d76c93d0-9363-4fdd-91f6-29ca3170df39", "resourceName": "vFW b34a2e73-40ac", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "80b068b8-93a2-4712-8757-42b01b1a37ee", "resourceInvariantUUID": "36729de8-aebd-48ab-bd50-dd99bd57d723", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwb34a2e7340ac0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json", "artifactChecksum": "OWY1NjAyYjAyMDZmYWNlN2ZjOWY0Mjk0MGQ3ZDZkZDU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3e1fb688-dae8-4986-b27d-f661684a53f4", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a6a4fb22-3440-4338-a979-1a32c1acab30", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9fe0276e-8900-4ac8-a345-4fb88479bebb", "generatedFromUUID": "a6a4fb22-3440-4338-a979-1a32c1acab30" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9fe0276e-8900-4ac8-a345-4fb88479bebb", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221103054733-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar", "artifactChecksum": "MTg5NzI5ZmRiNWRlZTk2Y2Q2Y2YxOWIyOWRlMWJlYTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f77143f3-6efb-498b-bef2-d41bae0f4052" } ], "workloadContext": "Production" } 2022-11-03T05:48:58.803Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-03T05:48:58.803Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 68c2045d-324c-4b77-a67a-6be109ddace8 ASDC 2022-11-03T05:48:58.919Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:9dc69122-b56f-40d4-bc17-eb0ada318fd6 ServiceName:vFW 2022-11-03 05-47-33 ServiceVersion:1.0 ServiceUUID:68c2045d-324c-4b77-a67a-6be109ddace8 ServiceInvariantUUID:9753dafd-5c05-4f64-97c8-268f2481d648 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221103054733-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar ArtifactUUID:f77143f3-6efb-498b-bef2-d41bae0f4052 ArtifactChecksum:MTg5NzI5ZmRiNWRlZTk2Y2Q2Y2YxOWIyOWRlMWJlYTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW b34a2e73-40ac 0 ResourceCustomizationUUID:d76c93d0-9363-4fdd-91f6-29ca3170df39 ResourceInvariantUUID:36729de8-aebd-48ab-bd50-dd99bd57d723 ResourceName:vFW b34a2e73-40ac ResourceType:VF ResourceUUID:80b068b8-93a2-4712-8757-42b01b1a37ee ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwb34a2e7340ac0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json ArtifactUUID:3e1fb688-dae8-4986-b27d-f661684a53f4 ArtifactChecksum:OWY1NjAyYjAyMDZmYWNlN2ZjOWY0Mjk0MGQ3ZDZkZDU= 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/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml ArtifactUUID:a6a4fb22-3440-4338-a979-1a32c1acab30 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/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env ArtifactUUID:9fe0276e-8900-4ac8-a345-4fb88479bebb 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/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env ArtifactUUID:9fe0276e-8900-4ac8-a345-4fb88479bebb ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-03T05:48:58.920Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68c2045d-324c-4b77-a67a-6be109ddace8 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-03T05:48:58.986Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T05:48:58.986Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-03T05:48:58.992Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-03T05:48:58.993Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f77143f3-6efb-498b-bef2-d41bae0f4052 from URL: /sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar 2022-11-03T05:48:58.993Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-03T05:48:58.995Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar 2022-11-03T05:48:59.118Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-03T05:48:59.138Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar f77143f3-6efb-498b-bef2-d41bae0f4052 100698 2022-11-03T05:48:59.140Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar ASDC sendASDCNotification 2022-11-03T05:48:59.140Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar 2022-11-03T05:48:59.142Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T05:48:59.143Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:48:59.145Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:48:59.145Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454539138, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T05:48:59.245Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T05:48:59.246Z||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-03T05:48:59.246Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:48:59.257Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:48:59.258Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-03T05:49:00.146Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T05:49:00.147Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-03T05:49:00.147Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f77143f3-6efb-498b-bef2-d41bae0f4052, URL: /sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar to file: /app/ASDC/1/service-Vfw20221103054733-csar.csar 2022-11-03T05:49:00.148Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221103054733-csar.csar 2022-11-03T05:49:00.224Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221103054733-csar.csar 2022-11-03T05:49:00.224Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221103054733-csar.csar 2022-11-03T05:49:00.981Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9763855837728947920/Definitions/service-Vfw20221103054733-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-11-03T05:49:04.106Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-03T05:49:04.114Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-03T05:49:04.114Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221103054733-csar.csar 2022-11-03T05:49:04.115Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-11-03T05:49:04.115Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b34a2e73-40ac 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-Vfw20221103054733-csar.csar 2022-11-03T05:49:04.115Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221103054733-csar.csar 2022-11-03T05:49:04.115Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|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-Vfw20221103054733-csar.csar 2022-11-03T05:49:04.116Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|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-Vfw20221103054733-csar.csar 2022-11-03T05:49:04.116Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|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-Vfw20221103054733-csar.csar 2022-11-03T05:49:04.116Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221103054733-csar.csar 2022-11-03T05:49:04.116Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221103054733-csar.csar 2022-11-03T05:49:04.117Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|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-Vfw20221103054733-csar.csar 2022-11-03T05:49:04.117Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221103054733-csar.csar 2022-11-03T05:49:04.117Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221103054733-csar.csar 2022-11-03T05:49:04.117Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221103054733-csar.csar 2022-11-03T05:49:04.117Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-03T05:49:04.127Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:04.129Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:49:04.134Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is matching search criteria 2022-11-03T05:49:04.135Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-03T05:49:04.137Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b34a2e73-40ac 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T05:49:04.138Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:04.139Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:49:04.139Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is matching search criteria 2022-11-03T05:49:04.139Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-03T05:49:04.140Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b34a2e73-40ac 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T05:49:04.140Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:04.140Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:49:04.144Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:04.144Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is not matching search criteria 2022-11-03T05:49:04.144Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-03T05:49:04.145Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-03T05:49:04.145Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-03T05:49:04.145Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-03T05:49:04.146Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-03T05:49:04.146Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-03T05:49:04.146Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-03T05:49:04.146Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-03T05:49:04.147Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-03T05:49:04.147Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-03T05:49:04.147Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-03T05:49:04.147Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-03T05:49:04.148Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-03T05:49:04.148Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-03T05:49:04.148Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-03T05:49:04.148Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-03T05:49:04.149Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:04.149Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-03T05:49:04.151Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:04.151Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is matching search criteria 2022-11-03T05:49:04.151Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b34a2e73-40ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T05:49:04.152Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:04.152Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is matching search criteria 2022-11-03T05:49:04.152Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b34a2e73-40ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T05:49:04.153Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:04.153Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is matching search criteria 2022-11-03T05:49:04.153Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b34a2e73-40ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T05:49:04.153Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:04.154Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is not matching search criteria 2022-11-03T05:49:04.154Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-03T05:49:04.154Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-03T05:49:04.154Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-03T05:49:04.155Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-03T05:49:04.155Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-03T05:49:04.155Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-03T05:49:04.155Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-03T05:49:04.156Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-03T05:49:04.156Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-03T05:49:04.156Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-03T05:49:04.156Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-03T05:49:04.157Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f992e176-3841-4705-aabe-273bd6595b1f 2022-11-03T05:49:04.157Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:04.157Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is not matching search criteria 2022-11-03T05:49:04.157Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-03T05:49:04.158Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-03T05:49:04.158Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-03T05:49:04.158Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-03T05:49:04.158Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-03T05:49:04.158Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-03T05:49:04.159Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-03T05:49:04.159Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-03T05:49:04.159Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-03T05:49:04.159Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-03T05:49:04.160Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-03T05:49:04.160Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-03T05:49:04.160Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4b70a7b5-48bd-463f-a2f2-e98a7b0ea70d 2022-11-03T05:49:04.160Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:04.161Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is not matching search criteria 2022-11-03T05:49:04.161Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-03T05:49:04.161Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-03T05:49:04.161Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-03T05:49:04.162Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-03T05:49:04.162Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-03T05:49:04.162Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-03T05:49:04.162Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-03T05:49:04.162Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-03T05:49:04.163Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-03T05:49:04.163Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-03T05:49:04.163Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-03T05:49:04.163Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-03T05:49:04.164Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8388df71-d2c9-4dab-a315-bef1913ff43e 2022-11-03T05:49:04.164Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:04.164Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:49:04.164Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:04.165Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:49:04.165Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:04.165Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:49:04.165Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:04.166Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:49:04.166Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-11-03 05-47-33 Description:catalog service description Model UUID:68c2045d-324c-4b77-a67a-6be109ddace8 Model Version:NULL Model InvariantUuid:9753dafd-5c05-4f64-97c8-268f2481d648 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW b34a2e73-40ac Model UUID:9fad9c52-c133-461b-b033-dae28d34f5e2 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:36729de8-aebd-48ab-bd50-dd99bd57d723 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d76c93d0-9363-4fdd-91f6-29ca3170df39 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:72aa7216-ace2-45f4-9b7c-4fd32510864a ModelName:VfwB34a2e7340ac..base_vfw..module-0 ModelUuid:4db9e246-7f91-4089-bd5b-e438de9183c3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f992e176-3841-4705-aabe-273bd6595b1f ModelInvariantUuid:3a11b37a-d8e3-418f-95fc-f352ec3a69f4 ModelName:vFW b34a2e73-40ac-nodes.vfwCvfc ModelUuid:5a252f14-192e-4295-94e0-ae940d4ee48e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:8489758f-f493-40f3-8d47-0b28b0a39607 ModelInvariantUuid:1cba5af7-4e90-4c71-ad3e-92c0aca8fec8 ModelName:VfwB34a2e7340ac.compute.nodes.heat.vfw ModelUuid:96d96095-6885-4df9-8be0-329fd7c8bf4e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:4b70a7b5-48bd-463f-a2f2-e98a7b0ea70d ModelInvariantUuid:d8ad8de7-28d2-4bb3-9e3c-8db86496da4b ModelName:vFW b34a2e73-40ac-nodes.vsnCvfc ModelUuid:4cdbd991-90b7-4f04-8e10-fd03857e959c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:580e6ff3-edfd-4616-8a32-51d45b124bf3 ModelInvariantUuid:b4262551-9a54-4d40-80b7-882dfdf385e8 ModelName:VfwB34a2e7340ac.compute.nodes.heat.vsn ModelUuid:d4165663-99af-4737-9141-962a62e47f8c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:8388df71-d2c9-4dab-a315-bef1913ff43e ModelInvariantUuid:21955cbb-1f48-4227-969b-c98417045d78 ModelName:vFW b34a2e73-40ac-nodes.vpgCvfc ModelUuid:40c88f5b-0490-40af-8a4e-da5bc4b6e7e8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:35981bf3-ad2c-49b5-96e3-4f3b53bc56c7 ModelInvariantUuid:7660e524-f04e-4101-977d-293e05ebbf2e ModelName:VfwB34a2e7340ac.compute.nodes.heat.vpg ModelUuid:b8b812ad-b2bc-4974-a71c-3c1acf599865 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-03T05:49:04.181Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 80b068b8-93a2-4712-8757-42b01b1a37ee 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-03T05:49:04.273Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||vFW b34a2e73-40ac 0 2022-11-03T05:49:04.279Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 80b068b8-93a2-4712-8757-42b01b1a37ee 2022-11-03T05:49:04.280Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3e1fb688-dae8-4986-b27d-f661684a53f4 from URL: /sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json 2022-11-03T05:49:04.280Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-03T05:49:04.280Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json 2022-11-03T05:49:04.336Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-03T05:49:04.337Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json 3e1fb688-dae8-4986-b27d-f661684a53f4 785 2022-11-03T05:49:04.337Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json ASDC sendASDCNotification 2022-11-03T05:49:04.337Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json 2022-11-03T05:49:04.338Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T05:49:04.338Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:49:04.342Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:49:04.342Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454544337, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T05:49:04.442Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T05:49:04.444Z||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-03T05:49:04.444Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:49:04.455Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:49:04.456Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-03T05:49:05.344Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB34a2e7340ac..base_vfw..module-0", "vfModuleModelInvariantUUID": "72aa7216-ace2-45f4-9b7c-4fd32510864a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4db9e246-7f91-4089-bd5b-e438de9183c3", "vfModuleModelCustomizationUUID": "c8402ff3-0850-41c3-812f-edb1c47bb75c", "isBase": true, "artifacts": [ "a6a4fb22-3440-4338-a979-1a32c1acab30", "9fe0276e-8900-4ac8-a345-4fb88479bebb" ], "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-03T05:49:05.359Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB34a2e7340ac..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4db9e246-7f91-4089-bd5b-e438de9183c3 VfModuleModelInvariantUUID:72aa7216-ace2-45f4-9b7c-4fd32510864a VfModuleModelDescription:NULL Artifacts UUID List:{ a6a4fb22-3440-4338-a979-1a32c1acab30 , 9fe0276e-8900-4ac8-a345-4fb88479bebb } 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-03T05:49:05.362Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB34a2e7340ac..base_vfw..module-0", "vfModuleModelInvariantUUID": "72aa7216-ace2-45f4-9b7c-4fd32510864a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4db9e246-7f91-4089-bd5b-e438de9183c3", "vfModuleModelCustomizationUUID": "c8402ff3-0850-41c3-812f-edb1c47bb75c", "isBase": true, "artifacts": [ "a6a4fb22-3440-4338-a979-1a32c1acab30", "9fe0276e-8900-4ac8-a345-4fb88479bebb" ], "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-03T05:49:05.362Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB34a2e7340ac..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4db9e246-7f91-4089-bd5b-e438de9183c3 VfModuleModelInvariantUUID:72aa7216-ace2-45f4-9b7c-4fd32510864a VfModuleModelDescription:NULL Artifacts UUID List:{ a6a4fb22-3440-4338-a979-1a32c1acab30 , 9fe0276e-8900-4ac8-a345-4fb88479bebb } 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-03T05:49:05.362Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a6a4fb22-3440-4338-a979-1a32c1acab30 from URL: /sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml 2022-11-03T05:49:05.363Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-03T05:49:05.363Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml 2022-11-03T05:49:05.420Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-03T05:49:05.422Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml a6a4fb22-3440-4338-a979-1a32c1acab30 20368 2022-11-03T05:49:05.422Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-03T05:49:05.422Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml 2022-11-03T05:49:05.422Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T05:49:05.423Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:49:05.425Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:49:05.425Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454545422, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T05:49:05.525Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T05:49:05.526Z||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-03T05:49:05.527Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:49:05.536Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:49:05.537Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-03T05:49:06.426Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9fe0276e-8900-4ac8-a345-4fb88479bebb from URL: /sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env 2022-11-03T05:49:06.427Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-03T05:49:06.427Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env 2022-11-03T05:49:06.486Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-03T05:49:06.487Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env 9fe0276e-8900-4ac8-a345-4fb88479bebb 2098 2022-11-03T05:49:06.487Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-03T05:49:06.487Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env 2022-11-03T05:49:06.488Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T05:49:06.488Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:49:06.491Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:49:06.491Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454546487, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-03T05:49:06.591Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T05:49:06.593Z||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-03T05:49:06.593Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:49:06.607Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:49:06.608Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-03T05:49:07.492Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 68c2045d-324c-4b77-a67a-6be109ddace8 2022-11-03T05:49:07.493Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b34a2e73-40ac 0 80b068b8-93a2-4712-8757-42b01b1a37ee 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-03T05:49:07.550Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@383e3578, org.onap.sdc.toscaparser.api.parameters.Input@621222b6, org.onap.sdc.toscaparser.api.parameters.Input@274bb823, org.onap.sdc.toscaparser.api.parameters.Input@351e8708, org.onap.sdc.toscaparser.api.parameters.Input@7cc2e126] 2022-11-03T05:49:07.554Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:07.555Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:49:07.555Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-11-03T05:49:07.555Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= d76c93d0-9363-4fdd-91f6-29ca3170df39 2022-11-03T05:49:07.555Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d76c93d0-9363-4fdd-91f6-29ca3170df39 matches Tosca VF Customization UUID: d76c93d0-9363-4fdd-91f6-29ca3170df39 2022-11-03T05:49:07.555Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: d76c93d0-9363-4fdd-91f6-29ca3170df39 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-03T05:49:07.563Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:07.563Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:49:07.585Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id d76c93d0-9363-4fdd-91f6-29ca3170df39: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-03T05:49:07.585Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@44687640 2022-11-03T05:49:07.586Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:07.586Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-03T05:49:07.587Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c8402ff3-0850-41c3-812f-edb1c47bb75c 2022-11-03T05:49:07.588Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c8402ff3-0850-41c3-812f-edb1c47bb75c 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-03T05:49:07.595Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:07.595Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is matching search criteria 2022-11-03T05:49:07.595Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b34a2e73-40ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T05:49:07.596Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:07.596Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is matching search criteria 2022-11-03T05:49:07.597Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b34a2e73-40ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T05:49:07.597Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:07.597Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is not matching search criteria 2022-11-03T05:49:07.597Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-03T05:49:07.598Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-03T05:49:07.598Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-03T05:49:07.598Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-03T05:49:07.598Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-03T05:49:07.599Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-03T05:49:07.599Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-03T05:49:07.599Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-03T05:49:07.599Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-03T05:49:07.599Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-03T05:49:07.600Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-03T05:49:07.600Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f992e176-3841-4705-aabe-273bd6595b1f 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-03T05:49:07.611Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:07.612Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is matching search criteria 2022-11-03T05:49:07.612Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b34a2e73-40ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T05:49:07.612Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:07.613Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is not matching search criteria 2022-11-03T05:49:07.613Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-03T05:49:07.613Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-03T05:49:07.613Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-03T05:49:07.613Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-03T05:49:07.614Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-03T05:49:07.614Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-03T05:49:07.614Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-03T05:49:07.614Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-03T05:49:07.615Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-03T05:49:07.615Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-03T05:49:07.615Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-03T05:49:07.615Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-03T05:49:07.616Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4b70a7b5-48bd-463f-a2f2-e98a7b0ea70d 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-03T05:49:07.618Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:07.619Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is matching search criteria 2022-11-03T05:49:07.619Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b34a2e73-40ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T05:49:07.621Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:07.622Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is not matching search criteria 2022-11-03T05:49:07.622Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-03T05:49:07.622Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-03T05:49:07.622Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-03T05:49:07.622Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-03T05:49:07.623Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-03T05:49:07.623Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-03T05:49:07.623Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-03T05:49:07.623Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-03T05:49:07.624Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-03T05:49:07.624Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-03T05:49:07.624Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-03T05:49:07.624Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-03T05:49:07.625Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8388df71-d2c9-4dab-a315-bef1913ff43e 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-03T05:49:07.627Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:07.628Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is matching search criteria 2022-11-03T05:49:07.628Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b34a2e73-40ac 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T05:49:07.628Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:07.629Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Node template vFW b34a2e73-40ac 0 is matching search criteria 2022-11-03T05:49:07.629Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b34a2e73-40ac 0] matching following query criteria: sdcType=VF, customizationUUID=d76c93d0-9363-4fdd-91f6-29ca3170df39 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-03T05:49:07.631Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:07.631Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:49:07.632Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 68c2045d-324c-4b77-a67a-6be109ddace8: vFW b34a2e73-40ac 2022-11-03T05:49:07.633Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:07.633Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:49:07.633Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:07.634Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:49:07.634Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:07.634Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:49:07.634Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:07.635Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:49:07.635Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:49:07.635Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-03 05-47-33 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:49:07.635Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-11-03 05-47-33 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-03T05:49:07.932Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b34a2e73-40ac 80b068b8-93a2-4712-8757-42b01b1a37ee 1 ASDC deployResourceStructure 2022-11-03T05:49:07.933Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json ASDC sendASDCNotification 2022-11-03T05:49:07.933Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json 2022-11-03T05:49:07.933Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T05:49:07.933Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:49:07.935Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:49:07.935Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454547933, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T05:49:08.036Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T05:49:08.037Z||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-03T05:49:08.037Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:49:08.047Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:49:08.048Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-03T05:49:08.937Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-03T05:49:08.937Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml 2022-11-03T05:49:08.938Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T05:49:08.938Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:49:08.942Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:49:08.942Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454548937, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-03T05:49:09.042Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T05:49:09.043Z||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-03T05:49:09.043Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:49:09.054Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:49:09.055Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-03T05:49:09.943Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-03T05:49:09.943Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env 2022-11-03T05:49:09.944Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T05:49:09.945Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:49:09.947Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:49:09.947Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454549943, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-03T05:49:10.047Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T05:49:10.049Z||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-03T05:49:10.049Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:49:10.067Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:49:10.068Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-11-03T05:49:10.948Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar ASDC sendASDCNotification 2022-11-03T05:49:10.949Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar 2022-11-03T05:49:10.949Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T05:49:10.950Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:49:10.952Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:49:10.952Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454550948, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T05:49:11.053Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-03T05:49:11.054Z||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-03T05:49:11.054Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:49:11.068Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:49:11.069Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-03T05:49:11.954Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dc69122-b56f-40d4-bc17-eb0ada318fd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T05:49:11.973Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dc69122-b56f-40d4-bc17-eb0ada318fd6 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-03T05:49:11.977Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T05:49:11.978Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-03T05:49:11.978Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-03T05:49:41.978Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dc69122-b56f-40d4-bc17-eb0ada318fd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T05:49:41.990Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dc69122-b56f-40d4-bc17-eb0ada318fd6 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-03T05:49:41.993Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T05:49:41.993Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-03T05:49:41.993Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-03T05:49:51.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:49:51.091Z||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-03T05:49:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:49:51.216Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:49:51.217Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:49:51.217Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454531087, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T05:49:51.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:11.993Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dc69122-b56f-40d4-bc17-eb0ada318fd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T05:50:12.013Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dc69122-b56f-40d4-bc17-eb0ada318fd6 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-03T05:50:12.015Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T05:50:12.015Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-03T05:50:12.016Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-03T05:50:42.016Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dc69122-b56f-40d4-bc17-eb0ada318fd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T05:50:42.027Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dc69122-b56f-40d4-bc17-eb0ada318fd6 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-03T05:50:42.030Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T05:50:42.030Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-03T05:50:42.030Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-03T05:50:51.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:50:51.091Z||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-03T05:50:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:50:51.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:50:51.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454531087, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json", "status": "NOTIFIED" } 2022-11-03T05:50:51.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "aai-ml", "timestamp": 1667454533031, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T05:50:51.634Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:50:51.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454531087, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-03T05:50:51.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "aai-ml", "timestamp": 1667454534037, "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-03T05:50:51.645Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9dc69122-b56f-40d4-bc17-eb0ada318fd6 2022-11-03T05:50:51.645Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dc69122-b56f-40d4-bc17-eb0ada318fd6 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-03T05:50:51.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667454533307, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T05:50:51.654Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:50:51.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454531087, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667454534311, "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-03T05:50:51.661Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9dc69122-b56f-40d4-bc17-eb0ada318fd6 2022-11-03T05:50:51.661Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9dc69122-b56f-40d4-bc17-eb0ada318fd6 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-03T05:50:51.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454531087, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-03T05:50:51.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454531087, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454531087, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar", "status": "NOTIFIED" } 2022-11-03T05:50:51.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454539138, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T05:50:51.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:50:51.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "multicloud-k8s-id", "timestamp": 1667454533470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "aai-ml", "timestamp": 1667454536188, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "cds", "timestamp": 1667454531991, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "ves-openapi-manager", "timestamp": 1667454530079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "multicloud-k8s-id", "timestamp": 1667454533470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json", "status": "NOTIFIED" } 2022-11-03T05:50:51.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "cds", "timestamp": 1667454531991, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "aai-ml", "timestamp": 1667454536188, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "ves-openapi-manager", "timestamp": 1667454530079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "multicloud-k8s-id", "timestamp": 1667454533470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-03T05:50:51.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "aai-ml", "timestamp": 1667454536188, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "cds", "timestamp": 1667454531991, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "ves-openapi-manager", "timestamp": 1667454530079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "multicloud-k8s-id", "timestamp": 1667454533470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "aai-ml", "timestamp": 1667454536188, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "cds", "timestamp": 1667454531991, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "ves-openapi-manager", "timestamp": 1667454530079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "aai-ml", "timestamp": 1667454536188, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "multicloud-k8s-id", "timestamp": 1667454533470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-03T05:50:51.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "cds", "timestamp": 1667454531991, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "ves-openapi-manager", "timestamp": 1667454530079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454544337, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T05:50:51.686Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:50:51.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "aai-ml", "timestamp": 1667454536188, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "cds", "timestamp": 1667454531991, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "multicloud-k8s-id", "timestamp": 1667454533470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "ves-openapi-manager", "timestamp": 1667454530079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454545422, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T05:50:51.689Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:50:51.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "cds", "timestamp": 1667454531991, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar", "status": "NOTIFIED" } 2022-11-03T05:50:51.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "multicloud-k8s-id", "timestamp": 1667454533470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar", "status": "NOTIFIED" } 2022-11-03T05:50:51.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "aai-ml", "timestamp": 1667454536188, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar", "status": "NOTIFIED" } 2022-11-03T05:50:51.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "ves-openapi-manager", "timestamp": 1667454530079, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.692Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454546487, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-03T05:50:51.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:50:51.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "multicloud-k8s-id", "timestamp": 1667454546248, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T05:50:51.693Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:50:51.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "aai-ml", "timestamp": 1667454546684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T05:50:51.694Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:50:51.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "cds", "timestamp": 1667454546811, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T05:50:51.694Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:50:51.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "cds", "timestamp": 1667454547817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-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-03T05:50:51.708Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 317a3b19-531d-4071-a251-c089c95d53e4 2022-11-03T05:50:51.708Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 317a3b19-531d-4071-a251-c089c95d53e4 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-03T05:50:51.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "multicloud-k8s-id", "timestamp": 1667454547318, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T05:50:51.716Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:50:51.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454547933, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/vfwb34a2e7340ac0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T05:50:51.717Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:50:51.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454548937, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-03T05:50:51.717Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:50:51.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "multicloud-k8s-id", "timestamp": 1667454548397, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-03T05:50:51.718Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:50:51.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454549943, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/resourceInstances/vfwb34a2e7340ac0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-03T05:50:51.718Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:50:51.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "multicloud-k8s-id", "timestamp": 1667454549431, "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-03T05:50:51.723Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 317a3b19-531d-4071-a251-c089c95d53e4 2022-11-03T05:50:51.724Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 317a3b19-531d-4071-a251-c089c95d53e4 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-03T05:50:51.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454550948, "artifactURL": "/sdc/v1/catalog/services/Vfw20221103054733/1.0/artifacts/service-Vfw20221103054733-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T05:50:51.732Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:50:51.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "multicloud-k8s-id", "timestamp": 1667454550445, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T05:50:51.732Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:50:51.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667454550211, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667454550211, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.733Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.733Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667454550211, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667454550211, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "aai-ml", "timestamp": 1667454554914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T05:50:51.735Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:50:51.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667454550211, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "aai-ml", "timestamp": 1667454555919, "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-03T05:50:51.741Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 317a3b19-531d-4071-a251-c089c95d53e4 2022-11-03T05:50:51.741Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 317a3b19-531d-4071-a251-c089c95d53e4 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-03T05:50:51.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667454550211, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T05:50:51.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667454550211, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar", "status": "NOTIFIED" } 2022-11-03T05:50:51.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:50:51.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667454557977, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T05:50:51.751Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:50:51.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667454560412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T05:50:51.752Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:50:51.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:50:51.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667454561415, "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-03T05:50:51.757Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 317a3b19-531d-4071-a251-c089c95d53e4 2022-11-03T05:50:51.757Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 317a3b19-531d-4071-a251-c089c95d53e4 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-03T05:51:12.030Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9dc69122-b56f-40d4-bc17-eb0ada318fd6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T05:51:12.044Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9dc69122-b56f-40d4-bc17-eb0ada318fd6 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-03T05:51:12.048Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T05:51:12.048Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-03T05:51:12.048Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-03T05:51:12.048Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-03T05:51:12.048Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T05:51:12.049Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T05:51:12.049Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T05:51:12.049Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T05:51:12.049Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T05:51:12.049Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|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-03T05:51:12.055Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-03T05:51:42.055Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9dc69122-b56f-40d4-bc17-eb0ada318fd6 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-03T05:51:42.068Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9dc69122-b56f-40d4-bc17-eb0ada318fd6 and serviceModelVersionId: 68c2045d-324c-4b77-a67a-6be109ddace8 2022-11-03T05:51:42.068Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9753dafd-5c05-4f64-97c8-268f2481d648 2022-11-03T05:51:51.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:51:51.091Z||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-03T05:51:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:51:57.302Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9753dafd-5c05-4f64-97c8-268f2481d648/model-vers/model-ver/68c2045d-324c-4b77-a67a-6be109ddace8?depth=0 2022-11-03T05:51:57.441Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-11-03T05:51:58.067Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9753dafd-5c05-4f64-97c8-268f2481d648/model-vers/model-ver/68c2045d-324c-4b77-a67a-6be109ddace8?depth=0|INFO|500||Invoke 2022-11-03T05:51:58.076Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9753dafd-5c05-4f64-97c8-268f2481d648/model-vers/model-ver/68c2045d-324c-4b77-a67a-6be109ddace8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9753dafd-5c05-4f64-97c8-268f2481d648/model-vers/model-ver/68c2045d-324c-4b77-a67a-6be109ddace8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9dc69122-b56f-40d4-bc17-eb0ada318fd6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fdd802ab-d188-4035-b79c-3674d4d65a19], X-ECOMP-RequestID=[9dc69122-b56f-40d4-bc17-eb0ada318fd6], X-TransactionId=[], X-ONAP-RequestID=[9dc69122-b56f-40d4-bc17-eb0ada318fd6], Content-Type=[application/merge-patch+json]} 2022-11-03T05:51:58.229Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9753dafd-5c05-4f64-97c8-268f2481d648/model-vers/model-ver/68c2045d-324c-4b77-a67a-6be109ddace8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-03T05:51:58.434Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9753dafd-5c05-4f64-97c8-268f2481d648/model-vers/model-ver/68c2045d-324c-4b77-a67a-6be109ddace8?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/9753dafd-5c05-4f64-97c8-268f2481d648/model-vers/model-ver/68c2045d-324c-4b77-a67a-6be109ddace8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221103-05:51:58:187-16895], vertex-id=[168000], Content-Length=[0], Date=[Thu, 03 Nov 2022 05:51:58 GMT], Content-Type=[application/json]} 2022-11-03T05:51:58.436Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9753dafd-5c05-4f64-97c8-268f2481d648/model-vers/model-ver/68c2045d-324c-4b77-a67a-6be109ddace8?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-03T05:51:58.437Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9753dafd-5c05-4f64-97c8-268f2481d648/model-vers/model-ver/68c2045d-324c-4b77-a67a-6be109ddace8?depth=0|INFO|500||InvokeReturn 2022-11-03T05:51:58.441Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-03T05:51:58.441Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|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-03T05:51:58.447Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|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-03T05:51:58.449Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9dc69122-b56f-40d4-bc17-eb0ada318fd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-03T05:51:58.451Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-03T05:51:58.452Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:51:58.454Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:51:58.454Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454718449, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T05:51:58.554Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T05:51:58.555Z||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-03T05:51:58.555Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:51:58.568Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:51:58.569Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-03T05:51:59.185Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:51:59.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:51:59.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9dc69122-b56f-40d4-bc17-eb0ada318fd6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454718449, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T05:51:59.188Z||pool-2-thread-5|||||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-03T05:51:59.470Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:51:59.471Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|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-03T05:51:59.471Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:52:03.895Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:52:03.896Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-03T05:52:03.896Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"317a3b19-531d-4071-a251-c089c95d53e4","serviceName":"basic_onboard_KRHAHm","serviceVersion":"1.0","serviceUUID":"5c11464f-31ae-402d-87b9-8f2e2a48a2b5","serviceDescription":"service","serviceInvariantUUID":"bb967204-6139-4c7c-8590-6611b0282db1","resources":[{"resourceInstanceName":"basic_onboard_KRHAHm 0","resourceName":"basic_onboard_KRHAHm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5f167243-9994-4645-8382-a1bc4ff62efb","resourceInvariantUUID":"c3fe31c3-c084-4889-9a5f-8bb46b3da56d","resourceCustomizationUUID":"b418811c-e086-40f5-bf5e-af32c1b51eb8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vf-license-model.xml","artifactChecksum":"YjE3NWYwMGFlNmYxNjE2OWRkNjQ5YzNkNDcyZDU5NDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"46eda8fd-c7bd-456f-a46c-4c238eeb0933","artifactVersion":"1"},{"artifactName":"basic_onboard_krhahm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json","artifactChecksum":"MjU5OGMwYTVhNjQ0OWM4ZDdiZDBjMmRiOTVkYmQ5NzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4ae4c058-e80d-4a12-9f7e-69b25206eeed","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5620743f-605d-405d-8ecb-be069ae0c44d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2d999992-eff2-4d4d-b29a-c7ec47b4b73a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f3e8035b-7d72-4936-9346-d82b0d99e88b","artifactVersion":"2","generatedFromUUID":"5620743f-605d-405d-8ecb-be069ae0c44d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKrhahm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-template.yml","artifactChecksum":"ODA1MDVkMDc1ZWRmNWY0ZGY1MDA4ZWJkOTU0YzQ4ODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c1d418fd-962b-4dc9-a099-20a7a369ffcf","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKrhahm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar","artifactChecksum":"NGI2MjEwYzRmOGYwYzZkNmM3N2Y5MWRmYWQ5YzJkNDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5305bf73-afc3-4f71-a95f-218e52a0ea61","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-03T05:52:03.899Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T05:52:03.899Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:52:03.901Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:52:03.901Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454719470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T05:52:04.002Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T05:52:04.003Z||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-03T05:52:04.003Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:52:04.013Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:52:04.013Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-03T05:52:04.902Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T05:52:04.903Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:52:04.905Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:52:04.905Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454719470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json", "status": "NOTIFIED" } 2022-11-03T05:52:05.005Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T05:52:05.006Z||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-03T05:52:05.006Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:52:05.018Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:52:05.019Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-03T05:52:05.906Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T05:52:05.907Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:52:05.909Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:52:05.909Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454719470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-03T05:52:06.009Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T05:52:06.011Z||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-03T05:52:06.011Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:52:06.022Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:52:06.023Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-03T05:52:06.909Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T05:52:06.911Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:52:06.914Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:52:06.914Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454719470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T05:52:07.015Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-03T05:52:07.016Z||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-03T05:52:07.016Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:52:07.032Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:52:07.032Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-03T05:52:07.915Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T05:52:07.916Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:52:07.918Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:52:07.918Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454719470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-03T05:52:08.018Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T05:52:08.019Z||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-03T05:52:08.020Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:52:08.032Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:52:08.033Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-03T05:52:08.919Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T05:52:08.919Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:52:08.921Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:52:08.922Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454719470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T05:52:09.022Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T05:52:09.023Z||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-03T05:52:09.023Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:52:09.035Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:52:09.035Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-03T05:52:09.923Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T05:52:09.924Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:52:09.926Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:52:09.926Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454719470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar", "status": "NOTIFIED" } 2022-11-03T05:52:10.026Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T05:52:10.028Z||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-03T05:52:10.028Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:52:10.038Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:52:10.039Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-03T05:52:10.928Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "serviceName": "basic_onboard_KRHAHm", "serviceVersion": "1.0", "serviceUUID": "5c11464f-31ae-402d-87b9-8f2e2a48a2b5", "serviceDescription": "service", "serviceInvariantUUID": "bb967204-6139-4c7c-8590-6611b0282db1", "resources": [ { "resourceInstanceName": "basic_onboard_KRHAHm 0", "resourceCustomizationUUID": "b418811c-e086-40f5-bf5e-af32c1b51eb8", "resourceName": "basic_onboard_KRHAHm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5f167243-9994-4645-8382-a1bc4ff62efb", "resourceInvariantUUID": "c3fe31c3-c084-4889-9a5f-8bb46b3da56d", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_krhahm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json", "artifactChecksum": "MjU5OGMwYTVhNjQ0OWM4ZDdiZDBjMmRiOTVkYmQ5NzU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4ae4c058-e80d-4a12-9f7e-69b25206eeed", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5620743f-605d-405d-8ecb-be069ae0c44d", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f3e8035b-7d72-4936-9346-d82b0d99e88b", "generatedFromUUID": "5620743f-605d-405d-8ecb-be069ae0c44d" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f3e8035b-7d72-4936-9346-d82b0d99e88b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardKrhahm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar", "artifactChecksum": "NGI2MjEwYzRmOGYwYzZkNmM3N2Y5MWRmYWQ5YzJkNDg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5305bf73-afc3-4f71-a95f-218e52a0ea61" } ], "workloadContext": "Production" } 2022-11-03T05:52:10.928Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-03T05:52:10.928Z|9dc69122-b56f-40d4-bc17-eb0ada318fd6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5c11464f-31ae-402d-87b9-8f2e2a48a2b5 ASDC 2022-11-03T05:52:10.929Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:317a3b19-531d-4071-a251-c089c95d53e4 ServiceName:basic_onboard_KRHAHm ServiceVersion:1.0 ServiceUUID:5c11464f-31ae-402d-87b9-8f2e2a48a2b5 ServiceInvariantUUID:bb967204-6139-4c7c-8590-6611b0282db1 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardKrhahm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar ArtifactUUID:5305bf73-afc3-4f71-a95f-218e52a0ea61 ArtifactChecksum:NGI2MjEwYzRmOGYwYzZkNmM3N2Y5MWRmYWQ5YzJkNDg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_KRHAHm 0 ResourceCustomizationUUID:b418811c-e086-40f5-bf5e-af32c1b51eb8 ResourceInvariantUUID:c3fe31c3-c084-4889-9a5f-8bb46b3da56d ResourceName:basic_onboard_KRHAHm ResourceType:VF ResourceUUID:5f167243-9994-4645-8382-a1bc4ff62efb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_krhahm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json ArtifactUUID:4ae4c058-e80d-4a12-9f7e-69b25206eeed ArtifactChecksum:MjU5OGMwYTVhNjQ0OWM4ZDdiZDBjMmRiOTVkYmQ5NzU= 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/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml ArtifactUUID:5620743f-605d-405d-8ecb-be069ae0c44d 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/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env ArtifactUUID:f3e8035b-7d72-4936-9346-d82b0d99e88b 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/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env ArtifactUUID:f3e8035b-7d72-4936-9346-d82b0d99e88b ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-03T05:52:10.929Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5c11464f-31ae-402d-87b9-8f2e2a48a2b5 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-03T05:52:10.963Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T05:52:10.964Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-03T05:52:10.964Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-03T05:52:10.965Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5305bf73-afc3-4f71-a95f-218e52a0ea61 from URL: /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar 2022-11-03T05:52:10.965Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-03T05:52:10.965Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar 2022-11-03T05:52:11.131Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-03T05:52:11.137Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar 5305bf73-afc3-4f71-a95f-218e52a0ea61 75311 2022-11-03T05:52:11.138Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar ASDC sendASDCNotification 2022-11-03T05:52:11.138Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar 2022-11-03T05:52:11.138Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T05:52:11.139Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:52:11.141Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:52:11.141Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454731138, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T05:52:11.241Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T05:52:11.243Z||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-03T05:52:11.243Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:52:11.255Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:52:11.255Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-03T05:52:12.142Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T05:52:12.143Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-03T05:52:12.144Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 5305bf73-afc3-4f71-a95f-218e52a0ea61, URL: /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar to file: /app/ASDC/1/service-BasicOnboardKrhahm-csar.csar 2022-11-03T05:52:12.144Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKrhahm-csar.csar 2022-11-03T05:52:12.145Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKrhahm-csar.csar 2022-11-03T05:52:12.145Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKrhahm-csar.csar 2022-11-03T05:52:12.293Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16185757829798837011/Definitions/service-BasicOnboardKrhahm-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-03T05:52:13.630Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-03T05:52:13.631Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-03T05:52:13.631Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKrhahm-csar.csar 2022-11-03T05:52:13.631Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-03T05:52:13.631Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardKrhahm-csar.csar 2022-11-03T05:52:13.631Z|317a3b19-531d-4071-a251-c089c95d53e4|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-BasicOnboardKrhahm-csar.csar 2022-11-03T05:52:13.631Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_KRHAHm 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-BasicOnboardKrhahm-csar.csar 2022-11-03T05:52:13.632Z|317a3b19-531d-4071-a251-c089c95d53e4|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-BasicOnboardKrhahm-csar.csar 2022-11-03T05:52:13.632Z|317a3b19-531d-4071-a251-c089c95d53e4|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-BasicOnboardKrhahm-csar.csar 2022-11-03T05:52:13.632Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKrhahm-csar.csar 2022-11-03T05:52:13.632Z|317a3b19-531d-4071-a251-c089c95d53e4|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-BasicOnboardKrhahm-csar.csar 2022-11-03T05:52:13.632Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-03T05:52:13.632Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:52:13.632Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:52:13.633Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KRHAHm 0 is matching search criteria 2022-11-03T05:52:13.633Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-03T05:52:13.633Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KRHAHm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T05:52:13.633Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:52:13.633Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:52:13.634Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KRHAHm 0 is matching search criteria 2022-11-03T05:52:13.634Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-03T05:52:13.634Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KRHAHm 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T05:52:13.634Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:52:13.634Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:52:13.634Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:52:13.635Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KRHAHm 0 is not matching search criteria 2022-11-03T05:52:13.635Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-11-03T05:52:13.635Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-11-03T05:52:13.635Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-11-03T05:52:13.635Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-03T05:52:13.635Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-03T05:52:13.636Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:52:13.636Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-03T05:52:13.636Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:52:13.636Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KRHAHm 0 is matching search criteria 2022-11-03T05:52:13.636Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KRHAHm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T05:52:13.637Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:52:13.637Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KRHAHm 0 is matching search criteria 2022-11-03T05:52:13.637Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KRHAHm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T05:52:13.637Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:52:13.637Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KRHAHm 0 is matching search criteria 2022-11-03T05:52:13.637Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KRHAHm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T05:52:13.638Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:52:13.638Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KRHAHm 0 is not matching search criteria 2022-11-03T05:52:13.638Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-03T05:52:13.638Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-03T05:52:13.638Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c1eeaaf0-48b8-49cb-8cca-31060a1ba48d 2022-11-03T05:52:13.638Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:52:13.639Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:52:13.639Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:52:13.639Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:52:13.639Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:52:13.639Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:52:13.639Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:52:13.639Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:52:13.640Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_KRHAHm Description:service Model UUID:5c11464f-31ae-402d-87b9-8f2e2a48a2b5 Model Version:NULL Model InvariantUuid:bb967204-6139-4c7c-8590-6611b0282db1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_KRHAHm Model UUID:4f0d7e4d-f059-40f5-9179-3252a18235a3 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c3fe31c3-c084-4889-9a5f-8bb46b3da56d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b418811c-e086-40f5-bf5e-af32c1b51eb8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e3f1c809-a1d0-4691-8850-a358c8fcfa36 ModelName:BasicOnboardKrhahm..base_ubuntu18..module-0 ModelUuid:308c1298-d0b8-431c-8307-a9a3ac16bb84 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c1eeaaf0-48b8-49cb-8cca-31060a1ba48d ModelInvariantUuid:57ed4ab7-7a54-46f2-9901-538dca773efa ModelName:basic_onboard_KRHAHm-nodes.ubuntu18Cvfc ModelUuid:e752b0d1-fca4-469a-b543-4949678d8bc2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:1b53c1ee-d571-4d17-afa2-a2186cc9788e ModelInvariantUuid:1a3b7945-528c-45b4-8c8c-97c8bb98cb30 ModelName:BasicOnboardKrhahm.compute.nodes.heat.ubuntu18 ModelUuid:24d632f6-1338-4a04-b9f3-f2e878311673 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-03T05:52:13.648Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 5f167243-9994-4645-8382-a1bc4ff62efb 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-03T05:52:13.651Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||basic_onboard_KRHAHm 0 2022-11-03T05:52:13.652Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5f167243-9994-4645-8382-a1bc4ff62efb 2022-11-03T05:52:13.652Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4ae4c058-e80d-4a12-9f7e-69b25206eeed from URL: /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json 2022-11-03T05:52:13.652Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-03T05:52:13.652Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json 2022-11-03T05:52:13.712Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-03T05:52:13.713Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json 4ae4c058-e80d-4a12-9f7e-69b25206eeed 798 2022-11-03T05:52:13.713Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json ASDC sendASDCNotification 2022-11-03T05:52:13.713Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json 2022-11-03T05:52:13.713Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T05:52:13.714Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:52:13.716Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:52:13.716Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454733713, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T05:52:13.818Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-03T05:52:13.819Z||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-03T05:52:13.820Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:52:13.835Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:52:13.837Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-11-03T05:52:14.717Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardKrhahm..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e3f1c809-a1d0-4691-8850-a358c8fcfa36", "vfModuleModelVersion": "1", "vfModuleModelUUID": "308c1298-d0b8-431c-8307-a9a3ac16bb84", "vfModuleModelCustomizationUUID": "49e357ca-ec3b-4a62-bd20-f8198455e63f", "isBase": true, "artifacts": [ "5620743f-605d-405d-8ecb-be069ae0c44d", "f3e8035b-7d72-4936-9346-d82b0d99e88b" ], "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-03T05:52:14.721Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardKrhahm..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:308c1298-d0b8-431c-8307-a9a3ac16bb84 VfModuleModelInvariantUUID:e3f1c809-a1d0-4691-8850-a358c8fcfa36 VfModuleModelDescription:NULL Artifacts UUID List:{ 5620743f-605d-405d-8ecb-be069ae0c44d , f3e8035b-7d72-4936-9346-d82b0d99e88b } 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-03T05:52:14.724Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardKrhahm..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e3f1c809-a1d0-4691-8850-a358c8fcfa36", "vfModuleModelVersion": "1", "vfModuleModelUUID": "308c1298-d0b8-431c-8307-a9a3ac16bb84", "vfModuleModelCustomizationUUID": "49e357ca-ec3b-4a62-bd20-f8198455e63f", "isBase": true, "artifacts": [ "5620743f-605d-405d-8ecb-be069ae0c44d", "f3e8035b-7d72-4936-9346-d82b0d99e88b" ], "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-03T05:52:14.724Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardKrhahm..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:308c1298-d0b8-431c-8307-a9a3ac16bb84 VfModuleModelInvariantUUID:e3f1c809-a1d0-4691-8850-a358c8fcfa36 VfModuleModelDescription:NULL Artifacts UUID List:{ 5620743f-605d-405d-8ecb-be069ae0c44d , f3e8035b-7d72-4936-9346-d82b0d99e88b } 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-03T05:52:14.724Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5620743f-605d-405d-8ecb-be069ae0c44d from URL: /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml 2022-11-03T05:52:14.724Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-03T05:52:14.724Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml 2022-11-03T05:52:14.774Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-03T05:52:14.775Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml 5620743f-605d-405d-8ecb-be069ae0c44d 5033 2022-11-03T05:52:14.775Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-03T05:52:14.775Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml 2022-11-03T05:52:14.775Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T05:52:14.776Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:52:14.779Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:52:14.779Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454734775, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T05:52:14.879Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T05:52:14.881Z||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-03T05:52:14.881Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:52:14.891Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:52:14.892Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-03T05:52:15.780Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f3e8035b-7d72-4936-9346-d82b0d99e88b from URL: /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env 2022-11-03T05:52:15.781Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-03T05:52:15.781Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env 2022-11-03T05:52:15.827Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-03T05:52:15.828Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env f3e8035b-7d72-4936-9346-d82b0d99e88b 909 2022-11-03T05:52:15.828Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-03T05:52:15.828Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env 2022-11-03T05:52:15.828Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T05:52:15.828Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:52:15.833Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:52:15.833Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454735828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-03T05:52:15.933Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T05:52:15.934Z||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-03T05:52:15.934Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:52:15.945Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:52:15.946Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-03T05:52:16.834Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 5c11464f-31ae-402d-87b9-8f2e2a48a2b5 2022-11-03T05:52:16.835Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_KRHAHm 0 5f167243-9994-4645-8382-a1bc4ff62efb 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-03T05:52:16.851Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@35b8e717, org.onap.sdc.toscaparser.api.parameters.Input@16cbcc97, org.onap.sdc.toscaparser.api.parameters.Input@5542b760, org.onap.sdc.toscaparser.api.parameters.Input@3e993411, org.onap.sdc.toscaparser.api.parameters.Input@4cebec8a] 2022-11-03T05:52:16.852Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:52:16.853Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:52:16.853Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-11-03T05:52:16.853Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= b418811c-e086-40f5-bf5e-af32c1b51eb8 2022-11-03T05:52:16.853Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b418811c-e086-40f5-bf5e-af32c1b51eb8 matches Tosca VF Customization UUID: b418811c-e086-40f5-bf5e-af32c1b51eb8 2022-11-03T05:52:16.854Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: b418811c-e086-40f5-bf5e-af32c1b51eb8 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-03T05:52:16.856Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:52:16.856Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:52:16.857Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id b418811c-e086-40f5-bf5e-af32c1b51eb8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-03T05:52:16.857Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@337bed99 2022-11-03T05:52:16.858Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:52:16.858Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-03T05:52:16.858Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 49e357ca-ec3b-4a62-bd20-f8198455e63f 2022-11-03T05:52:16.858Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 49e357ca-ec3b-4a62-bd20-f8198455e63f 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-03T05:52:16.861Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:52:16.861Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KRHAHm 0 is matching search criteria 2022-11-03T05:52:16.861Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KRHAHm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T05:52:16.862Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:52:16.862Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KRHAHm 0 is matching search criteria 2022-11-03T05:52:16.862Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KRHAHm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T05:52:16.862Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:52:16.863Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KRHAHm 0 is not matching search criteria 2022-11-03T05:52:16.863Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-03T05:52:16.864Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-03T05:52:16.864Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c1eeaaf0-48b8-49cb-8cca-31060a1ba48d 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-03T05:52:16.867Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:52:16.867Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KRHAHm 0 is matching search criteria 2022-11-03T05:52:16.867Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KRHAHm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T05:52:16.867Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:52:16.868Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_KRHAHm 0 is matching search criteria 2022-11-03T05:52:16.868Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_KRHAHm 0] matching following query criteria: sdcType=VF, customizationUUID=b418811c-e086-40f5-bf5e-af32c1b51eb8 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-03T05:52:16.870Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:52:16.870Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:52:16.871Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 5c11464f-31ae-402d-87b9-8f2e2a48a2b5: basic_onboard_KRHAHm 2022-11-03T05:52:16.871Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:52:16.871Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:52:16.871Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:52:16.872Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:52:16.872Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:52:16.872Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:52:16.873Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:52:16.873Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:52:16.873Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T05:52:16.873Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_KRHAHm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T05:52:16.874Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_KRHAHm 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-03T05:52:16.990Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_KRHAHm 5f167243-9994-4645-8382-a1bc4ff62efb 1 ASDC deployResourceStructure 2022-11-03T05:52:16.991Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json ASDC sendASDCNotification 2022-11-03T05:52:16.991Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json 2022-11-03T05:52:16.991Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T05:52:16.991Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:52:16.994Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:52:16.994Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454736991, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T05:52:17.095Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T05:52:17.096Z||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-03T05:52:17.096Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:52:17.107Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:52:17.108Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-03T05:52:17.995Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-03T05:52:17.996Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml 2022-11-03T05:52:17.996Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T05:52:17.996Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:52:17.999Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:52:17.999Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454737995, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-03T05:52:18.099Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T05:52:18.101Z||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-03T05:52:18.101Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:52:18.110Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:52:18.110Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-03T05:52:19.000Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-03T05:52:19.001Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env 2022-11-03T05:52:19.001Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T05:52:19.001Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:52:19.004Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:52:19.004Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454739000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-03T05:52:19.104Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T05:52:19.105Z||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-03T05:52:19.105Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:52:19.116Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:52:19.117Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-03T05:52:20.005Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar ASDC sendASDCNotification 2022-11-03T05:52:20.005Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar 2022-11-03T05:52:20.005Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T05:52:20.006Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:52:20.009Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:52:20.009Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454740005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T05:52:20.109Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T05:52:20.110Z||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-03T05:52:20.110Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:52:20.120Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:52:20.120Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-03T05:52:21.010Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 317a3b19-531d-4071-a251-c089c95d53e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T05:52:21.024Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 317a3b19-531d-4071-a251-c089c95d53e4 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-03T05:52:21.028Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T05:52:21.028Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-03T05:52:21.028Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-03T05:52:21.028Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-03T05:52:21.028Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T05:52:21.028Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T05:52:21.028Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T05:52:21.029Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T05:52:21.029Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T05:52:21.029Z|317a3b19-531d-4071-a251-c089c95d53e4|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-03T05:52:21.036Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-03T05:52:51.036Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 317a3b19-531d-4071-a251-c089c95d53e4 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-03T05:52:51.044Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 317a3b19-531d-4071-a251-c089c95d53e4 and serviceModelVersionId: 5c11464f-31ae-402d-87b9-8f2e2a48a2b5 2022-11-03T05:52:51.045Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bb967204-6139-4c7c-8590-6611b0282db1 2022-11-03T05:52:51.046Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bb967204-6139-4c7c-8590-6611b0282db1/model-vers/model-ver/5c11464f-31ae-402d-87b9-8f2e2a48a2b5?depth=0 2022-11-03T05:52:51.051Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-11-03T05:52:51.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:52:51.091Z||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-03T05:52:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:52:51.108Z|317a3b19-531d-4071-a251-c089c95d53e4|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/bb967204-6139-4c7c-8590-6611b0282db1/model-vers/model-ver/5c11464f-31ae-402d-87b9-8f2e2a48a2b5?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-03T05:52:51.110Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb967204-6139-4c7c-8590-6611b0282db1/model-vers/model-ver/5c11464f-31ae-402d-87b9-8f2e2a48a2b5?depth=0|INFO|500||Invoke 2022-11-03T05:52:51.138Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb967204-6139-4c7c-8590-6611b0282db1/model-vers/model-ver/5c11464f-31ae-402d-87b9-8f2e2a48a2b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-03T05:52:51.243Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb967204-6139-4c7c-8590-6611b0282db1/model-vers/model-ver/5c11464f-31ae-402d-87b9-8f2e2a48a2b5?depth=0|INFO|500||InvokeReturn 2022-11-03T05:52:51.244Z|317a3b19-531d-4071-a251-c089c95d53e4|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/bb967204-6139-4c7c-8590-6611b0282db1/model-vers/model-ver/5c11464f-31ae-402d-87b9-8f2e2a48a2b5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221103-05:52:51:093-92331], vertex-id=[176192], Content-Length=[0], Date=[Thu, 03 Nov 2022 05:52:51 GMT], Content-Type=[application/json]} 2022-11-03T05:52:51.244Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-11-03T05:52:51.247Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-03T05:52:51.250Z|317a3b19-531d-4071-a251-c089c95d53e4|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-03T05:52:51.257Z|317a3b19-531d-4071-a251-c089c95d53e4|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-03T05:52:51.258Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 317a3b19-531d-4071-a251-c089c95d53e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-03T05:52:51.258Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-03T05:52:51.259Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-03T05:52:51.263Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T05:52:51.264Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454771258, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T05:52:51.363Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T05:52:51.364Z||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-03T05:52:51.364Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:52:51.376Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:52:51.377Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-03T05:52:51.389Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:52:51.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:52:51.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454719470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T05:52:51.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:52:51.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:52:51.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454719470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json", "status": "NOTIFIED" } 2022-11-03T05:52:51.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:52:51.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:52:51.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454719470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-03T05:52:51.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:52:51.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:52:51.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454719470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T05:52:51.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:52:51.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:52:51.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454719470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-03T05:52:51.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:52:51.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:52:51.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454719470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T05:52:51.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:52:51.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:52:51.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454719470, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar", "status": "NOTIFIED" } 2022-11-03T05:52:51.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-03T05:52:51.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:52:51.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454731138, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T05:52:51.395Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:52:51.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:52:51.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454733713, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T05:52:51.395Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:52:51.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:52:51.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454734775, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T05:52:51.395Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:52:51.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:52:51.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454735828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-03T05:52:51.396Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:52:51.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:52:51.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454736991, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/basic_onboard_krhahm0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T05:52:51.396Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:52:51.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:52:51.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454737995, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-03T05:52:51.396Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:52:51.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:52:51.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454739000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/resourceInstances/basic_onboard_krhahm0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-03T05:52:51.397Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:52:51.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:52:51.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454740005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKrhahm/1.0/artifacts/service-BasicOnboardKrhahm-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T05:52:51.397Z||pool-2-thread-5|||||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-03T05:52:52.281Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:52:52.282Z|317a3b19-531d-4071-a251-c089c95d53e4|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-03T05:52:52.282Z|317a3b19-531d-4071-a251-c089c95d53e4|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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:53:01.826Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:53:01.827Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:53:01.829Z|317a3b19-531d-4071-a251-c089c95d53e4|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-03T05:53:01.829Z|317a3b19-531d-4071-a251-c089c95d53e4|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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:53:11.398Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:53:11.399Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:53:11.400Z|317a3b19-531d-4071-a251-c089c95d53e4|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-03T05:53:11.400Z|317a3b19-531d-4071-a251-c089c95d53e4|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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:53:20.951Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:53:51.087Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:53:51.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:53:51.091Z||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-03T05:53:51.091Z|317a3b19-531d-4071-a251-c089c95d53e4|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-03T05:53:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:53:51.091Z|317a3b19-531d-4071-a251-c089c95d53e4|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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:53:51.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:53:51.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T05:53:51.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "317a3b19-531d-4071-a251-c089c95d53e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667454771258, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T05:53:51.634Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T05:54:00.650Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:54:51.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:54:51.089Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T05:54:51.089Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T05:54:51.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:54:51.091Z||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-03T05:54:51.092Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:55:00.640Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:55:00.640Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:55:51.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:55:51.088Z||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-03T05:55:51.088Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:55:51.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:55:51.091Z||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-03T05:55:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:56:00.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:56:00.639Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:56:51.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:56:51.088Z||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-03T05:56:51.088Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:56:51.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:56:51.090Z||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-03T05:56:51.090Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:57:00.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:57:00.637Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:57:51.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:57:51.088Z||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-03T05:57:51.088Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:57:51.090Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:57:51.090Z|317a3b19-531d-4071-a251-c089c95d53e4|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-03T05:57:51.090Z|317a3b19-531d-4071-a251-c089c95d53e4|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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:58:00.635Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:58:00.641Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:58:51.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:58:51.088Z||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-03T05:58:51.088Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:58:51.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:58:51.091Z||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-03T05:58:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:59:00.634Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:59:00.636Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T05:59:51.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:59:51.088Z||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-03T05:59:51.088Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T05:59:51.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T05:59:51.091Z||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-03T05:59:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:00:00.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:00:00.638Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:00:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:00:51.089Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T06:00:51.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:00:51.090Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:00:51.090Z||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-03T06:00:51.090Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:01:00.643Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:01:00.646Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:01:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:01:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T06:01:51.088Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:01:51.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:01:51.090Z||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-03T06:01:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:02:00.629Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:02:00.629Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:02:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:02:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T06:02:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:02:51.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:02:51.091Z||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-03T06:02:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:03:00.636Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:03:00.644Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:03:51.087Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:03:51.088Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T06:03:51.089Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:03:51.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:03:51.090Z||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-03T06:03:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:03:51.228Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:03:51.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455390212, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:03:51.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "consumerID": "multicloud-k8s-id", "timestamp": 1667455393470, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:03:51.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "consumerID": "multicloud-k8s-id", "timestamp": 1667455393470, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:03:51.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455390212, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:03:51.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "consumerID": "cds", "timestamp": 1667455401991, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:03:51.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455402160, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:03:51.233Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:03:51.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "consumerID": "cds", "timestamp": 1667455401991, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:03:51.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "consumerID": "cds", "timestamp": 1667455404693, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:03:51.234Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:03:51.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455403827, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:03:51.235Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:03:51.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "consumerID": "cds", "timestamp": 1667455405698, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-03T06:03:51.256Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 19f56230-69e3-4749-8001-5c0842158b44 2022-11-03T06:03:51.257Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19f56230-69e3-4749-8001-5c0842158b44 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-03T06:03:51.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455404831, "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-03T06:03:51.274Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 19f56230-69e3-4749-8001-5c0842158b44 2022-11-03T06:03:51.275Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19f56230-69e3-4749-8001-5c0842158b44 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-03T06:03:51.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "consumerID": "aai-ml", "timestamp": 1667455406188, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:03:51.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "consumerID": "aai-ml", "timestamp": 1667455406188, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:03:51.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "consumerID": "aai-ml", "timestamp": 1667455408925, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:03:51.286Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:03:51.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "consumerID": "ves-openapi-manager", "timestamp": 1667455410079, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:03:51.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "consumerID": "ves-openapi-manager", "timestamp": 1667455410079, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:03:51.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "consumerID": "aai-ml", "timestamp": 1667455413328, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:03:51.291Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:03:51.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "consumerID": "aai-ml", "timestamp": 1667455414332, "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-03T06:03:51.297Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 19f56230-69e3-4749-8001-5c0842158b44 2022-11-03T06:03:51.297Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19f56230-69e3-4749-8001-5c0842158b44 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-03T06:03:51.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "multicloud-k8s-id", "timestamp": 1667455413470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:03:51.307Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "cds", "timestamp": 1667455416991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:03:51.308Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "cds", "timestamp": 1667455416991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-03T06:03:51.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "multicloud-k8s-id", "timestamp": 1667455413470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-03T06:03:51.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "cds", "timestamp": 1667455416991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-03T06:03:51.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "multicloud-k8s-id", "timestamp": 1667455413470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-03T06:03:51.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455420211, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:03:51.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "cds", "timestamp": 1667455416991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T06:03:51.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "multicloud-k8s-id", "timestamp": 1667455413470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-03T06:03:51.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455420211, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-03T06:03:51.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "cds", "timestamp": 1667455416991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:03:51.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "multicloud-k8s-id", "timestamp": 1667455413470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-03T06:03:51.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455420211, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-03T06:03:51.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "cds", "timestamp": 1667455416991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:03:51.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "multicloud-k8s-id", "timestamp": 1667455413470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:03:51.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455420211, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T06:03:51.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "cds", "timestamp": 1667455416991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-03T06:03:51.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "multicloud-k8s-id", "timestamp": 1667455413470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-03T06:03:51.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455420211, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:03:51.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "cds", "timestamp": 1667455416991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:03:51.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "multicloud-k8s-id", "timestamp": 1667455413470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:03:51.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455420211, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:03:51.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "cds", "timestamp": 1667455416991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:03:51.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "multicloud-k8s-id", "timestamp": 1667455413470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:03:51.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455420211, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-03T06:03:51.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455420211, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:03:51.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "cds", "timestamp": 1667455428918, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:03:51.323Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:03:51.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "multicloud-k8s-id", "timestamp": 1667455428295, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T06:03:51.324Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:03:51.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455420211, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:03:51.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "cds", "timestamp": 1667455429923, "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-03T06:03:51.338Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 40cc8572-bc5b-4964-b6aa-8a11add873d2 2022-11-03T06:03:51.339Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40cc8572-bc5b-4964-b6aa-8a11add873d2 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-03T06:03:51.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "multicloud-k8s-id", "timestamp": 1667455429378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T06:03:51.348Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:03:51.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "ves-openapi-manager", "timestamp": 1667455430079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:03:51.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:03:51.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455429936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:03:51.349Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:03:51.729Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:03:51.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:03:51.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"19f56230-69e3-4749-8001-5c0842158b44","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"81fc05c1-bbb7-40bf-bc09-e49a2982e14e","serviceDescription":"service","serviceInvariantUUID":"1ebe8417-941b-4e24-a06b-7281970c557f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8a8aee64-8b3b-403d-af21-206ddfbb60ce","resourceInvariantUUID":"685a8fb6-758a-4fc7-970b-64cbecc2d99a","resourceCustomizationUUID":"7d9c95e8-ce26-482c-9972-a4f12e73cf40","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":"Mzg0ZmM1YTYzZTdmM2IzYjU4MTg2NWRmMWI1MTI3YmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"be15853c-d283-4a68-b985-dbe2a7ed32dc","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGJkZDA2NmM2OGYxZTg4MTkwNDZjMjVkZGY3Mzc5YWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c4788e27-773b-463f-9a59-042caee5e4e8","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-03T06:03:51.736Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:03:51.737Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:03:51.740Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:03:51.740Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:03:51.841Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:03:51.842Z||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-03T06:03:51.842Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:03:51.854Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:03:51.855Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-03T06:03:52.741Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:03:52.743Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:03:52.745Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:03:52.745Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:03:52.846Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T06:03:52.847Z||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-03T06:03:52.847Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:03:52.857Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:03:52.858Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:03:53.747Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "81fc05c1-bbb7-40bf-bc09-e49a2982e14e", "serviceDescription": "service", "serviceInvariantUUID": "1ebe8417-941b-4e24-a06b-7281970c557f", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "7d9c95e8-ce26-482c-9972-a4f12e73cf40", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "8a8aee64-8b3b-403d-af21-206ddfbb60ce", "resourceInvariantUUID": "685a8fb6-758a-4fc7-970b-64cbecc2d99a", "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": "ZGJkZDA2NmM2OGYxZTg4MTkwNDZjMjVkZGY3Mzc5YWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c4788e27-773b-463f-9a59-042caee5e4e8" } ], "workloadContext": "Production" } 2022-11-03T06:03:53.747Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-03T06:03:53.748Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 81fc05c1-bbb7-40bf-bc09-e49a2982e14e ASDC 2022-11-03T06:03:53.748Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:19f56230-69e3-4749-8001-5c0842158b44 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:81fc05c1-bbb7-40bf-bc09-e49a2982e14e ServiceInvariantUUID:1ebe8417-941b-4e24-a06b-7281970c557f 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:c4788e27-773b-463f-9a59-042caee5e4e8 ArtifactChecksum:ZGJkZDA2NmM2OGYxZTg4MTkwNDZjMjVkZGY3Mzc5YWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:7d9c95e8-ce26-482c-9972-a4f12e73cf40 ResourceInvariantUUID:685a8fb6-758a-4fc7-970b-64cbecc2d99a ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:8a8aee64-8b3b-403d-af21-206ddfbb60ce ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-11-03T06:03:53.748Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81fc05c1-bbb7-40bf-bc09-e49a2982e14e 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-03T06:03:53.789Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T06:03:53.790Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-03T06:03:53.790Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-03T06:03:53.790Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c4788e27-773b-463f-9a59-042caee5e4e8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-03T06:03:53.791Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-03T06:03:53.791Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-03T06:03:53.884Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-03T06:03:53.887Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c4788e27-773b-463f-9a59-042caee5e4e8 57657 2022-11-03T06:03:53.887Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-03T06:03:53.888Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-03T06:03:53.888Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T06:03:53.888Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:03:53.890Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:03:53.890Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455433887, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:03:53.991Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:03:53.992Z||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-03T06:03:53.992Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:03:54.005Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:03:54.005Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:03:54.891Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T06:03:54.892Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-03T06:03:54.893Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c4788e27-773b-463f-9a59-042caee5e4e8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-03T06:03:54.893Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-11-03T06:03:54.894Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-03T06:03:54.894Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-03T06:03:55.032Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10431921595000281438/Definitions/service-BasicNetwork-template.yml 2022-11-03T06:03:55.644Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-03T06:03:55.644Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-03T06:03:55.644Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-03T06:03:55.645Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-11-03T06:03:55.645Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-03T06:03:55.645Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-03T06:03:55.645Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-03T06:03:55.645Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-03T06:03:55.645Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-03T06:03:55.645Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-03T06:03:55.645Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-03T06:03:55.645Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-03T06:03:55.646Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-03T06:03:55.646Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:03:55.646Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:03:55.646Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-03T06:03:55.647Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-03T06:03:55.647Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T06:03:55.647Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:03:55.647Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:03:55.647Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-03T06:03:55.648Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-03T06:03:55.648Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T06:03:55.648Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:03:55.648Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:03:55.648Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:03:55.648Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:03:55.649Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:03:55.649Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:03:55.649Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:03:55.649Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:03:55.649Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:03:55.649Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:03:55.649Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:81fc05c1-bbb7-40bf-bc09-e49a2982e14e Model Version:NULL Model InvariantUuid:1ebe8417-941b-4e24-a06b-7281970c557f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:685a8fb6-758a-4fc7-970b-64cbecc2d99a Model UUID:9c798505-5e6d-4f13-a745-9917fc7e0012 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:7d9c95e8-ce26-482c-9972-a4f12e73cf40 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-03T06:03:55.656Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 8a8aee64-8b3b-403d-af21-206ddfbb60ce 2022-11-03T06:03:55.656Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||No resources found for Service: 81fc05c1-bbb7-40bf-bc09-e49a2982e14e 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-03T06:03:55.665Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500|| 2022-11-03T06:03:55.665Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-11-03T06:03:55.666Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 81fc05c1-bbb7-40bf-bc09-e49a2982e14e 2022-11-03T06:03:55.666Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 81fc05c1-bbb7-40bf-bc09-e49a2982e14e 2022-11-03T06:03:55.666Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-11-03T06:03:55.666Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-03T06:03:55.672Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e515b80, org.onap.sdc.toscaparser.api.parameters.Input@41060b2a, org.onap.sdc.toscaparser.api.parameters.Input@1bbd4c60, org.onap.sdc.toscaparser.api.parameters.Input@720de945, org.onap.sdc.toscaparser.api.parameters.Input@46b431df] 2022-11-03T06:03:55.674Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:03:55.674Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:03:55.675Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:03:55.675Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:03:55.675Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 81fc05c1-bbb7-40bf-bc09-e49a2982e14e: Generic NeutronNet 2022-11-03T06:03:55.675Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:03:55.676Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:03:55.676Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:03:55.676Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-11-03T06:03:55.726Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:03:55.726Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:03:55.727Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:03:55.727Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:03:55.728Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:03:55.728Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:03:55.728Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-03T06:03:55.805Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-11-03T06:03:55.806Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-03T06:03:55.807Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-03T06:03:55.807Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T06:03:55.807Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:03:55.810Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:03:55.810Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455435806, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:03:55.910Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:03:55.912Z||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-03T06:03:55.912Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:03:55.922Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:03:55.923Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:03:56.811Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19f56230-69e3-4749-8001-5c0842158b44 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T06:03:56.825Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19f56230-69e3-4749-8001-5c0842158b44 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-03T06:03:56.829Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T06:03:56.829Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-03T06:03:56.829Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-03T06:03:56.829Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-03T06:03:56.829Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:03:56.830Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:03:56.830Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:03:56.830Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:03:56.830Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-03T06:03:56.836Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-03T06:04:26.838Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 19f56230-69e3-4749-8001-5c0842158b44 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-03T06:04:26.859Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 19f56230-69e3-4749-8001-5c0842158b44 and serviceModelVersionId: 81fc05c1-bbb7-40bf-bc09-e49a2982e14e 2022-11-03T06:04:26.860Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ebe8417-941b-4e24-a06b-7281970c557f 2022-11-03T06:04:26.862Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ebe8417-941b-4e24-a06b-7281970c557f/model-vers/model-ver/81fc05c1-bbb7-40bf-bc09-e49a2982e14e?depth=0 2022-11-03T06:04:26.872Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-11-03T06:04:26.940Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ebe8417-941b-4e24-a06b-7281970c557f/model-vers/model-ver/81fc05c1-bbb7-40bf-bc09-e49a2982e14e?depth=0|INFO|500||Invoke 2022-11-03T06:04:26.941Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ebe8417-941b-4e24-a06b-7281970c557f/model-vers/model-ver/81fc05c1-bbb7-40bf-bc09-e49a2982e14e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ebe8417-941b-4e24-a06b-7281970c557f/model-vers/model-ver/81fc05c1-bbb7-40bf-bc09-e49a2982e14e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[19f56230-69e3-4749-8001-5c0842158b44], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ba3e3185-8f20-4cff-9785-7f60017fdd24], X-ECOMP-RequestID=[19f56230-69e3-4749-8001-5c0842158b44], X-TransactionId=[], X-ONAP-RequestID=[19f56230-69e3-4749-8001-5c0842158b44], Content-Type=[application/merge-patch+json]} 2022-11-03T06:04:26.971Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ebe8417-941b-4e24-a06b-7281970c557f/model-vers/model-ver/81fc05c1-bbb7-40bf-bc09-e49a2982e14e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-03T06:04:27.076Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ebe8417-941b-4e24-a06b-7281970c557f/model-vers/model-ver/81fc05c1-bbb7-40bf-bc09-e49a2982e14e?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/1ebe8417-941b-4e24-a06b-7281970c557f/model-vers/model-ver/81fc05c1-bbb7-40bf-bc09-e49a2982e14e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221103-06:04:26:906-85927], vertex-id=[188416], Content-Length=[0], Date=[Thu, 03 Nov 2022 06:04:26 GMT], Content-Type=[application/json]} 2022-11-03T06:04:27.077Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ebe8417-941b-4e24-a06b-7281970c557f/model-vers/model-ver/81fc05c1-bbb7-40bf-bc09-e49a2982e14e?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-03T06:04:27.078Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ebe8417-941b-4e24-a06b-7281970c557f/model-vers/model-ver/81fc05c1-bbb7-40bf-bc09-e49a2982e14e?depth=0|INFO|500||InvokeReturn 2022-11-03T06:04:27.078Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-03T06:04:27.079Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-03T06:04:27.086Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-03T06:04:27.087Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 19f56230-69e3-4749-8001-5c0842158b44 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-03T06:04:27.087Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-03T06:04:27.088Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:04:27.093Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:04:27.094Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455467087, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T06:04:27.193Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T06:04:27.195Z||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-03T06:04:27.195Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:04:27.214Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:04:27.215Z||pool-39-thread-1|||||INFO|500||cambria reply ok (21 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-03T06:04:28.108Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:04:28.109Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"40cc8572-bc5b-4964-b6aa-8a11add873d2","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"66683801-673e-460d-a418-1b098a9ae284","serviceDescription":"service","serviceInvariantUUID":"031904b4-2f3a-4b5a-b601-a48bcf31515a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5a8e10ac-ecc0-4310-9a0e-55ec669f82e4","resourceInvariantUUID":"d0974072-e3b3-44d8-a9d0-d2d394db0111","resourceCustomizationUUID":"c0f1987f-d13b-4743-891f-584fc24fda8b","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":"NGE3ZDJhNzIzZDBmODRkMTYzNWVjYzJkMTUxMzhkZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a028d90d-6083-4fc4-9aed-a66803198ec1","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":"36186bec-4658-4207-8ad5-a51bede1b3eb","artifactVersion":"2","generatedFromUUID":"8a06bf40-72bc-4c5d-a265-0ab75d33b2c2"},{"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":"8a06bf40-72bc-4c5d-a265-0ab75d33b2c2","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":"Yzc0ODk3YTk3MWFhYzc2MWNhNGYyMGVkYjZkM2NiYTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d1c7cf84-9783-497a-882b-969d168f7b0e","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":"6333a5cc-a5b3-47b4-bfa5-9cdfeadc25f0","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":"47f6afe5-c498-46c5-9db3-d9ec899aad05","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":"b7943f7b-9f9a-4e5f-b07f-5d5123083016","artifactVersion":"2","generatedFromUUID":"6333a5cc-a5b3-47b4-bfa5-9cdfeadc25f0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ODU5YjQ2Y2ZiNWQzZThhNTNmNTY2NWEzZDM1ZjllMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ee883ae-1f82-4be7-84c3-453e1b286343","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OGI4ZDQ2OGJhZmUyODBlODBhMDc3OGNhYjJlMzFiMzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7e1b7585-1879-424b-a66a-3a757fc8dc0b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-03T06:04:28.109Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:04:28.109Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:04:28.111Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:04:28.112Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:04:28.212Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:04:28.213Z||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-03T06:04:28.213Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:04:28.224Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:04:28.225Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-03T06:04:29.112Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:04:29.113Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:04:29.115Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:04:29.115Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-03T06:04:29.215Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:04:29.217Z||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-03T06:04:29.217Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:04:29.260Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:04:29.261Z||pool-41-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:04:30.118Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:04:30.122Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:04:30.127Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:04:30.127Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-03T06:04:30.226Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-11-03T06:04:30.227Z||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-03T06:04:30.228Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:04:30.260Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:04:30.261Z||pool-42-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:04:31.128Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:04:31.130Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:04:31.132Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:04:31.133Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-03T06:04:31.233Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:04:31.234Z||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-03T06:04:31.235Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:04:31.247Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:04:31.248Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:04:32.135Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:04:32.137Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:04:32.144Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:04:32.144Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-03T06:04:32.240Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-11-03T06:04:32.241Z||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-03T06:04:32.241Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:04:32.266Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:04:32.267Z||pool-44-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:04:33.145Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:04:33.146Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:04:33.148Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:04:33.148Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:04:33.248Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:04:33.249Z||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-03T06:04:33.249Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:04:33.260Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:04:33.260Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:04:34.149Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:04:34.150Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:04:34.152Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:04:34.152Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-03T06:04:34.252Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:04:34.253Z||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-03T06:04:34.253Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:04:34.271Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:04:34.271Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:04:35.153Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:04:35.154Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:04:35.157Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:04:35.157Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:04:35.257Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:04:35.258Z||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-03T06:04:35.258Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:04:35.271Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:04:35.272Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-03T06:04:36.160Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:04:36.160Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:04:36.212Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:04:36.212Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:04:36.266Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 54 ms 2022-11-03T06:04:36.287Z||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-03T06:04:36.287Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:04:36.301Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:04:36.302Z||pool-48-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:04:37.214Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "66683801-673e-460d-a418-1b098a9ae284", "serviceDescription": "service", "serviceInvariantUUID": "031904b4-2f3a-4b5a-b601-a48bcf31515a", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "c0f1987f-d13b-4743-891f-584fc24fda8b", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5a8e10ac-ecc0-4310-9a0e-55ec669f82e4", "resourceInvariantUUID": "d0974072-e3b3-44d8-a9d0-d2d394db0111", "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": "36186bec-4658-4207-8ad5-a51bede1b3eb", "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": "8a06bf40-72bc-4c5d-a265-0ab75d33b2c2", "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": "Yzc0ODk3YTk3MWFhYzc2MWNhNGYyMGVkYjZkM2NiYTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d1c7cf84-9783-497a-882b-969d168f7b0e", "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": "6333a5cc-a5b3-47b4-bfa5-9cdfeadc25f0", "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": "b7943f7b-9f9a-4e5f-b07f-5d5123083016", "generatedFromUUID": "6333a5cc-a5b3-47b4-bfa5-9cdfeadc25f0" }, "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": "b7943f7b-9f9a-4e5f-b07f-5d5123083016", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "OGI4ZDQ2OGJhZmUyODBlODBhMDc3OGNhYjJlMzFiMzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7e1b7585-1879-424b-a66a-3a757fc8dc0b" } ], "workloadContext": "Production" } 2022-11-03T06:04:37.215Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-03T06:04:37.215Z|19f56230-69e3-4749-8001-5c0842158b44|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 66683801-673e-460d-a418-1b098a9ae284 ASDC 2022-11-03T06:04:37.216Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:40cc8572-bc5b-4964-b6aa-8a11add873d2 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:66683801-673e-460d-a418-1b098a9ae284 ServiceInvariantUUID:031904b4-2f3a-4b5a-b601-a48bcf31515a 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:7e1b7585-1879-424b-a66a-3a757fc8dc0b ArtifactChecksum:OGI4ZDQ2OGJhZmUyODBlODBhMDc3OGNhYjJlMzFiMzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:c0f1987f-d13b-4743-891f-584fc24fda8b ResourceInvariantUUID:d0974072-e3b3-44d8-a9d0-d2d394db0111 ResourceName:basic_cnf ResourceType:VF ResourceUUID:5a8e10ac-ecc0-4310-9a0e-55ec669f82e4 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:36186bec-4658-4207-8ad5-a51bede1b3eb 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:8a06bf40-72bc-4c5d-a265-0ab75d33b2c2 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:d1c7cf84-9783-497a-882b-969d168f7b0e ArtifactChecksum:Yzc0ODk3YTk3MWFhYzc2MWNhNGYyMGVkYjZkM2NiYTI= 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:6333a5cc-a5b3-47b4-bfa5-9cdfeadc25f0 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:b7943f7b-9f9a-4e5f-b07f-5d5123083016 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:b7943f7b-9f9a-4e5f-b07f-5d5123083016 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-03T06:04:37.217Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66683801-673e-460d-a418-1b098a9ae284 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-03T06:04:37.267Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T06:04:37.269Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-03T06:04:37.269Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-03T06:04:37.269Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7e1b7585-1879-424b-a66a-3a757fc8dc0b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-03T06:04:37.270Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-03T06:04:37.270Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-03T06:04:37.355Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-03T06:04:37.361Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 7e1b7585-1879-424b-a66a-3a757fc8dc0b 73670 2022-11-03T06:04:37.361Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-03T06:04:37.362Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-03T06:04:37.362Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T06:04:37.362Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:04:37.366Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:04:37.366Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455477361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:04:37.466Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T06:04:37.467Z||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-03T06:04:37.467Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:04:37.477Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:04:37.478Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:04:38.367Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T06:04:38.370Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-03T06:04:38.370Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 7e1b7585-1879-424b-a66a-3a757fc8dc0b, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-03T06:04:38.371Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-11-03T06:04:38.372Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-03T06:04:38.373Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-03T06:04:38.537Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1841637150432260763/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-03T06:04:39.921Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-03T06:04:39.921Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-03T06:04:39.921Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-03T06:04:39.921Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-03T06:04:39.922Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-03T06:04:39.922Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-03T06:04:39.922Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-03T06:04:39.922Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-03T06:04:39.922Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-03T06:04:39.922Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:04:39.922Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:04:39.922Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-03T06:04:39.923Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-03T06:04:39.923Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T06:04:39.923Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:04:39.923Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:04:39.924Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-03T06:04:39.924Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-03T06:04:39.924Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T06:04:39.924Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:04:39.924Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:04:39.924Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:04:39.924Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-03T06:04:39.925Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-11-03T06:04:39.925Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2022-11-03T06:04:39.925Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-03T06:04:39.926Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:04:39.926Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-03T06:04:39.926Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:04:39.926Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-03T06:04:39.927Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T06:04:39.927Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:04:39.927Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-03T06:04:39.927Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T06:04:39.928Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:04:39.928Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-03T06:04:39.928Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T06:04:39.928Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:04:39.928Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-03T06:04:39.928Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-03T06:04:39.928Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7bf8fa95-a253-4848-a828-bf66e993f342 2022-11-03T06:04:39.929Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:04:39.929Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:04:39.929Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:04:39.929Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:04:39.929Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:04:39.929Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:04:39.930Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:04:39.930Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:04:39.930Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:66683801-673e-460d-a418-1b098a9ae284 Model Version:NULL Model InvariantUuid:031904b4-2f3a-4b5a-b601-a48bcf31515a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:d1ec2655-7eed-4e87-98da-1ecfda4bff33 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d0974072-e3b3-44d8-a9d0-d2d394db0111 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c0f1987f-d13b-4743-891f-584fc24fda8b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f8998eaf-2c75-47e5-8b5c-8c478b30af1a ModelName:BasicCnf..base_dummy..module-0 ModelUuid:0d7f880a-4967-4a86-a769-c62aad776a65 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7bf8fa95-a253-4848-a828-bf66e993f342 ModelInvariantUuid:8c73e638-c12a-4870-b13a-98b4acb5dfbb ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:c23c80e7-4bd5-4b21-ab2c-ca122909a2cb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:9c5524a6-84c0-4fad-9321-ba5223c9827f ModelInvariantUuid:8aa17f0b-335e-4ae3-a05e-5c2b149bc8e0 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:5c7fb45b-f9bf-4919-ab10-ee6d4cdf65e2 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-03T06:04:39.937Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 5a8e10ac-ecc0-4310-9a0e-55ec669f82e4 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-03T06:04:39.940Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||basic_cnf 0 2022-11-03T06:04:39.940Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5a8e10ac-ecc0-4310-9a0e-55ec669f82e4 2022-11-03T06:04:39.940Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 36186bec-4658-4207-8ad5-a51bede1b3eb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-03T06:04:39.940Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-03T06:04:39.940Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-03T06:04:39.993Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-03T06:04:39.993Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 36186bec-4658-4207-8ad5-a51bede1b3eb 12 2022-11-03T06:04:39.994Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-11-03T06:04:39.994Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-03T06:04:39.994Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T06:04:39.994Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:04:39.996Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:04:39.997Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455479994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-03T06:04:40.097Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:04:40.098Z||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-03T06:04:40.098Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:04:40.108Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:04:40.109Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:04:40.997Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8a06bf40-72bc-4c5d-a265-0ab75d33b2c2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-03T06:04:40.997Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-03T06:04:40.998Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-03T06:04:41.048Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-03T06:04:41.049Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 8a06bf40-72bc-4c5d-a265-0ab75d33b2c2 2688 2022-11-03T06:04:41.049Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-11-03T06:04:41.049Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-03T06:04:41.049Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T06:04:41.050Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:04:41.053Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:04:41.053Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455481049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-03T06:04:41.153Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:04:41.154Z||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-03T06:04:41.154Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:04:41.169Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:04:41.170Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:04:42.055Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d1c7cf84-9783-497a-882b-969d168f7b0e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-03T06:04:42.056Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-03T06:04:42.056Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-03T06:04:42.114Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-03T06:04:42.115Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json d1c7cf84-9783-497a-882b-969d168f7b0e 828 2022-11-03T06:04:42.115Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-11-03T06:04:42.115Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-03T06:04:42.115Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T06:04:42.116Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:04:42.118Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:04:42.119Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455482115, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T06:04:42.219Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:04:42.220Z||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-03T06:04:42.221Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:04:42.230Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:04:42.231Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:04:43.124Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "f8998eaf-2c75-47e5-8b5c-8c478b30af1a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0d7f880a-4967-4a86-a769-c62aad776a65", "vfModuleModelCustomizationUUID": "bdc5d3dd-035a-41f5-a873-008c54a55dc4", "isBase": true, "artifacts": [ "6333a5cc-a5b3-47b4-bfa5-9cdfeadc25f0", "8a06bf40-72bc-4c5d-a265-0ab75d33b2c2", "b7943f7b-9f9a-4e5f-b07f-5d5123083016" ], "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-03T06:04:43.128Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0d7f880a-4967-4a86-a769-c62aad776a65 VfModuleModelInvariantUUID:f8998eaf-2c75-47e5-8b5c-8c478b30af1a VfModuleModelDescription:NULL Artifacts UUID List:{ 6333a5cc-a5b3-47b4-bfa5-9cdfeadc25f0 , 8a06bf40-72bc-4c5d-a265-0ab75d33b2c2 , b7943f7b-9f9a-4e5f-b07f-5d5123083016 } 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-03T06:04:43.130Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "f8998eaf-2c75-47e5-8b5c-8c478b30af1a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0d7f880a-4967-4a86-a769-c62aad776a65", "vfModuleModelCustomizationUUID": "bdc5d3dd-035a-41f5-a873-008c54a55dc4", "isBase": true, "artifacts": [ "6333a5cc-a5b3-47b4-bfa5-9cdfeadc25f0", "8a06bf40-72bc-4c5d-a265-0ab75d33b2c2", "b7943f7b-9f9a-4e5f-b07f-5d5123083016" ], "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-03T06:04:43.131Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0d7f880a-4967-4a86-a769-c62aad776a65 VfModuleModelInvariantUUID:f8998eaf-2c75-47e5-8b5c-8c478b30af1a VfModuleModelDescription:NULL Artifacts UUID List:{ 6333a5cc-a5b3-47b4-bfa5-9cdfeadc25f0 , 8a06bf40-72bc-4c5d-a265-0ab75d33b2c2 , b7943f7b-9f9a-4e5f-b07f-5d5123083016 } 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-03T06:04:43.131Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6333a5cc-a5b3-47b4-bfa5-9cdfeadc25f0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-03T06:04:43.131Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-03T06:04:43.131Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-03T06:04:43.181Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-03T06:04:43.181Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 6333a5cc-a5b3-47b4-bfa5-9cdfeadc25f0 1164 2022-11-03T06:04:43.182Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-11-03T06:04:43.182Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-03T06:04:43.182Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T06:04:43.182Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:04:43.185Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:04:43.185Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455483182, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T06:04:43.286Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-03T06:04:43.287Z||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-03T06:04:43.287Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:04:43.300Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:04:43.301Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-03T06:04:44.186Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b7943f7b-9f9a-4e5f-b07f-5d5123083016 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-03T06:04:44.187Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-03T06:04:44.187Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-03T06:04:44.236Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-03T06:04:44.237Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env b7943f7b-9f9a-4e5f-b07f-5d5123083016 200 2022-11-03T06:04:44.237Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-11-03T06:04:44.237Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-03T06:04:44.238Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T06:04:44.238Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:04:44.240Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:04:44.240Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455484237, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-03T06:04:44.340Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T06:04:44.341Z||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-03T06:04:44.342Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:04:44.353Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:04:44.353Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:04:45.241Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 66683801-673e-460d-a418-1b098a9ae284 2022-11-03T06:04:45.242Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 5a8e10ac-ecc0-4310-9a0e-55ec669f82e4 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-11-03T06:04:45.260Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-03T06:04:45.264Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@500083d8, org.onap.sdc.toscaparser.api.parameters.Input@1a1a3525, org.onap.sdc.toscaparser.api.parameters.Input@318cbfcf, org.onap.sdc.toscaparser.api.parameters.Input@43145d89, org.onap.sdc.toscaparser.api.parameters.Input@17de1870] 2022-11-03T06:04:45.266Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:04:45.266Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:04:45.266Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-11-03T06:04:45.266Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= c0f1987f-d13b-4743-891f-584fc24fda8b 2022-11-03T06:04:45.267Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c0f1987f-d13b-4743-891f-584fc24fda8b matches Tosca VF Customization UUID: c0f1987f-d13b-4743-891f-584fc24fda8b 2022-11-03T06:04:45.267Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: c0f1987f-d13b-4743-891f-584fc24fda8b 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-03T06:04:45.272Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:04:45.272Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:04:45.272Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id c0f1987f-d13b-4743-891f-584fc24fda8b: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-03T06:04:45.273Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6919e6a3 2022-11-03T06:04:45.273Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:04:45.273Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-03T06:04:45.273Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bdc5d3dd-035a-41f5-a873-008c54a55dc4 2022-11-03T06:04:45.273Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bdc5d3dd-035a-41f5-a873-008c54a55dc4 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-03T06:04:45.277Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:04:45.277Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-03T06:04:45.277Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T06:04:45.278Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:04:45.278Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-03T06:04:45.278Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T06:04:45.278Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:04:45.278Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-03T06:04:45.279Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-03T06:04:45.279Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7bf8fa95-a253-4848-a828-bf66e993f342 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-03T06:04:45.282Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:04:45.282Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-03T06:04:45.282Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T06:04:45.283Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:04:45.283Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-03T06:04:45.283Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=c0f1987f-d13b-4743-891f-584fc24fda8b 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-03T06:04:45.285Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:04:45.285Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:04:45.285Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 66683801-673e-460d-a418-1b098a9ae284: basic_cnf 2022-11-03T06:04:45.285Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:04:45.285Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:04:45.286Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:04:45.286Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:04:45.286Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:04:45.286Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:04:45.286Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:04:45.286Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:04:45.287Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:04:45.287Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:04:45.287Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-03T06:04:45.357Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 5a8e10ac-ecc0-4310-9a0e-55ec669f82e4 1 ASDC deployResourceStructure 2022-11-03T06:04:45.359Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-11-03T06:04:45.359Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-11-03T06:04:45.359Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-03T06:04:45.359Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:04:45.361Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:04:45.362Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455485357, "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-03T06:04:45.462Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:04:45.463Z||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-03T06:04:45.463Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:04:45.474Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:04:45.474Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:04:46.365Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-11-03T06:04:46.365Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-11-03T06:04:46.366Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-03T06:04:46.366Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:04:46.368Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:04:46.368Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455486365, "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-03T06:04:46.472Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-03T06:04:46.474Z||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-03T06:04:46.475Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:04:46.488Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:04:46.488Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:04:47.370Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-11-03T06:04:47.370Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-03T06:04:47.370Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T06:04:47.371Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:04:47.373Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:04:47.374Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455487369, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T06:04:47.474Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:04:47.475Z||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-03T06:04:47.475Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:04:47.485Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:04:47.485Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-03T06:04:48.375Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-11-03T06:04:48.376Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-03T06:04:48.376Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T06:04:48.376Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:04:48.378Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:04:48.378Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455488375, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-03T06:04:48.478Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:04:48.479Z||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-03T06:04:48.479Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:04:48.489Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:04:48.489Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:04:49.379Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-11-03T06:04:49.380Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-03T06:04:49.380Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T06:04:49.380Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:04:49.382Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:04:49.382Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455489379, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-03T06:04:49.483Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:04:49.484Z||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-03T06:04:49.484Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:04:49.494Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:04:49.494Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-03T06:04:50.383Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-03T06:04:50.384Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-03T06:04:50.384Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T06:04:50.385Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:04:50.386Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:04:50.387Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455490383, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:04:50.488Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:04:50.489Z||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-03T06:04:50.489Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:04:50.500Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:04:50.501Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:04:51.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:04:51.091Z||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-03T06:04:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:04:51.130Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:04:51.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:04:51.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "multicloud-k8s-id", "timestamp": 1667455430439, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-03T06:04:51.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:04:51.388Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40cc8572-bc5b-4964-b6aa-8a11add873d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T06:04:51.398Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40cc8572-bc5b-4964-b6aa-8a11add873d2 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-03T06:04:51.403Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T06:04:51.404Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-03T06:04:51.404Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-03T06:05:21.404Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40cc8572-bc5b-4964-b6aa-8a11add873d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T06:05:21.416Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40cc8572-bc5b-4964-b6aa-8a11add873d2 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-03T06:05:21.418Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T06:05:21.419Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-03T06:05:21.419Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-03T06:05:51.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:05:51.091Z||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-03T06:05:51.092Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:05:51.120Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:05:51.161Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.161Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "ves-openapi-manager", "timestamp": 1667455430079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.162Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "multicloud-k8s-id", "timestamp": 1667455431494, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-03T06:05:51.164Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "cds", "timestamp": 1667455431991, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "ves-openapi-manager", "timestamp": 1667455430079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:05:51.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "multicloud-k8s-id", "timestamp": 1667455432564, "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-03T06:05:51.174Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 40cc8572-bc5b-4964-b6aa-8a11add873d2 2022-11-03T06:05:51.174Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40cc8572-bc5b-4964-b6aa-8a11add873d2 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-03T06:05:51.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455432364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:05:51.184Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "cds", "timestamp": 1667455431991, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "ves-openapi-manager", "timestamp": 1667455430079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455433887, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:05:51.186Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "multicloud-k8s-id", "timestamp": 1667455433569, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T06:05:51.187Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455433368, "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-03T06:05:51.193Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 40cc8572-bc5b-4964-b6aa-8a11add873d2 2022-11-03T06:05:51.193Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40cc8572-bc5b-4964-b6aa-8a11add873d2 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-03T06:05:51.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "cds", "timestamp": 1667455431991, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "ves-openapi-manager", "timestamp": 1667455430079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.207Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "cds", "timestamp": 1667455431991, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "ves-openapi-manager", "timestamp": 1667455430079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455435806, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:05:51.209Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "multicloud-k8s-id", "timestamp": 1667455434578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "cds", "timestamp": 1667455431991, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "ves-openapi-manager", "timestamp": 1667455430079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.212Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "multicloud-k8s-id", "timestamp": 1667455434578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-03T06:05:51.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "aai-ml", "timestamp": 1667455436188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.213Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "cds", "timestamp": 1667455431991, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "ves-openapi-manager", "timestamp": 1667455430079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "multicloud-k8s-id", "timestamp": 1667455434578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-03T06:05:51.214Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "aai-ml", "timestamp": 1667455436188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "cds", "timestamp": 1667455431991, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:05:51.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "ves-openapi-manager", "timestamp": 1667455430079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "multicloud-k8s-id", "timestamp": 1667455434578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.217Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "aai-ml", "timestamp": 1667455436188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.217Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "cds", "timestamp": 1667455439738, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:05:51.217Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "multicloud-k8s-id", "timestamp": 1667455434578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-03T06:05:51.218Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "aai-ml", "timestamp": 1667455436188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.218Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "cds", "timestamp": 1667455440746, "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-03T06:05:51.230Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18 2022-11-03T06:05:51.230Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18 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-03T06:05:51.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "multicloud-k8s-id", "timestamp": 1667455434578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "aai-ml", "timestamp": 1667455436188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "multicloud-k8s-id", "timestamp": 1667455434578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:05:51.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "aai-ml", "timestamp": 1667455436188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "multicloud-k8s-id", "timestamp": 1667455442309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T06:05:51.241Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "aai-ml", "timestamp": 1667455436188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "multicloud-k8s-id", "timestamp": 1667455443369, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T06:05:51.243Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "aai-ml", "timestamp": 1667455436188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "aai-ml", "timestamp": 1667455436188, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:05:51.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "multicloud-k8s-id", "timestamp": 1667455444429, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-03T06:05:51.245Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "multicloud-k8s-id", "timestamp": 1667455445463, "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-03T06:05:51.250Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18 2022-11-03T06:05:51.250Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18 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-03T06:05:51.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "aai-ml", "timestamp": 1667455445935, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:05:51.259Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "multicloud-k8s-id", "timestamp": 1667455446471, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T06:05:51.259Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "ves-openapi-manager", "timestamp": 1667455450079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "ves-openapi-manager", "timestamp": 1667455450079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455450211, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "ves-openapi-manager", "timestamp": 1667455450079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455450211, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "aai-ml", "timestamp": 1667455453424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:05:51.265Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "ves-openapi-manager", "timestamp": 1667455450079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455450211, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "cds", "timestamp": 1667455446991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "aai-ml", "timestamp": 1667455454427, "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-03T06:05:51.275Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 40cc8572-bc5b-4964-b6aa-8a11add873d2 2022-11-03T06:05:51.276Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40cc8572-bc5b-4964-b6aa-8a11add873d2 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-03T06:05:51.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "ves-openapi-manager", "timestamp": 1667455450079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "multicloud-k8s-id", "timestamp": 1667455453470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455450211, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "cds", "timestamp": 1667455446991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "aai-ml", "timestamp": 1667455436188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "ves-openapi-manager", "timestamp": 1667455450079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "multicloud-k8s-id", "timestamp": 1667455453470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455450211, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "cds", "timestamp": 1667455446991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "aai-ml", "timestamp": 1667455436188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "ves-openapi-manager", "timestamp": 1667455450079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "multicloud-k8s-id", "timestamp": 1667455453470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455450211, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "cds", "timestamp": 1667455446991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "aai-ml", "timestamp": 1667455436188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "multicloud-k8s-id", "timestamp": 1667455453470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455450211, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:05:51.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "cds", "timestamp": 1667455446991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "aai-ml", "timestamp": 1667455436188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "multicloud-k8s-id", "timestamp": 1667455453470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455457936, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:05:51.292Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "cds", "timestamp": 1667455446991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "aai-ml", "timestamp": 1667455436188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "multicloud-k8s-id", "timestamp": 1667455453470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.294Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "cds", "timestamp": 1667455446991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.294Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "aai-ml", "timestamp": 1667455436188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "multicloud-k8s-id", "timestamp": 1667455453470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455460218, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:05:51.295Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "cds", "timestamp": 1667455446991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:05:51.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "aai-ml", "timestamp": 1667455436188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:05:51.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "multicloud-k8s-id", "timestamp": 1667455453470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:05:51.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455461224, "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-03T06:05:51.302Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18 2022-11-03T06:05:51.302Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18 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-03T06:05:51.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "cds", "timestamp": 1667455462388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:05:51.311Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "aai-ml", "timestamp": 1667455462567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:05:51.312Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "cds", "timestamp": 1667455463397, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-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-03T06:05:51.327Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2d218a40-0483-446f-9a5f-8f3fe783cd25 2022-11-03T06:05:51.328Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d218a40-0483-446f-9a5f-8f3fe783cd25 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-03T06:05:51.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "19f56230-69e3-4749-8001-5c0842158b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455467087, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T06:05:51.335Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-03T06:05:51.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-03T06:05:51.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "aai-ml", "timestamp": 1667455469917, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:05:51.337Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "ves-openapi-manager", "timestamp": 1667455470079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-03T06:05:51.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "aai-ml", "timestamp": 1667455470920, "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-03T06:05:51.342Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18 2022-11-03T06:05:51.342Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18 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-03T06:05:51.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "ves-openapi-manager", "timestamp": 1667455470079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-03T06:05:51.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "ves-openapi-manager", "timestamp": 1667455470079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "aai-ml", "timestamp": 1667455471923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "ves-openapi-manager", "timestamp": 1667455470079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "aai-ml", "timestamp": 1667455471923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-03T06:05:51.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "ves-openapi-manager", "timestamp": 1667455470079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "aai-ml", "timestamp": 1667455471923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "ves-openapi-manager", "timestamp": 1667455470079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-03T06:05:51.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "aai-ml", "timestamp": 1667455471923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:05:51.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "ves-openapi-manager", "timestamp": 1667455470079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "aai-ml", "timestamp": 1667455471923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455477361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:05:51.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "ves-openapi-manager", "timestamp": 1667455470079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "aai-ml", "timestamp": 1667455471923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "aai-ml", "timestamp": 1667455471923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "ves-openapi-manager", "timestamp": 1667455478866, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T06:05:51.355Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "aai-ml", "timestamp": 1667455471923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:05:51.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455479994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-03T06:05:51.356Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "ves-openapi-manager", "timestamp": 1667455480065, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-03T06:05:51.356Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "aai-ml", "timestamp": 1667455480638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:05:51.356Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455481049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-03T06:05:51.357Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "ves-openapi-manager", "timestamp": 1667455481069, "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-03T06:05:51.362Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 2d218a40-0483-446f-9a5f-8f3fe783cd25 2022-11-03T06:05:51.362Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d218a40-0483-446f-9a5f-8f3fe783cd25 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-03T06:05:51.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455480211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455482115, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T06:05:51.376Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455480211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455483182, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T06:05:51.377Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455480211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455484237, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-03T06:05:51.377Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455480211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455485357, "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-03T06:05:51.378Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455480211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.378Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "aai-ml", "timestamp": 1667455486097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:05:51.379Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455486365, "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-03T06:05:51.379Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455480211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "aai-ml", "timestamp": 1667455487103, "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-03T06:05:51.385Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2d218a40-0483-446f-9a5f-8f3fe783cd25 2022-11-03T06:05:51.385Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d218a40-0483-446f-9a5f-8f3fe783cd25 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-03T06:05:51.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455487369, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T06:05:51.394Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455480211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:05:51.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455488375, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-03T06:05:51.396Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455480211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:05:51.396Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:05:51.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455489379, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-03T06:05:51.397Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455488963, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:05:51.397Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:05:51.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455490383, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:05:51.398Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:05:51.420Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40cc8572-bc5b-4964-b6aa-8a11add873d2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T06:05:51.428Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40cc8572-bc5b-4964-b6aa-8a11add873d2 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-03T06:05:51.430Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T06:05:51.430Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-03T06:05:51.431Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-03T06:05:51.431Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-03T06:05:51.431Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:05:51.431Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:05:51.431Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:05:51.431Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:05:51.431Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:05:51.431Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-03T06:05:51.435Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-03T06:06:21.436Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 40cc8572-bc5b-4964-b6aa-8a11add873d2 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-03T06:06:21.449Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 40cc8572-bc5b-4964-b6aa-8a11add873d2 and serviceModelVersionId: 66683801-673e-460d-a418-1b098a9ae284 2022-11-03T06:06:21.449Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 031904b4-2f3a-4b5a-b601-a48bcf31515a 2022-11-03T06:06:21.450Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/031904b4-2f3a-4b5a-b601-a48bcf31515a/model-vers/model-ver/66683801-673e-460d-a418-1b098a9ae284?depth=0 2022-11-03T06:06:21.454Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-11-03T06:06:21.523Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/031904b4-2f3a-4b5a-b601-a48bcf31515a/model-vers/model-ver/66683801-673e-460d-a418-1b098a9ae284?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-03T06:06:21.525Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/031904b4-2f3a-4b5a-b601-a48bcf31515a/model-vers/model-ver/66683801-673e-460d-a418-1b098a9ae284?depth=0|INFO|500||Invoke 2022-11-03T06:06:21.545Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/031904b4-2f3a-4b5a-b601-a48bcf31515a/model-vers/model-ver/66683801-673e-460d-a418-1b098a9ae284?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-03T06:06:21.674Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/031904b4-2f3a-4b5a-b601-a48bcf31515a/model-vers/model-ver/66683801-673e-460d-a418-1b098a9ae284?depth=0|INFO|500||InvokeReturn 2022-11-03T06:06:21.674Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/031904b4-2f3a-4b5a-b601-a48bcf31515a/model-vers/model-ver/66683801-673e-460d-a418-1b098a9ae284?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221103-06:06:21:477-32052], vertex-id=[192712], Content-Length=[0], Date=[Thu, 03 Nov 2022 06:06:21 GMT], Content-Type=[application/json]} 2022-11-03T06:06:21.682Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-11-03T06:06:21.682Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-03T06:06:21.682Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-03T06:06:21.689Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-03T06:06:21.690Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 40cc8572-bc5b-4964-b6aa-8a11add873d2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-03T06:06:21.690Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-03T06:06:21.691Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:06:21.693Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:06:21.693Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455581690, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T06:06:21.796Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-03T06:06:21.797Z||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-03T06:06:21.797Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:06:21.813Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:06:21.813Z||pool-61-thread-1|||||INFO|500||cambria reply ok (17 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-03T06:06:22.702Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:06:22.703Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"a7a89a74-4945-44eb-ae16-2c70e1accb3c","serviceDescription":"service","serviceInvariantUUID":"7b26671b-2ae0-4b86-9cb9-7f79b431fb1a","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3bc0cc17-aa2e-4965-a5a6-c452a57d25df","resourceInvariantUUID":"8ea372a8-de1f-4c43-bab0-a57af17b454c","resourceCustomizationUUID":"fa5af088-ae66-40e0-898e-ac234e7aa221","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":"ZmM4MWFhYjAwMDk0ZTA0NDJhOWM4NjM0MTA1MDQyNTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f7b28190-00dc-4bb9-b981-c8ca9834e70f","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":"Njc2MDAyZDU4MDI4NGNjYTZlNDhhMGJhNDM5ODM5NGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b849c4e1-6bfc-4344-85e0-db8966349687","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":"12314452-f4f3-4d20-9ac4-d3fb324b9ce5","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":"52bad146-4db9-4805-b618-d943dfb2f108","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":"a5dd9a26-5309-4827-a0fe-c85466bf86f7","artifactVersion":"2","generatedFromUUID":"12314452-f4f3-4d20-9ac4-d3fb324b9ce5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDcxM2FlODk3ZmU1MWFjOWE0ODk4ZmNmYmE1NzllMzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"81f197ff-10df-4bf0-82f5-1f409994cc05","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Njc3MWYxOWZhODM1MDRkOGNmNjZhZmUyNWM4NDAzZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6e62c20a-1817-4e95-8221-ea6d0a2767db","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-03T06:06:22.704Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:06:22.705Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:06:22.707Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:06:22.707Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:06:22.807Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:06:22.809Z||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-03T06:06:22.809Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:06:22.821Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:06:22.821Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:06:23.708Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:06:23.709Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:06:23.712Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:06:23.712Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-03T06:06:23.812Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T06:06:23.813Z||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-03T06:06:23.813Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:06:23.825Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:06:23.826Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:06:24.713Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:06:24.714Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:06:24.717Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:06:24.717Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-03T06:06:24.817Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:06:24.818Z||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-03T06:06:24.818Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:06:24.830Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:06:24.830Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:06:25.718Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:06:25.719Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:06:25.721Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:06:25.721Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:06:25.821Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:06:25.822Z||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-03T06:06:25.822Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:06:25.834Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:06:25.834Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:06:26.723Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:06:26.724Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:06:26.727Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:06:26.727Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-03T06:06:26.827Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:06:26.828Z||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-03T06:06:26.829Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:06:26.841Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:06:26.842Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:06:27.728Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:06:27.728Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:06:27.730Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:06:27.731Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:06:27.831Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:06:27.832Z||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-03T06:06:27.833Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:06:27.843Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:06:27.844Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-03T06:06:28.731Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:06:28.732Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:06:28.734Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:06:28.734Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:06:28.834Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:06:28.835Z||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-03T06:06:28.836Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:06:28.845Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:06:28.846Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:06:29.736Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "a7a89a74-4945-44eb-ae16-2c70e1accb3c", "serviceDescription": "service", "serviceInvariantUUID": "7b26671b-2ae0-4b86-9cb9-7f79b431fb1a", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "fa5af088-ae66-40e0-898e-ac234e7aa221", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3bc0cc17-aa2e-4965-a5a6-c452a57d25df", "resourceInvariantUUID": "8ea372a8-de1f-4c43-bab0-a57af17b454c", "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": "Njc2MDAyZDU4MDI4NGNjYTZlNDhhMGJhNDM5ODM5NGE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b849c4e1-6bfc-4344-85e0-db8966349687", "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": "12314452-f4f3-4d20-9ac4-d3fb324b9ce5", "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": "a5dd9a26-5309-4827-a0fe-c85466bf86f7", "generatedFromUUID": "12314452-f4f3-4d20-9ac4-d3fb324b9ce5" }, "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": "a5dd9a26-5309-4827-a0fe-c85466bf86f7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "Njc3MWYxOWZhODM1MDRkOGNmNjZhZmUyNWM4NDAzZTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6e62c20a-1817-4e95-8221-ea6d0a2767db" } ], "workloadContext": "Production" } 2022-11-03T06:06:29.736Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-03T06:06:29.736Z|40cc8572-bc5b-4964-b6aa-8a11add873d2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a7a89a74-4945-44eb-ae16-2c70e1accb3c ASDC 2022-11-03T06:06:29.737Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:a7a89a74-4945-44eb-ae16-2c70e1accb3c ServiceInvariantUUID:7b26671b-2ae0-4b86-9cb9-7f79b431fb1a 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:6e62c20a-1817-4e95-8221-ea6d0a2767db ArtifactChecksum:Njc3MWYxOWZhODM1MDRkOGNmNjZhZmUyNWM4NDAzZTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:fa5af088-ae66-40e0-898e-ac234e7aa221 ResourceInvariantUUID:8ea372a8-de1f-4c43-bab0-a57af17b454c ResourceName:basic_vm ResourceType:VF ResourceUUID:3bc0cc17-aa2e-4965-a5a6-c452a57d25df 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:b849c4e1-6bfc-4344-85e0-db8966349687 ArtifactChecksum:Njc2MDAyZDU4MDI4NGNjYTZlNDhhMGJhNDM5ODM5NGE= 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:12314452-f4f3-4d20-9ac4-d3fb324b9ce5 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:a5dd9a26-5309-4827-a0fe-c85466bf86f7 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:a5dd9a26-5309-4827-a0fe-c85466bf86f7 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-03T06:06:29.737Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a7a89a74-4945-44eb-ae16-2c70e1accb3c 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-03T06:06:29.763Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T06:06:29.763Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-03T06:06:29.764Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-03T06:06:29.764Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6e62c20a-1817-4e95-8221-ea6d0a2767db from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-03T06:06:29.764Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-03T06:06:29.764Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-03T06:06:29.847Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-03T06:06:29.850Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 6e62c20a-1817-4e95-8221-ea6d0a2767db 74802 2022-11-03T06:06:29.851Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-03T06:06:29.851Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-03T06:06:29.851Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T06:06:29.851Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:06:29.853Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:06:29.853Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455589851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:06:29.953Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:06:29.954Z||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-03T06:06:29.954Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:06:29.967Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:06:29.967Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-03T06:06:30.854Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T06:06:30.855Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-03T06:06:30.856Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 6e62c20a-1817-4e95-8221-ea6d0a2767db, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-03T06:06:30.856Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-11-03T06:06:30.857Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-03T06:06:30.857Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-11-03T06:06:30.993Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9626798271751374224/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-03T06:06:32.281Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-03T06:06:32.281Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-03T06:06:32.282Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-03T06:06:32.282Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-03T06:06:32.282Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-03T06:06:32.282Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-03T06:06:32.282Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-03T06:06:32.282Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-03T06:06:32.282Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-03T06:06:32.282Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-03T06:06:32.283Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-03T06:06:32.283Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-03T06:06:32.283Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:06:32.283Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:06:32.283Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-03T06:06:32.283Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-03T06:06:32.283Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T06:06:32.284Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:06:32.284Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:06:32.284Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-03T06:06:32.284Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-03T06:06:32.284Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T06:06:32.284Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:06:32.285Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:06:32.285Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:06:32.285Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-03T06:06:32.285Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-03T06:06:32.285Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-03T06:06:32.286Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-03T06:06:32.286Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-03T06:06:32.286Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-03T06:06:32.286Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:06:32.286Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-03T06:06:32.286Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:06:32.287Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-03T06:06:32.287Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T06:06:32.287Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:06:32.287Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-03T06:06:32.287Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T06:06:32.288Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:06:32.288Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-03T06:06:32.288Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T06:06:32.288Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:06:32.288Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-03T06:06:32.288Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-03T06:06:32.288Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-03T06:06:32.289Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=dc7e1b16-c697-402a-8a32-5dadac53cf6e 2022-11-03T06:06:32.289Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:06:32.289Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:06:32.289Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:06:32.289Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:06:32.289Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:06:32.290Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:06:32.290Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:06:32.290Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:06:32.290Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:a7a89a74-4945-44eb-ae16-2c70e1accb3c Model Version:NULL Model InvariantUuid:7b26671b-2ae0-4b86-9cb9-7f79b431fb1a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:27730ec5-1e20-49ae-819c-05a9353a6460 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:8ea372a8-de1f-4c43-bab0-a57af17b454c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:fa5af088-ae66-40e0-898e-ac234e7aa221 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5b4939c9-a032-4d5f-8a33-490b4866a9e2 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:9ae85f65-50ad-4a6f-a065-719b2991f48b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:dc7e1b16-c697-402a-8a32-5dadac53cf6e ModelInvariantUuid:810d0fae-bc0f-4cae-b97e-04865868dffb ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:fbc95a88-bdb9-47e1-9ddf-d079d1e8494c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:332a9a93-83d1-4589-8146-e4ea84187df8 ModelInvariantUuid:84e4d550-6fe6-4515-9a0e-ef7aafde8f9a ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:5c9f064a-9a80-44bc-8439-a1ab684ff44e 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-03T06:06:32.297Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 3bc0cc17-aa2e-4965-a5a6-c452a57d25df 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-03T06:06:32.301Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||basic_vm 0 2022-11-03T06:06:32.301Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3bc0cc17-aa2e-4965-a5a6-c452a57d25df 2022-11-03T06:06:32.301Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b849c4e1-6bfc-4344-85e0-db8966349687 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-03T06:06:32.301Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-03T06:06:32.301Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-03T06:06:32.384Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-03T06:06:32.385Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json b849c4e1-6bfc-4344-85e0-db8966349687 787 2022-11-03T06:06:32.385Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-11-03T06:06:32.385Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-03T06:06:32.385Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T06:06:32.386Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:06:32.388Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:06:32.388Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455592385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T06:06:32.488Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:06:32.489Z||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-03T06:06:32.489Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:06:32.502Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:06:32.502Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:06:33.389Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5b4939c9-a032-4d5f-8a33-490b4866a9e2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9ae85f65-50ad-4a6f-a065-719b2991f48b", "vfModuleModelCustomizationUUID": "70dfc83b-6083-4885-b5f0-38654b2c2bad", "isBase": true, "artifacts": [ "12314452-f4f3-4d20-9ac4-d3fb324b9ce5", "a5dd9a26-5309-4827-a0fe-c85466bf86f7" ], "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-03T06:06:33.393Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9ae85f65-50ad-4a6f-a065-719b2991f48b VfModuleModelInvariantUUID:5b4939c9-a032-4d5f-8a33-490b4866a9e2 VfModuleModelDescription:NULL Artifacts UUID List:{ 12314452-f4f3-4d20-9ac4-d3fb324b9ce5 , a5dd9a26-5309-4827-a0fe-c85466bf86f7 } 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-03T06:06:33.395Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5b4939c9-a032-4d5f-8a33-490b4866a9e2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9ae85f65-50ad-4a6f-a065-719b2991f48b", "vfModuleModelCustomizationUUID": "70dfc83b-6083-4885-b5f0-38654b2c2bad", "isBase": true, "artifacts": [ "12314452-f4f3-4d20-9ac4-d3fb324b9ce5", "a5dd9a26-5309-4827-a0fe-c85466bf86f7" ], "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-03T06:06:33.395Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9ae85f65-50ad-4a6f-a065-719b2991f48b VfModuleModelInvariantUUID:5b4939c9-a032-4d5f-8a33-490b4866a9e2 VfModuleModelDescription:NULL Artifacts UUID List:{ 12314452-f4f3-4d20-9ac4-d3fb324b9ce5 , a5dd9a26-5309-4827-a0fe-c85466bf86f7 } 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-03T06:06:33.396Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 12314452-f4f3-4d20-9ac4-d3fb324b9ce5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-03T06:06:33.396Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-03T06:06:33.396Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-03T06:06:33.494Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-03T06:06:33.495Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 12314452-f4f3-4d20-9ac4-d3fb324b9ce5 5033 2022-11-03T06:06:33.495Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-03T06:06:33.495Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-03T06:06:33.496Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T06:06:33.496Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:06:33.512Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:06:33.512Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455593495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T06:06:33.598Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms 2022-11-03T06:06:33.599Z||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-03T06:06:33.600Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:06:33.610Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:06:33.611Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:06:34.514Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a5dd9a26-5309-4827-a0fe-c85466bf86f7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-03T06:06:34.515Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-03T06:06:34.515Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-03T06:06:34.572Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-03T06:06:34.573Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env a5dd9a26-5309-4827-a0fe-c85466bf86f7 903 2022-11-03T06:06:34.573Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-03T06:06:34.573Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-03T06:06:34.574Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T06:06:34.574Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:06:34.576Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:06:34.576Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455594573, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-03T06:06:34.676Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:06:34.677Z||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-03T06:06:34.677Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:06:34.688Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:06:34.688Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:06:35.577Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a7a89a74-4945-44eb-ae16-2c70e1accb3c 2022-11-03T06:06:35.577Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 3bc0cc17-aa2e-4965-a5a6-c452a57d25df 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-03T06:06:35.593Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e5a693a, org.onap.sdc.toscaparser.api.parameters.Input@7a34e7b1, org.onap.sdc.toscaparser.api.parameters.Input@54e9a736, org.onap.sdc.toscaparser.api.parameters.Input@5e960088, org.onap.sdc.toscaparser.api.parameters.Input@358a1d9] 2022-11-03T06:06:35.595Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:06:35.595Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:06:35.596Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-11-03T06:06:35.596Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= fa5af088-ae66-40e0-898e-ac234e7aa221 2022-11-03T06:06:35.596Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fa5af088-ae66-40e0-898e-ac234e7aa221 matches Tosca VF Customization UUID: fa5af088-ae66-40e0-898e-ac234e7aa221 2022-11-03T06:06:35.597Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: fa5af088-ae66-40e0-898e-ac234e7aa221 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-03T06:06:35.599Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:06:35.600Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:06:35.600Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id fa5af088-ae66-40e0-898e-ac234e7aa221: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-03T06:06:35.600Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2939d1ac 2022-11-03T06:06:35.601Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:06:35.601Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-03T06:06:35.601Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 70dfc83b-6083-4885-b5f0-38654b2c2bad 2022-11-03T06:06:35.601Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 70dfc83b-6083-4885-b5f0-38654b2c2bad 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-03T06:06:35.604Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:06:35.604Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-03T06:06:35.605Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T06:06:35.605Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:06:35.605Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-03T06:06:35.606Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T06:06:35.606Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:06:35.606Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-03T06:06:35.606Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-03T06:06:35.607Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-03T06:06:35.607Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=dc7e1b16-c697-402a-8a32-5dadac53cf6e 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-03T06:06:35.609Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:06:35.609Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-03T06:06:35.610Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T06:06:35.610Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:06:35.610Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-03T06:06:35.610Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=fa5af088-ae66-40e0-898e-ac234e7aa221 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-03T06:06:35.612Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:06:35.612Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:06:35.613Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a7a89a74-4945-44eb-ae16-2c70e1accb3c: basic_vm 2022-11-03T06:06:35.613Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:06:35.614Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:06:35.614Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:06:35.614Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:06:35.615Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:06:35.615Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:06:35.615Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:06:35.615Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:06:35.615Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:06:35.616Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:06:35.616Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-03T06:06:35.707Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 3bc0cc17-aa2e-4965-a5a6-c452a57d25df 1 ASDC deployResourceStructure 2022-11-03T06:06:35.708Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-11-03T06:06:35.708Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-03T06:06:35.708Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T06:06:35.708Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:06:35.710Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:06:35.710Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455595708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T06:06:35.816Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-11-03T06:06:35.817Z||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-03T06:06:35.817Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:06:35.945Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:06:35.945Z||pool-73-thread-1|||||INFO|500||cambria reply ok (129 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:06:36.713Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-03T06:06:36.713Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-03T06:06:36.713Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T06:06:36.714Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:06:36.717Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:06:36.717Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455596713, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-03T06:06:36.817Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:06:36.818Z||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-03T06:06:36.818Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:06:36.852Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:06:36.852Z||pool-74-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:06:37.718Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-03T06:06:37.719Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-03T06:06:37.719Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T06:06:37.719Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:06:37.722Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:06:37.722Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455597718, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-03T06:06:37.822Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:06:37.823Z||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-03T06:06:37.823Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:06:37.835Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:06:37.836Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:06:38.723Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-03T06:06:38.724Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-03T06:06:38.724Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T06:06:38.725Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:06:38.728Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:06:38.728Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455598723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:06:38.828Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:06:38.829Z||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-03T06:06:38.830Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:06:38.850Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:06:38.851Z||pool-76-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:06:39.729Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T06:06:39.744Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18 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-03T06:06:39.752Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T06:06:39.752Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-03T06:06:39.753Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-03T06:06:39.753Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-03T06:06:39.753Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:06:39.753Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:06:39.753Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:06:39.754Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:06:39.754Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:06:39.754Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-03T06:06:39.760Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-03T06:06:51.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:06:51.091Z||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-03T06:06:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:06:51.114Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:06:51.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:06:51.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455490872, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:06:51.115Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:06:51.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:06:51.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667455491875, "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-03T06:06:51.119Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2d218a40-0483-446f-9a5f-8f3fe783cd25 2022-11-03T06:06:51.119Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2d218a40-0483-446f-9a5f-8f3fe783cd25 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-03T06:07:09.761Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18 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-03T06:07:09.767Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18 and serviceModelVersionId: a7a89a74-4945-44eb-ae16-2c70e1accb3c 2022-11-03T06:07:09.767Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7b26671b-2ae0-4b86-9cb9-7f79b431fb1a 2022-11-03T06:07:09.768Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7b26671b-2ae0-4b86-9cb9-7f79b431fb1a/model-vers/model-ver/a7a89a74-4945-44eb-ae16-2c70e1accb3c?depth=0 2022-11-03T06:07:09.772Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-11-03T06:07:09.816Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b26671b-2ae0-4b86-9cb9-7f79b431fb1a/model-vers/model-ver/a7a89a74-4945-44eb-ae16-2c70e1accb3c?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-03T06:07:09.818Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b26671b-2ae0-4b86-9cb9-7f79b431fb1a/model-vers/model-ver/a7a89a74-4945-44eb-ae16-2c70e1accb3c?depth=0|INFO|500||Invoke 2022-11-03T06:07:09.840Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b26671b-2ae0-4b86-9cb9-7f79b431fb1a/model-vers/model-ver/a7a89a74-4945-44eb-ae16-2c70e1accb3c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-03T06:07:09.930Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b26671b-2ae0-4b86-9cb9-7f79b431fb1a/model-vers/model-ver/a7a89a74-4945-44eb-ae16-2c70e1accb3c?depth=0|INFO|500||InvokeReturn 2022-11-03T06:07:09.931Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b26671b-2ae0-4b86-9cb9-7f79b431fb1a/model-vers/model-ver/a7a89a74-4945-44eb-ae16-2c70e1accb3c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221103-06:07:09:771-55143], vertex-id=[209000], Content-Length=[0], Date=[Thu, 03 Nov 2022 06:07:09 GMT], Content-Type=[application/json]} 2022-11-03T06:07:09.932Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-11-03T06:07:09.932Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-03T06:07:09.932Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-03T06:07:09.937Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-03T06:07:09.937Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-03T06:07:09.938Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-03T06:07:09.938Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:07:09.941Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:07:09.941Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455629937, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T06:07:10.041Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:07:10.043Z||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-03T06:07:10.043Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:07:10.057Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:07:10.058Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 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-03T06:07:10.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:07:10.951Z||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-03T06:07:10.951Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:07:15.383Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:07:15.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-03T06:07:15.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"2d218a40-0483-446f-9a5f-8f3fe783cd25","serviceName":"Demo_pNF_eVPGwT65nc85pn2ilSVl","serviceVersion":"1.0","serviceUUID":"d07806d8-9fa1-4c78-91af-8abb53e7c72e","serviceDescription":"catalog service description","serviceInvariantUUID":"bfdf57a1-ec21-4e06-8de2-943602df29b2","resources":[{"resourceInstanceName":"pNF df199d2e-4cd5 0","resourceName":"pNF df199d2e-4cd5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"96f14062-15db-4229-8a6b-cc060179f55e","resourceInvariantUUID":"12e2c6f8-a04a-49a8-8c3b-5457f1212592","resourceCustomizationUUID":"ef3c05df-d7f8-45b8-8c42-ab2f8c88625d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/vf-license-model.xml","artifactChecksum":"OGVjZWEwYWQ4NDUwYzY5OGRhYWZmMDRhOWI0ODE5Nzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95773901-7931-4278-a40f-a3c2b1f330a0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/pNF.csar","artifactChecksum":"ZDY2ZjA3OWViMDMzZWU3NWE1MGUxZTQ4NGI2ZTc5NWI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b8ddd8f7-3a25-4944-8cfd-e3bc1416e3d4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"79391ff7-9624-40d3-b846-c750bdb23640","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/vendor-license-model.xml","artifactChecksum":"NzIwMmJmNTA2YTE4YTQ5OTRhNzdhYjczMGJlYmMyNzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e1467c27-0eaf-4847-bdc2-0bc80aa057cf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70020688-2c42-47f5-ac9d-8e5d4ba87541","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9aeac942-0550-4f6f-a04d-b8094792f742","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEvpgwt65nc85pn2ilsvl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-template.yml","artifactChecksum":"ZTJkOWM5NDRlYzBkMWVjZTI4NGRlNjA1N2QyODAwYjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d92ba5b-87a9-4b5d-ac10-0ff7564b06d9","artifactVersion":"1"},{"artifactName":"service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar","artifactChecksum":"MGU3NzE5ZjFiYjg0MGJjOTg3YzQ4MTg2OTQ2ZDU3NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4537353e-f477-4299-a3fe-d56cc2dcb9da","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-03T06:07:15.387Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:07:15.387Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:07:15.390Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:07:15.390Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455630950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:07:15.490Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:07:15.492Z||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-03T06:07:15.492Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:07:15.505Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:07:15.505Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:07:16.391Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:07:16.392Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:07:16.394Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:07:16.394Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455630950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:07:16.494Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:07:16.495Z||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-03T06:07:16.495Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:07:16.517Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:07:16.518Z||pool-79-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:07:17.394Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:07:17.395Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:07:17.398Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:07:17.398Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455630950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T06:07:17.499Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-03T06:07:17.499Z||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-03T06:07:17.500Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:07:17.534Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:07:17.534Z||pool-80-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-11-03T06:07:18.399Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:07:18.399Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:07:18.402Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:07:18.402Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455630950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:07:18.502Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:07:18.503Z||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-03T06:07:18.503Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:07:18.516Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:07:18.516Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:07:19.403Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:07:19.404Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:07:19.406Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:07:19.406Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455630950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:07:19.507Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:07:19.508Z||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-03T06:07:19.508Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:07:19.519Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:07:19.520Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:07:20.407Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:07:20.410Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:07:20.411Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:07:20.411Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455630950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:07:20.512Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:07:20.513Z||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-03T06:07:20.513Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:07:20.522Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:07:20.523Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:07:21.412Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:07:21.412Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:07:21.414Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:07:21.414Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455630950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:07:21.515Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-03T06:07:21.516Z||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-03T06:07:21.516Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:07:21.526Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:07:21.526Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-03T06:07:22.415Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:07:22.416Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:07:22.418Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:07:22.418Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455630950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:07:22.519Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-03T06:07:22.520Z||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-03T06:07:22.520Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:07:22.533Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:07:22.533Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:07:23.419Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "serviceName": "Demo_pNF_eVPGwT65nc85pn2ilSVl", "serviceVersion": "1.0", "serviceUUID": "d07806d8-9fa1-4c78-91af-8abb53e7c72e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "bfdf57a1-ec21-4e06-8de2-943602df29b2", "resources": [ { "resourceInstanceName": "pNF df199d2e-4cd5 0", "resourceCustomizationUUID": "ef3c05df-d7f8-45b8-8c42-ab2f8c88625d", "resourceName": "pNF df199d2e-4cd5", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "96f14062-15db-4229-8a6b-cc060179f55e", "resourceInvariantUUID": "12e2c6f8-a04a-49a8-8c3b-5457f1212592", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar", "artifactChecksum": "MGU3NzE5ZjFiYjg0MGJjOTg3YzQ4MTg2OTQ2ZDU3NjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4537353e-f477-4299-a3fe-d56cc2dcb9da" } ], "workloadContext": "Production" } 2022-11-03T06:07:23.420Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-03T06:07:23.420Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d07806d8-9fa1-4c78-91af-8abb53e7c72e ASDC 2022-11-03T06:07:23.420Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:2d218a40-0483-446f-9a5f-8f3fe783cd25 ServiceName:Demo_pNF_eVPGwT65nc85pn2ilSVl ServiceVersion:1.0 ServiceUUID:d07806d8-9fa1-4c78-91af-8abb53e7c72e ServiceInvariantUUID:bfdf57a1-ec21-4e06-8de2-943602df29b2 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar ArtifactUUID:4537353e-f477-4299-a3fe-d56cc2dcb9da ArtifactChecksum:MGU3NzE5ZjFiYjg0MGJjOTg3YzQ4MTg2OTQ2ZDU3NjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF df199d2e-4cd5 0 ResourceCustomizationUUID:ef3c05df-d7f8-45b8-8c42-ab2f8c88625d ResourceInvariantUUID:12e2c6f8-a04a-49a8-8c3b-5457f1212592 ResourceName:pNF df199d2e-4cd5 ResourceType:PNF ResourceUUID:96f14062-15db-4229-8a6b-cc060179f55e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-03T06:07:23.420Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d07806d8-9fa1-4c78-91af-8abb53e7c72e 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-03T06:07:23.443Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T06:07:23.444Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-11-03T06:07:23.444Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-11-03T06:07:23.444Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4537353e-f477-4299-a3fe-d56cc2dcb9da from URL: /sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar 2022-11-03T06:07:23.444Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-11-03T06:07:23.444Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar 2022-11-03T06:07:23.606Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-11-03T06:07:23.611Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar 4537353e-f477-4299-a3fe-d56cc2dcb9da 87764 2022-11-03T06:07:23.611Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar ASDC sendASDCNotification 2022-11-03T06:07:23.611Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar 2022-11-03T06:07:23.611Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T06:07:23.612Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:07:23.614Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:07:23.614Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455643611, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:07:23.714Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:07:23.715Z||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-03T06:07:23.715Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:07:23.726Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:07:23.727Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:07:24.614Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T06:07:24.615Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-11-03T06:07:24.615Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 4537353e-f477-4299-a3fe-d56cc2dcb9da, URL: /sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar to file: /app/ASDC/1/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar 2022-11-03T06:07:24.616Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar 2022-11-03T06:07:24.616Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar 2022-11-03T06:07:24.617Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar 2022-11-03T06:07:24.802Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1736779385940880446/Definitions/service-DemoPnfEvpgwt65nc85pn2ilsvl-template.yml 2022-11-03T06:07:25.556Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-03T06:07:25.556Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-11-03T06:07:25.556Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar 2022-11-03T06:07:25.556Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-03T06:07:25.557Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||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-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar 2022-11-03T06:07:25.557Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar 2022-11-03T06:07:25.557Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||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-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar 2022-11-03T06:07:25.557Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||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-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar 2022-11-03T06:07:25.557Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||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-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar 2022-11-03T06:07:25.557Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF df199d2e-4cd5 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-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar 2022-11-03T06:07:25.557Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||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-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar 2022-11-03T06:07:25.557Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-11-03T06:07:25.557Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:07:25.557Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_eVPGwT65nc85pn2ilSVl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:07:25.558Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Node template pNF df199d2e-4cd5 0 is matching search criteria 2022-11-03T06:07:25.558Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-11-03T06:07:25.558Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF df199d2e-4cd5 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T06:07:25.558Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:07:25.558Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_eVPGwT65nc85pn2ilSVl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:07:25.558Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Node template pNF df199d2e-4cd5 0 is matching search criteria 2022-11-03T06:07:25.559Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-11-03T06:07:25.559Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF df199d2e-4cd5 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T06:07:25.559Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:07:25.559Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_eVPGwT65nc85pn2ilSVl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:07:25.559Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:07:25.559Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_eVPGwT65nc85pn2ilSVl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:07:25.559Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:07:25.559Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_eVPGwT65nc85pn2ilSVl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:07:25.560Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:07:25.560Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_eVPGwT65nc85pn2ilSVl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:07:25.560Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:07:25.560Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_eVPGwT65nc85pn2ilSVl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:07:25.560Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_eVPGwT65nc85pn2ilSVl Description:catalog service description Model UUID:d07806d8-9fa1-4c78-91af-8abb53e7c72e Model Version:NULL Model InvariantUuid:bfdf57a1-ec21-4e06-8de2-943602df29b2 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-03T06:07:25.565Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 96f14062-15db-4229-8a6b-cc060179f55e 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-03T06:07:25.568Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||pNF df199d2e-4cd5 0 2022-11-03T06:07:25.568Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 96f14062-15db-4229-8a6b-cc060179f55e 2022-11-03T06:07:25.569Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||No resources found for Service: d07806d8-9fa1-4c78-91af-8abb53e7c72e 2022-11-03T06:07:25.569Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d07806d8-9fa1-4c78-91af-8abb53e7c72e 2022-11-03T06:07:25.569Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF df199d2e-4cd5 0 96f14062-15db-4229-8a6b-cc060179f55e 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-03T06:07:25.573Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f97e16c, org.onap.sdc.toscaparser.api.parameters.Input@7f8edb20, org.onap.sdc.toscaparser.api.parameters.Input@1add3b4a, org.onap.sdc.toscaparser.api.parameters.Input@e24e0cb, org.onap.sdc.toscaparser.api.parameters.Input@eb8fce2] 2022-11-03T06:07:25.573Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:07:25.573Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_eVPGwT65nc85pn2ilSVl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:07:25.574Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d07806d8-9fa1-4c78-91af-8abb53e7c72e: pNF df199d2e-4cd5 2022-11-03T06:07:25.574Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||Processing PNF resource: 96f14062-15db-4229-8a6b-cc060179f55e 2022-11-03T06:07:25.574Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:07:25.574Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_eVPGwT65nc85pn2ilSVl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:07:25.575Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||Resource customization UUID: ef3c05df-d7f8-45b8-8c42-ab2f8c88625d is the same as notified resource customizationUUID: ef3c05df-d7f8-45b8-8c42-ab2f8c88625d 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-03T06:07:25.629Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF df199d2e-4cd5 96f14062-15db-4229-8a6b-cc060179f55e 0 ASDC deployResourceStructure 2022-11-03T06:07:25.630Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar ASDC sendASDCNotification 2022-11-03T06:07:25.630Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar 2022-11-03T06:07:25.631Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T06:07:25.631Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:07:25.633Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:07:25.633Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455645630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:07:25.734Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:07:25.735Z||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-03T06:07:25.735Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:07:25.744Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:07:25.745Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:07:26.634Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2d218a40-0483-446f-9a5f-8f3fe783cd25 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T06:07:26.649Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2d218a40-0483-446f-9a5f-8f3fe783cd25 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-03T06:07:26.653Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T06:07:26.653Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-03T06:07:26.653Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-03T06:07:26.653Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-03T06:07:26.653Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:07:26.653Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:07:26.653Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:07:26.654Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:07:26.654Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:07:26.654Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||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-03T06:07:26.659Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-03T06:07:51.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:07:51.091Z||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-03T06:07:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:07:51.129Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:07:51.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-03T06:07:51.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "40cc8572-bc5b-4964-b6aa-8a11add873d2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455581690, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T06:07:51.132Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:07:51.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-03T06:07:51.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:07:51.132Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-03T06:07:51.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-03T06:07:51.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-03T06:07:51.132Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-03T06:07:51.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-03T06:07:51.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-03T06:07:51.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-03T06:07:51.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-03T06:07:51.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:07:51.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-03T06:07:51.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-03T06:07:51.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-03T06:07:51.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-03T06:07:51.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-03T06:07:51.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:07:51.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-03T06:07:51.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-03T06:07:51.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455431087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:07:51.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-03T06:07:51.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-03T06:07:51.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455589851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:07:51.135Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:07:51.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-03T06:07:51.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455592385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T06:07:51.135Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:07:51.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-03T06:07:51.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455593495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T06:07:51.136Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:07:51.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-03T06:07:51.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455594573, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-03T06:07:51.136Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:07:51.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-03T06:07:51.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455595708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T06:07:51.137Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:07:51.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-03T06:07:51.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455596713, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-03T06:07:51.137Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:07:51.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-03T06:07:51.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455597718, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-03T06:07:51.137Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:07:51.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-03T06:07:51.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455598723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:07:51.138Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:07:56.660Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2d218a40-0483-446f-9a5f-8f3fe783cd25 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-03T06:07:56.671Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2d218a40-0483-446f-9a5f-8f3fe783cd25 and serviceModelVersionId: d07806d8-9fa1-4c78-91af-8abb53e7c72e 2022-11-03T06:07:56.671Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bfdf57a1-ec21-4e06-8de2-943602df29b2 2022-11-03T06:07:56.673Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bfdf57a1-ec21-4e06-8de2-943602df29b2/model-vers/model-ver/d07806d8-9fa1-4c78-91af-8abb53e7c72e?depth=0 2022-11-03T06:07:56.680Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-11-03T06:07:56.742Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfdf57a1-ec21-4e06-8de2-943602df29b2/model-vers/model-ver/d07806d8-9fa1-4c78-91af-8abb53e7c72e?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-03T06:07:56.745Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfdf57a1-ec21-4e06-8de2-943602df29b2/model-vers/model-ver/d07806d8-9fa1-4c78-91af-8abb53e7c72e?depth=0|INFO|500||Invoke 2022-11-03T06:07:56.777Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfdf57a1-ec21-4e06-8de2-943602df29b2/model-vers/model-ver/d07806d8-9fa1-4c78-91af-8abb53e7c72e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-03T06:07:56.875Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfdf57a1-ec21-4e06-8de2-943602df29b2/model-vers/model-ver/d07806d8-9fa1-4c78-91af-8abb53e7c72e?depth=0|INFO|500||InvokeReturn 2022-11-03T06:07:56.875Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfdf57a1-ec21-4e06-8de2-943602df29b2/model-vers/model-ver/d07806d8-9fa1-4c78-91af-8abb53e7c72e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221103-06:07:56:706-77648], vertex-id=[282712], Content-Length=[0], Date=[Thu, 03 Nov 2022 06:07:56 GMT], Content-Type=[application/json]} 2022-11-03T06:07:56.876Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-11-03T06:07:56.876Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-03T06:07:56.876Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||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-03T06:07:56.882Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||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-03T06:07:56.882Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2d218a40-0483-446f-9a5f-8f3fe783cd25 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-03T06:07:56.883Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-03T06:07:56.883Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:07:56.886Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:07:56.887Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455676882, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T06:07:56.988Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-03T06:07:56.989Z||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-03T06:07:56.989Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:07:57.011Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:07:57.012Z||pool-88-thread-1|||||INFO|500||cambria reply ok (23 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-03T06:07:57.899Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:07:57.900Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|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-03T06:07:57.900Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:08:07.462Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:08:07.463Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:08:07.464Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|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-03T06:08:07.464Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:08:17.026Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:08:17.027Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:08:17.028Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|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-03T06:08:17.028Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:08:26.609Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:08:51.087Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:08:51.088Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|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-03T06:08:51.088Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:08:51.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:08:51.090Z||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-03T06:08:51.090Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:08:51.133Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:08:51.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:08:51.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455629937, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T06:08:51.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:08:51.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:08:51.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455630950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:08:51.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:08:51.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:08:51.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455630950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:08:51.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:08:51.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:08:51.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455630950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T06:08:51.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:08:51.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:08:51.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455630950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:08:51.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:08:51.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:08:51.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455630950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:08:51.137Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:08:51.137Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:08:51.137Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455630950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/resourceInstances/pnfdf199d2e4cd50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:08:51.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:08:51.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:08:51.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455630950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:08:51.138Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:08:51.138Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:08:51.138Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455630950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:08:51.139Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-03T06:08:51.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:08:51.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455643611, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:08:51.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:08:51.139Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-03T06:08:51.139Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455645630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvpgwt65nc85pn2ilsvl/1.0/artifacts/service-DemoPnfEvpgwt65nc85pn2ilsvl-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:08:51.139Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:09:00.711Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:09:51.087Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:09:51.088Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|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-03T06:09:51.089Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:09:51.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:09:51.092Z||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-03T06:09:51.092Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:09:51.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:09:51.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-03T06:09:51.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2d218a40-0483-446f-9a5f-8f3fe783cd25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667455676882, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T06:09:51.639Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:10:00.669Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:10:51.087Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:10:51.088Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|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-03T06:10:51.088Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:10:51.090Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:10:51.090Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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-03T06:10:51.090Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:11:00.645Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:11:00.652Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:11:51.087Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:11:51.089Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|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-03T06:11:51.089Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:11:51.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:11:51.091Z||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-03T06:11:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:12:00.646Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:12:00.647Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:12:51.087Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:12:51.088Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|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-03T06:12:51.088Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:12:51.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:12:51.091Z||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-03T06:12:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:13:00.638Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:13:00.638Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:13:51.087Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:13:51.088Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|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-03T06:13:51.088Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:13:51.090Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:13:51.091Z||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-03T06:13:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:14:00.647Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:14:00.648Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:14:51.090Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:14:51.088Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:14:51.092Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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-03T06:14:51.092Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:14:51.093Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|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-03T06:14:51.093Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:14:51.742Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:14:51.743Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.743Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a4f58883-3592-4fd4-9cbf-9f85445a4e0c","serviceName":"Demo_pNF_MC2erGEKFQ3NGLvdcrdo","serviceVersion":"1.0","serviceUUID":"a72f575c-cae2-41aa-93cf-aadc97552917","serviceDescription":"catalog service description","serviceInvariantUUID":"1333a67b-22b7-46da-907d-2701c85c222e","resources":[{"resourceInstanceName":"pNF 2e90a453-a6a4 0","resourceName":"pNF 2e90a453-a6a4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"792cb2de-42d6-46c6-b4db-5dc4c15e7360","resourceInvariantUUID":"a4e341de-11be-4e9f-a668-70f56fb3714f","resourceCustomizationUUID":"474af860-bf25-4af7-a0d5-40913524791c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/vf-license-model.xml","artifactChecksum":"ODkxM2I2NjhlMDZmZTk2ZTQ4OGI3YjFlNWJjYzMyZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3858ad1a-e47d-4318-8933-5afd732bebbb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/pNF.csar","artifactChecksum":"ZDY2ZjA3OWViMDMzZWU3NWE1MGUxZTQ4NGI2ZTc5NWI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c6137824-9cd9-4a04-9b26-46b3c101bdd3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7dbba408-6a4e-467d-b2be-83cc08c5b73e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/vendor-license-model.xml","artifactChecksum":"NmI0Y2E2M2RiNDBhZWNkYjQ0YjY2Y2FmOGViYjcwZGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1733df78-09f8-4c88-a28a-04d753cffcbf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9b7321c4-635e-4cb0-b830-1c40a2aebe26","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1b3016de-872a-433f-82bc-97578c8c671d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMc2ergekfq3nglvdcrdo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-template.yml","artifactChecksum":"YmNhMDUwMjVmNzI5M2JlNTZhZjYyZDU3OTEyNjA2MGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1891373f-8671-4092-b2fb-f950cc90db04","artifactVersion":"1"},{"artifactName":"service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar","artifactChecksum":"NmRhNGEwMDg4NGRiYWQ2MTIxMDIxMmYxNDIxMzI3MmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d768f49c-b8e3-4a9c-a240-37dcd14ce72a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-03T06:14:51.747Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:14:51.747Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:14:51.752Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:14:51.752Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456091088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.761Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:14:51.762Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.762Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "cds", "timestamp": 1667456046991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.763Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.763Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.763Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "cds", "timestamp": 1667456046991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.763Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.763Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.763Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "cds", "timestamp": 1667456046991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.763Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.764Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.764Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "cds", "timestamp": 1667456046991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.764Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.764Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.764Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "ves-openapi-manager", "timestamp": 1667456050079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.764Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.764Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.764Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "cds", "timestamp": 1667456046991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.764Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.764Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.764Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "ves-openapi-manager", "timestamp": 1667456050079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.765Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.765Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.765Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456050211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.765Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.765Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.765Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "cds", "timestamp": 1667456046991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.765Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.765Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.765Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "ves-openapi-manager", "timestamp": 1667456050079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.765Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.765Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.765Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456050211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.765Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.765Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.765Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "cds", "timestamp": 1667456046991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.766Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.766Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.766Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "ves-openapi-manager", "timestamp": 1667456050079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.766Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.766Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.766Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456050211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.766Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.766Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.766Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "cds", "timestamp": 1667456046991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:14:51.766Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.766Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.766Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "ves-openapi-manager", "timestamp": 1667456050079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.766Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.767Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.767Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1667456053470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.767Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.767Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.767Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456050211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.767Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.767Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.767Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "ves-openapi-manager", "timestamp": 1667456050079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-03T06:14:51.768Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.768Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.768Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "cds", "timestamp": 1667456055744, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:14:51.768Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:14:51.768Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.768Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1667456053470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.768Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.768Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.768Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456050211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.768Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.769Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.769Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "ves-openapi-manager", "timestamp": 1667456050079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.769Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.769Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.769Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "cds", "timestamp": 1667456056749, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-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-03T06:14:51.790Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a4f58883-3592-4fd4-9cbf-9f85445a4e0c 2022-11-03T06:14:51.791Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4f58883-3592-4fd4-9cbf-9f85445a4e0c 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-03T06:14:51.805Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.806Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1667456053470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.806Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.806Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.806Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456050211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.807Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.807Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.808Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "ves-openapi-manager", "timestamp": 1667456050079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.808Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.808Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.808Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1667456053470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.809Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.809Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.809Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456050211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.809Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.809Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.810Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "ves-openapi-manager", "timestamp": 1667456058807, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T06:14:51.810Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:14:51.810Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.810Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1667456053470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.810Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.810Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.810Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456050211, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:14:51.810Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.811Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.811Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1667456053470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.812Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.812Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.812Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "ves-openapi-manager", "timestamp": 1667456059852, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-03T06:14:51.812Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:14:51.812Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.813Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456058970, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:14:51.813Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:14:51.813Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.813Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1667456053470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.813Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.813Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.813Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "ves-openapi-manager", "timestamp": 1667456060857, "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-03T06:14:51.819Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of a4f58883-3592-4fd4-9cbf-9f85445a4e0c 2022-11-03T06:14:51.819Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4f58883-3592-4fd4-9cbf-9f85445a4e0c 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-03T06:14:51.828Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.828Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "multicloud-k8s-id", "timestamp": 1667456053470, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:14:51.829Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.829Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.829Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456060953, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:14:51.829Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:14:51.829Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.829Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456061957, "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-03T06:14:51.834Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a4f58883-3592-4fd4-9cbf-9f85445a4e0c 2022-11-03T06:14:51.834Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4f58883-3592-4fd4-9cbf-9f85445a4e0c 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-03T06:14:51.845Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.846Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "aai-ml", "timestamp": 1667456066188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.846Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.846Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.846Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "aai-ml", "timestamp": 1667456066188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.846Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.847Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.847Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "aai-ml", "timestamp": 1667456066188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.847Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.847Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.847Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "aai-ml", "timestamp": 1667456066188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.847Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.847Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.848Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "aai-ml", "timestamp": 1667456066188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.848Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.848Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.848Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "aai-ml", "timestamp": 1667456066188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.848Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.848Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.849Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "aai-ml", "timestamp": 1667456066188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:51.849Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.849Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.849Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "aai-ml", "timestamp": 1667456066188, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:14:51.849Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:14:51.849Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.849Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "aai-ml", "timestamp": 1667456074855, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:14:51.849Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:14:51.849Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.849Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "aai-ml", "timestamp": 1667456080649, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:14:51.849Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:14:51.849Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:14:51.849Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "aai-ml", "timestamp": 1667456081653, "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-03T06:14:51.852Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:14:51.853Z||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-03T06:14:51.853Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:14:51.855Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a4f58883-3592-4fd4-9cbf-9f85445a4e0c 2022-11-03T06:14:51.855Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4f58883-3592-4fd4-9cbf-9f85445a4e0c 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-03T06:14:51.865Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:14:51.866Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:14:52.753Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:14:52.755Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:14:52.757Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:14:52.758Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456091088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:52.858Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:14:52.859Z||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-03T06:14:52.859Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:14:52.870Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:14:52.871Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:14:53.758Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:14:53.759Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:14:53.763Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:14:53.763Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456091088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:53.863Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:14:53.865Z||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-03T06:14:53.865Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:14:53.876Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:14:53.877Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:14:54.764Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:14:54.765Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:14:54.767Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:14:54.767Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456091088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:54.867Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:14:54.868Z||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-03T06:14:54.868Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:14:54.878Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:14:54.879Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:14:55.768Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:14:55.768Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:14:55.770Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:14:55.770Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456091088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:55.871Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:14:55.872Z||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-03T06:14:55.872Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:14:55.882Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:14:55.882Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-03T06:14:56.771Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:14:56.772Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:14:56.774Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:14:56.774Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456091088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:56.875Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:14:56.876Z||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-03T06:14:56.876Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:14:56.886Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:14:56.887Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:14:57.775Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:14:57.776Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:14:57.777Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:14:57.777Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456091088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:14:57.878Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-03T06:14:57.879Z||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-03T06:14:57.879Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:14:57.891Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:14:57.892Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-03T06:14:58.778Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:14:58.782Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:14:58.788Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:14:58.788Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456091088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:14:58.888Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:14:58.890Z||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-03T06:14:58.890Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:14:58.900Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:14:58.901Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:14:59.789Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "serviceName": "Demo_pNF_MC2erGEKFQ3NGLvdcrdo", "serviceVersion": "1.0", "serviceUUID": "a72f575c-cae2-41aa-93cf-aadc97552917", "serviceDescription": "catalog service description", "serviceInvariantUUID": "1333a67b-22b7-46da-907d-2701c85c222e", "resources": [ { "resourceInstanceName": "pNF 2e90a453-a6a4 0", "resourceCustomizationUUID": "474af860-bf25-4af7-a0d5-40913524791c", "resourceName": "pNF 2e90a453-a6a4", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "792cb2de-42d6-46c6-b4db-5dc4c15e7360", "resourceInvariantUUID": "a4e341de-11be-4e9f-a668-70f56fb3714f", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar", "artifactChecksum": "NmRhNGEwMDg4NGRiYWQ2MTIxMDIxMmYxNDIxMzI3MmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d768f49c-b8e3-4a9c-a240-37dcd14ce72a" } ], "workloadContext": "Production" } 2022-11-03T06:14:59.790Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-03T06:14:59.790Z|2d218a40-0483-446f-9a5f-8f3fe783cd25|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a72f575c-cae2-41aa-93cf-aadc97552917 ASDC 2022-11-03T06:14:59.791Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:a4f58883-3592-4fd4-9cbf-9f85445a4e0c ServiceName:Demo_pNF_MC2erGEKFQ3NGLvdcrdo ServiceVersion:1.0 ServiceUUID:a72f575c-cae2-41aa-93cf-aadc97552917 ServiceInvariantUUID:1333a67b-22b7-46da-907d-2701c85c222e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar ArtifactUUID:d768f49c-b8e3-4a9c-a240-37dcd14ce72a ArtifactChecksum:NmRhNGEwMDg4NGRiYWQ2MTIxMDIxMmYxNDIxMzI3MmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 2e90a453-a6a4 0 ResourceCustomizationUUID:474af860-bf25-4af7-a0d5-40913524791c ResourceInvariantUUID:a4e341de-11be-4e9f-a668-70f56fb3714f ResourceName:pNF 2e90a453-a6a4 ResourceType:PNF ResourceUUID:792cb2de-42d6-46c6-b4db-5dc4c15e7360 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-03T06:14:59.791Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a72f575c-cae2-41aa-93cf-aadc97552917 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-03T06:14:59.820Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T06:14:59.821Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-11-03T06:14:59.822Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-11-03T06:14:59.822Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d768f49c-b8e3-4a9c-a240-37dcd14ce72a from URL: /sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar 2022-11-03T06:14:59.822Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-11-03T06:14:59.822Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar 2022-11-03T06:14:59.892Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-11-03T06:14:59.896Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar d768f49c-b8e3-4a9c-a240-37dcd14ce72a 87773 2022-11-03T06:14:59.896Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar ASDC sendASDCNotification 2022-11-03T06:14:59.896Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar 2022-11-03T06:14:59.896Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T06:14:59.897Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:14:59.899Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:14:59.899Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456099896, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:14:59.999Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:15:00.000Z||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-03T06:15:00.000Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:15:00.011Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:15:00.012Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:15:00.899Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T06:15:00.902Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-11-03T06:15:00.902Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: d768f49c-b8e3-4a9c-a240-37dcd14ce72a, URL: /sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar to file: /app/ASDC/1/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar 2022-11-03T06:15:00.902Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar 2022-11-03T06:15:00.903Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar 2022-11-03T06:15:00.903Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar 2022-11-03T06:15:01.092Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3566189169348769285/Definitions/service-DemoPnfMc2ergekfq3nglvdcrdo-template.yml 2022-11-03T06:15:01.887Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-03T06:15:01.887Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-11-03T06:15:01.887Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar 2022-11-03T06:15:01.887Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-03T06:15:01.887Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2e90a453-a6a4 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-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar 2022-11-03T06:15:01.887Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||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-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar 2022-11-03T06:15:01.888Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar 2022-11-03T06:15:01.888Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||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-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar 2022-11-03T06:15:01.888Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||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-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar 2022-11-03T06:15:01.888Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||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-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar 2022-11-03T06:15:01.888Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||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-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar 2022-11-03T06:15:01.888Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-11-03T06:15:01.888Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:15:01.888Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MC2erGEKFQ3NGLvdcrdo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:15:01.889Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Node template pNF 2e90a453-a6a4 0 is matching search criteria 2022-11-03T06:15:01.889Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-11-03T06:15:01.889Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 2e90a453-a6a4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T06:15:01.889Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:15:01.889Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MC2erGEKFQ3NGLvdcrdo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:15:01.890Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Node template pNF 2e90a453-a6a4 0 is matching search criteria 2022-11-03T06:15:01.890Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-11-03T06:15:01.890Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 2e90a453-a6a4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T06:15:01.890Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:15:01.890Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MC2erGEKFQ3NGLvdcrdo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:15:01.890Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:15:01.890Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MC2erGEKFQ3NGLvdcrdo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:15:01.890Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:15:01.891Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MC2erGEKFQ3NGLvdcrdo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:15:01.891Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:15:01.891Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MC2erGEKFQ3NGLvdcrdo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:15:01.891Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:15:01.891Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MC2erGEKFQ3NGLvdcrdo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:15:01.891Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_MC2erGEKFQ3NGLvdcrdo Description:catalog service description Model UUID:a72f575c-cae2-41aa-93cf-aadc97552917 Model Version:NULL Model InvariantUuid:1333a67b-22b7-46da-907d-2701c85c222e 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-03T06:15:01.899Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 792cb2de-42d6-46c6-b4db-5dc4c15e7360 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-03T06:15:01.903Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||pNF 2e90a453-a6a4 0 2022-11-03T06:15:01.903Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 792cb2de-42d6-46c6-b4db-5dc4c15e7360 2022-11-03T06:15:01.903Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||No resources found for Service: a72f575c-cae2-41aa-93cf-aadc97552917 2022-11-03T06:15:01.903Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a72f575c-cae2-41aa-93cf-aadc97552917 2022-11-03T06:15:01.903Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2e90a453-a6a4 0 792cb2de-42d6-46c6-b4db-5dc4c15e7360 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-03T06:15:01.908Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@382d0356, org.onap.sdc.toscaparser.api.parameters.Input@33ac6444, org.onap.sdc.toscaparser.api.parameters.Input@586498f9, org.onap.sdc.toscaparser.api.parameters.Input@60807815, org.onap.sdc.toscaparser.api.parameters.Input@3067e0e0] 2022-11-03T06:15:01.908Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:15:01.909Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MC2erGEKFQ3NGLvdcrdo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:15:01.909Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a72f575c-cae2-41aa-93cf-aadc97552917: pNF 2e90a453-a6a4 2022-11-03T06:15:01.909Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||Processing PNF resource: 792cb2de-42d6-46c6-b4db-5dc4c15e7360 2022-11-03T06:15:01.910Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:15:01.910Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_MC2erGEKFQ3NGLvdcrdo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:15:01.910Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||Resource customization UUID: 474af860-bf25-4af7-a0d5-40913524791c is the same as notified resource customizationUUID: 474af860-bf25-4af7-a0d5-40913524791c 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-03T06:15:01.942Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2e90a453-a6a4 792cb2de-42d6-46c6-b4db-5dc4c15e7360 0 ASDC deployResourceStructure 2022-11-03T06:15:01.943Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar ASDC sendASDCNotification 2022-11-03T06:15:01.943Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar 2022-11-03T06:15:01.943Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T06:15:01.943Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:15:01.945Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:15:01.945Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456101943, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:15:02.045Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:15:02.047Z||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-03T06:15:02.047Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:15:02.059Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:15:02.060Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:15:02.946Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4f58883-3592-4fd4-9cbf-9f85445a4e0c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T06:15:02.962Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4f58883-3592-4fd4-9cbf-9f85445a4e0c 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-03T06:15:02.965Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T06:15:02.965Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-03T06:15:02.965Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-03T06:15:02.965Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-03T06:15:02.965Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:15:02.966Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:15:02.966Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:15:02.966Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:15:02.966Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:15:02.967Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||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-03T06:15:02.971Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-03T06:15:32.972Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a4f58883-3592-4fd4-9cbf-9f85445a4e0c 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-03T06:15:32.981Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a4f58883-3592-4fd4-9cbf-9f85445a4e0c and serviceModelVersionId: a72f575c-cae2-41aa-93cf-aadc97552917 2022-11-03T06:15:32.981Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1333a67b-22b7-46da-907d-2701c85c222e 2022-11-03T06:15:32.983Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1333a67b-22b7-46da-907d-2701c85c222e/model-vers/model-ver/a72f575c-cae2-41aa-93cf-aadc97552917?depth=0 2022-11-03T06:15:32.989Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-11-03T06:15:33.036Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1333a67b-22b7-46da-907d-2701c85c222e/model-vers/model-ver/a72f575c-cae2-41aa-93cf-aadc97552917?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-03T06:15:33.038Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1333a67b-22b7-46da-907d-2701c85c222e/model-vers/model-ver/a72f575c-cae2-41aa-93cf-aadc97552917?depth=0|INFO|500||Invoke 2022-11-03T06:15:33.058Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1333a67b-22b7-46da-907d-2701c85c222e/model-vers/model-ver/a72f575c-cae2-41aa-93cf-aadc97552917?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-03T06:15:33.154Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1333a67b-22b7-46da-907d-2701c85c222e/model-vers/model-ver/a72f575c-cae2-41aa-93cf-aadc97552917?depth=0|INFO|500||InvokeReturn 2022-11-03T06:15:33.155Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1333a67b-22b7-46da-907d-2701c85c222e/model-vers/model-ver/a72f575c-cae2-41aa-93cf-aadc97552917?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221103-06:15:32:977-85071], vertex-id=[450592], Content-Length=[0], Date=[Thu, 03 Nov 2022 06:15:32 GMT], Content-Type=[application/json]} 2022-11-03T06:15:33.156Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-11-03T06:15:33.156Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-03T06:15:33.156Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||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-03T06:15:33.160Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||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-03T06:15:33.160Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a4f58883-3592-4fd4-9cbf-9f85445a4e0c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-03T06:15:33.161Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-03T06:15:33.161Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:15:33.163Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:15:33.163Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456133160, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T06:15:33.263Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:15:33.264Z||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-03T06:15:33.265Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:15:33.280Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:15:33.280Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 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-03T06:15:51.087Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:15:51.088Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|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-03T06:15:51.088Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:15:51.090Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:15:51.091Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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-03T06:15:51.091Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:15:51.259Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:15:51.259Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:15:51.259Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456091088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:15:51.260Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:16:00.655Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:16:51.087Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:16:51.088Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|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-03T06:16:51.088Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:16:51.090Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:16:51.091Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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-03T06:16:51.091Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:16:51.621Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:16:51.621Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:16:51.621Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456091088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:16:51.622Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:16:51.622Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:16:51.622Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456091088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T06:16:51.622Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:16:51.622Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:16:51.622Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456091088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:16:51.623Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:16:51.623Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:16:51.623Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456091088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:16:51.623Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:16:51.623Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:16:51.623Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456091088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/resourceInstances/pnf2e90a453a6a40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:16:51.623Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:16:51.623Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:16:51.623Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456091088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:16:51.623Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:16:51.623Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:16:51.623Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456091088, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:16:51.624Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:16:51.624Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:16:51.624Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456099896, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:16:51.624Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:16:51.624Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:16:51.624Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456101943, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMc2ergekfq3nglvdcrdo/1.0/artifacts/service-DemoPnfMc2ergekfq3nglvdcrdo-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:16:51.624Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:16:51.624Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:16:51.624Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4f58883-3592-4fd4-9cbf-9f85445a4e0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456133160, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T06:16:51.624Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:17:00.659Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:17:51.087Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:17:51.088Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|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-03T06:17:51.088Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:17:51.090Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:17:51.090Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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-03T06:17:51.090Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:18:00.635Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:18:00.635Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:18:51.087Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:18:51.088Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|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-03T06:18:51.089Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:18:51.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:18:51.091Z||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-03T06:18:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:19:00.640Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:19:00.640Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:19:51.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:19:51.088Z||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-03T06:19:51.088Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:19:51.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:19:51.090Z||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-03T06:19:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:20:00.638Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:20:00.649Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:20:51.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:20:51.088Z||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-03T06:20:51.088Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:20:51.090Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:20:51.091Z|317a3b19-531d-4071-a251-c089c95d53e4|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-03T06:20:51.091Z|317a3b19-531d-4071-a251-c089c95d53e4|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:21:00.636Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:21:00.638Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:21:51.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:21:51.088Z||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-03T06:21:51.088Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:21:51.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:21:51.090Z||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-03T06:21:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:22:00.641Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:22:00.647Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:22:51.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:22:51.088Z||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-03T06:22:51.088Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:22:51.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:22:51.090Z||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-03T06:22:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:23:00.636Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:23:00.639Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:23:51.087Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:23:51.088Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T06:23:51.088Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:23:51.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:23:51.091Z||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-03T06:23:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:23:51.754Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:23:51.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "ves-openapi-manager", "timestamp": 1667456610079, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "multicloud-k8s-id", "timestamp": 1667456613470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.757Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "cds", "timestamp": 1667456616991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.757Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "ves-openapi-manager", "timestamp": 1667456610079, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.757Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "multicloud-k8s-id", "timestamp": 1667456613470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-03T06:23:51.758Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "cds", "timestamp": 1667456616991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.758Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "ves-openapi-manager", "timestamp": 1667456610079, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.758Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "multicloud-k8s-id", "timestamp": 1667456613470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-03T06:23:51.758Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "cds", "timestamp": 1667456616991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "ves-openapi-manager", "timestamp": 1667456610079, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "multicloud-k8s-id", "timestamp": 1667456613470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "cds", "timestamp": 1667456616991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "ves-openapi-manager", "timestamp": 1667456610079, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.760Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "multicloud-k8s-id", "timestamp": 1667456613470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-03T06:23:51.760Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "cds", "timestamp": 1667456616991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.760Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456620211, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "ves-openapi-manager", "timestamp": 1667456610079, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "multicloud-k8s-id", "timestamp": 1667456613470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-03T06:23:51.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "cds", "timestamp": 1667456616991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456620211, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "ves-openapi-manager", "timestamp": 1667456610079, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "multicloud-k8s-id", "timestamp": 1667456613470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-03T06:23:51.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "cds", "timestamp": 1667456616991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456620211, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "ves-openapi-manager", "timestamp": 1667456610079, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "multicloud-k8s-id", "timestamp": 1667456613470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "cds", "timestamp": 1667456616991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456620211, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "ves-openapi-manager", "timestamp": 1667456610079, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "multicloud-k8s-id", "timestamp": 1667456613470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "cds", "timestamp": 1667456616991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456620211, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "ves-openapi-manager", "timestamp": 1667456610079, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "multicloud-k8s-id", "timestamp": 1667456613470, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:23:51.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "cds", "timestamp": 1667456616991, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:23:51.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456620211, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "multicloud-k8s-id", "timestamp": 1667456626710, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T06:23:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:23:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "cds", "timestamp": 1667456627755, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:23:51.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:23:51.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456620211, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "multicloud-k8s-id", "timestamp": 1667456627781, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T06:23:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:23:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456620211, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "multicloud-k8s-id", "timestamp": 1667456628836, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-03T06:23:51.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:23:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456620211, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.769Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "cds", "timestamp": 1667456630153, "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-03T06:23:51.773Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:23:51.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"42912895-a9c4-4728-a8f2-37aaeaba2b37","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"2413d168-b59b-4210-9950-5a0f4a0e8df6","serviceDescription":"service","serviceInvariantUUID":"a84f5501-c0c2-43d5-81b8-32ca15c60c75","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bd36f8a9-c567-41c4-ae20-a8a55e4d551a","resourceInvariantUUID":"86bddd56-f4e1-425d-ad00-d8c04b8a4c43","resourceCustomizationUUID":"87a05c68-e7c8-4632-8711-3a64f086e685","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":"MGNlZmIxN2M5ZDY1MWQwMzFmYzg2NmYzZGM5NThiMWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c22f1220-6253-4a05-aa3d-af6a1de0f647","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":"MzEwZTc1ODA3YzU3ZDI4ZDQ4Y2I0NDIxNjhkZDhlMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fd672eeb-e011-4ead-a323-93b76ca26379","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":"e882832d-11d0-4a8b-999b-c92f0bfe24da","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":"05787f07-2b31-4eb8-ac7f-d06a61abe93b","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":"6da8c73a-8282-4755-83be-4a3651c2bac1","artifactVersion":"2","generatedFromUUID":"cce9a970-04ff-4bc5-9ce2-b21594d7b4f3"},{"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":"10428f55-0596-431a-b1c9-5093a618e320","artifactVersion":"2","generatedFromUUID":"e882832d-11d0-4a8b-999b-c92f0bfe24da"},{"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":"cce9a970-04ff-4bc5-9ce2-b21594d7b4f3","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":"f0979849-2730-40a2-8274-9c9a2bee3228","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":"ZDAxOTdlYjNiMWI2ZDQyZDM1NGEyMzc4NTNjZmU5NTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3188e003-41db-43fa-b27c-9b42a5332e02","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTUzYzhiYmQ1NWY1Y2YxMmJmZTcyOWFjMTNmZmZiNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"98dc6cc6-6bd5-469a-ae5f-21c1539dc917","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-03T06:23:51.777Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:23:51.778Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-03T06:23:51.780Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:23:51.780Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-03T06:23:51.786Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 42912895-a9c4-4728-a8f2-37aaeaba2b37 2022-11-03T06:23:51.786Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42912895-a9c4-4728-a8f2-37aaeaba2b37 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-03T06:23:51.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "multicloud-k8s-id", "timestamp": 1667456629899, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-03T06:23:51.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:23:51.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "ves-openapi-manager", "timestamp": 1667456630079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:51.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-03T06:23:51.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456620211, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:23:51.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-03T06:23:51.880Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:23:51.881Z||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-03T06:23:51.881Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:23:51.894Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:23:51.894Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:23:52.780Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:23:52.781Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:23:52.783Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:23:52.783Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-03T06:23:52.884Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:23:52.884Z||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-03T06:23:52.885Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:23:52.907Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:23:52.908Z||pool-101-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:23:53.784Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:23:53.785Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:23:53.787Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:23:53.787Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-03T06:23:53.887Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:23:53.888Z||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-03T06:23:53.889Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:23:53.899Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:23:53.899Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-03T06:23:54.788Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:23:54.788Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:23:54.790Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:23:54.791Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:54.891Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:23:54.892Z||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-03T06:23:54.892Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:23:54.930Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:23:54.931Z||pool-103-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2022-11-03T06:23:55.791Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:23:55.792Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:23:55.794Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:23:55.795Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-03T06:23:55.895Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:23:55.896Z||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-03T06:23:55.897Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:23:55.942Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:23:55.943Z||pool-104-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:23:56.795Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:23:56.796Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:23:56.798Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:23:56.799Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-03T06:23:56.899Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:23:56.900Z||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-03T06:23:56.900Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:23:56.914Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:23:56.915Z||pool-105-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-03T06:23:57.799Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:23:57.800Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:23:57.802Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:23:57.802Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-03T06:23:57.902Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T06:23:57.904Z||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-03T06:23:57.904Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:23:57.952Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:23:57.953Z||pool-106-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:23:58.803Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:23:58.804Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:23:58.806Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:23:58.806Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:58.908Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-03T06:23:58.909Z||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-03T06:23:58.909Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:23:58.927Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:23:58.928Z||pool-107-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:23:59.808Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:23:59.809Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:23:59.811Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:23:59.811Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:23:59.911Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:23:59.912Z||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-03T06:23:59.912Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:23:59.922Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:23:59.923Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:24:00.812Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:24:00.812Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:24:00.815Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:24:00.815Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:24:00.915Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:24:00.916Z||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-03T06:24:00.916Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:24:00.926Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:24:00.927Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-03T06:24:01.817Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "2413d168-b59b-4210-9950-5a0f4a0e8df6", "serviceDescription": "service", "serviceInvariantUUID": "a84f5501-c0c2-43d5-81b8-32ca15c60c75", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "87a05c68-e7c8-4632-8711-3a64f086e685", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bd36f8a9-c567-41c4-ae20-a8a55e4d551a", "resourceInvariantUUID": "86bddd56-f4e1-425d-ad00-d8c04b8a4c43", "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": "MzEwZTc1ODA3YzU3ZDI4ZDQ4Y2I0NDIxNjhkZDhlMzA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fd672eeb-e011-4ead-a323-93b76ca26379", "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": "e882832d-11d0-4a8b-999b-c92f0bfe24da", "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": "10428f55-0596-431a-b1c9-5093a618e320", "generatedFromUUID": "e882832d-11d0-4a8b-999b-c92f0bfe24da" }, "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": "6da8c73a-8282-4755-83be-4a3651c2bac1", "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": "10428f55-0596-431a-b1c9-5093a618e320", "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": "cce9a970-04ff-4bc5-9ce2-b21594d7b4f3", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YTUzYzhiYmQ1NWY1Y2YxMmJmZTcyOWFjMTNmZmZiNjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "98dc6cc6-6bd5-469a-ae5f-21c1539dc917" } ], "workloadContext": "Production" } 2022-11-03T06:24:01.818Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-03T06:24:01.818Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2413d168-b59b-4210-9950-5a0f4a0e8df6 ASDC 2022-11-03T06:24:01.819Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:42912895-a9c4-4728-a8f2-37aaeaba2b37 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:2413d168-b59b-4210-9950-5a0f4a0e8df6 ServiceInvariantUUID:a84f5501-c0c2-43d5-81b8-32ca15c60c75 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:98dc6cc6-6bd5-469a-ae5f-21c1539dc917 ArtifactChecksum:YTUzYzhiYmQ1NWY1Y2YxMmJmZTcyOWFjMTNmZmZiNjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:87a05c68-e7c8-4632-8711-3a64f086e685 ResourceInvariantUUID:86bddd56-f4e1-425d-ad00-d8c04b8a4c43 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:bd36f8a9-c567-41c4-ae20-a8a55e4d551a 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:fd672eeb-e011-4ead-a323-93b76ca26379 ArtifactChecksum:MzEwZTc1ODA3YzU3ZDI4ZDQ4Y2I0NDIxNjhkZDhlMzA= 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:e882832d-11d0-4a8b-999b-c92f0bfe24da 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:10428f55-0596-431a-b1c9-5093a618e320 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:6da8c73a-8282-4755-83be-4a3651c2bac1 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:10428f55-0596-431a-b1c9-5093a618e320 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:cce9a970-04ff-4bc5-9ce2-b21594d7b4f3 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-03T06:24:01.820Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2413d168-b59b-4210-9950-5a0f4a0e8df6 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-03T06:24:01.865Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T06:24:01.866Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-03T06:24:01.866Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-03T06:24:01.866Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 98dc6cc6-6bd5-469a-ae5f-21c1539dc917 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-03T06:24:01.866Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-03T06:24:01.867Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-03T06:24:01.934Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-03T06:24:01.941Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 98dc6cc6-6bd5-469a-ae5f-21c1539dc917 162979 2022-11-03T06:24:01.942Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-03T06:24:01.942Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-03T06:24:01.942Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T06:24:01.942Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:24:01.944Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:24:01.945Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456641942, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:24:02.045Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T06:24:02.046Z||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-03T06:24:02.046Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:24:02.059Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:24:02.060Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:24:02.945Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T06:24:02.947Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-03T06:24:02.947Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 98dc6cc6-6bd5-469a-ae5f-21c1539dc917, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-03T06:24:02.947Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-11-03T06:24:02.949Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-03T06:24:02.949Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-03T06:24:03.150Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4524542133328157031/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-11-03T06:24:04.509Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-03T06:24:04.509Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-03T06:24:04.510Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-03T06:24:04.510Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-03T06:24:04.510Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-03T06:24:04.510Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-03T06:24:04.510Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-03T06:24:04.510Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-03T06:24:04.510Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-03T06:24:04.510Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:24:04.511Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:24:04.511Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-03T06:24:04.511Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-03T06:24:04.511Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T06:24:04.511Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:24:04.511Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:24:04.511Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-03T06:24:04.511Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-03T06:24:04.512Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T06:24:04.512Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:24:04.512Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:24:04.512Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:24:04.512Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-03T06:24:04.512Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-11-03T06:24:04.512Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-11-03T06:24:04.513Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-03T06:24:04.513Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:24:04.513Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-03T06:24:04.513Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:24:04.513Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-03T06:24:04.513Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T06:24:04.514Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:24:04.514Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-03T06:24:04.514Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T06:24:04.514Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:24:04.514Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-03T06:24:04.514Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T06:24:04.515Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:24:04.515Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-03T06:24:04.515Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T06:24:04.515Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:24:04.515Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-03T06:24:04.515Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-11-03T06:24:04.515Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=220bc23b-a109-4f38-8684-ebf2c2613b23 2022-11-03T06:24:04.515Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:24:04.516Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:24:04.516Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:24:04.516Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:24:04.516Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:24:04.516Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:24:04.516Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:24:04.516Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:24:04.516Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:2413d168-b59b-4210-9950-5a0f4a0e8df6 Model Version:NULL Model InvariantUuid:a84f5501-c0c2-43d5-81b8-32ca15c60c75 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:0b04f9e9-0054-4c61-af1d-608f4aa04f42 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:86bddd56-f4e1-425d-ad00-d8c04b8a4c43 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:87a05c68-e7c8-4632-8711-3a64f086e685 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a47753c1-74fd-49fb-8595-15bda25d3dab ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:fd295550-95eb-4668-8e65-d8510dfc9e86 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:0700d9d3-2eac-4ed8-bdac-ba85b0b876d7 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:0761eefd-2a6e-4cbe-8d6b-90fb12ce3edd ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:220bc23b-a109-4f38-8684-ebf2c2613b23 ModelInvariantUuid:808795a7-6d49-497d-aa6f-962b6ffa09fe ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:90b75f22-f991-4a19-945a-52def4f11b25 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:479ea34f-f5f8-4267-8a62-1888e7afd526 ModelInvariantUuid:239765ca-876c-4584-8eaa-be5b49be4f80 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:8bac2297-aa00-4d15-a278-ed4ae237b85c 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-03T06:24:04.526Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: bd36f8a9-c567-41c4-ae20-a8a55e4d551a 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-03T06:24:04.530Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0 2022-11-03T06:24:04.531Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bd36f8a9-c567-41c4-ae20-a8a55e4d551a 2022-11-03T06:24:04.531Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fd672eeb-e011-4ead-a323-93b76ca26379 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-03T06:24:04.531Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-03T06:24:04.531Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-03T06:24:04.588Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-03T06:24:04.589Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json fd672eeb-e011-4ead-a323-93b76ca26379 1565 2022-11-03T06:24:04.589Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-11-03T06:24:04.589Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-03T06:24:04.589Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T06:24:04.590Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:24:04.592Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:24:04.592Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456644589, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T06:24:04.692Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:24:04.693Z||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-03T06:24:04.693Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:24:04.717Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:24:04.718Z||pool-111-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:24:05.592Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "0700d9d3-2eac-4ed8-bdac-ba85b0b876d7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0761eefd-2a6e-4cbe-8d6b-90fb12ce3edd", "vfModuleModelCustomizationUUID": "49a93003-c6fb-433a-9ef4-96e530935e31", "isBase": true, "artifacts": [ "e882832d-11d0-4a8b-999b-c92f0bfe24da", "10428f55-0596-431a-b1c9-5093a618e320" ], "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": "a47753c1-74fd-49fb-8595-15bda25d3dab", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fd295550-95eb-4668-8e65-d8510dfc9e86", "vfModuleModelCustomizationUUID": "63c5cc0b-7b7e-4017-8ee1-5818531a2367", "isBase": false, "artifacts": [ "cce9a970-04ff-4bc5-9ce2-b21594d7b4f3" ], "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-03T06:24:05.597Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0761eefd-2a6e-4cbe-8d6b-90fb12ce3edd VfModuleModelInvariantUUID:0700d9d3-2eac-4ed8-bdac-ba85b0b876d7 VfModuleModelDescription:NULL Artifacts UUID List:{ e882832d-11d0-4a8b-999b-c92f0bfe24da , 10428f55-0596-431a-b1c9-5093a618e320 } 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:fd295550-95eb-4668-8e65-d8510dfc9e86 VfModuleModelInvariantUUID:a47753c1-74fd-49fb-8595-15bda25d3dab VfModuleModelDescription:NULL Artifacts UUID List:{ cce9a970-04ff-4bc5-9ce2-b21594d7b4f3 } 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-03T06:24:05.600Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "0700d9d3-2eac-4ed8-bdac-ba85b0b876d7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0761eefd-2a6e-4cbe-8d6b-90fb12ce3edd", "vfModuleModelCustomizationUUID": "49a93003-c6fb-433a-9ef4-96e530935e31", "isBase": true, "artifacts": [ "e882832d-11d0-4a8b-999b-c92f0bfe24da", "10428f55-0596-431a-b1c9-5093a618e320" ], "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": "a47753c1-74fd-49fb-8595-15bda25d3dab", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fd295550-95eb-4668-8e65-d8510dfc9e86", "vfModuleModelCustomizationUUID": "63c5cc0b-7b7e-4017-8ee1-5818531a2367", "isBase": false, "artifacts": [ "cce9a970-04ff-4bc5-9ce2-b21594d7b4f3" ], "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-03T06:24:05.600Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0761eefd-2a6e-4cbe-8d6b-90fb12ce3edd VfModuleModelInvariantUUID:0700d9d3-2eac-4ed8-bdac-ba85b0b876d7 VfModuleModelDescription:NULL Artifacts UUID List:{ e882832d-11d0-4a8b-999b-c92f0bfe24da , 10428f55-0596-431a-b1c9-5093a618e320 } 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:fd295550-95eb-4668-8e65-d8510dfc9e86 VfModuleModelInvariantUUID:a47753c1-74fd-49fb-8595-15bda25d3dab VfModuleModelDescription:NULL Artifacts UUID List:{ cce9a970-04ff-4bc5-9ce2-b21594d7b4f3 } 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-03T06:24:05.600Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e882832d-11d0-4a8b-999b-c92f0bfe24da from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-03T06:24:05.600Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-03T06:24:05.600Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-03T06:24:05.655Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-03T06:24:05.655Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml e882832d-11d0-4a8b-999b-c92f0bfe24da 914 2022-11-03T06:24:05.656Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-11-03T06:24:05.656Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-03T06:24:05.656Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T06:24:05.656Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:24:05.658Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:24:05.658Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456645656, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T06:24:05.759Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:24:05.760Z||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-03T06:24:05.760Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:24:05.771Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:24:05.772Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:24:06.659Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6da8c73a-8282-4755-83be-4a3651c2bac1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-03T06:24:06.659Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-03T06:24:06.660Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-03T06:24:06.720Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-03T06:24:06.721Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 6da8c73a-8282-4755-83be-4a3651c2bac1 12 2022-11-03T06:24:06.721Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-11-03T06:24:06.721Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-03T06:24:06.721Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T06:24:06.721Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:24:06.724Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:24:06.724Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456646721, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-03T06:24:06.824Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T06:24:06.825Z||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-03T06:24:06.826Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:24:06.862Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:24:06.864Z||pool-113-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:24:07.724Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 10428f55-0596-431a-b1c9-5093a618e320 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-03T06:24:07.725Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-03T06:24:07.725Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-03T06:24:07.773Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-03T06:24:07.774Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 10428f55-0596-431a-b1c9-5093a618e320 96 2022-11-03T06:24:07.774Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-11-03T06:24:07.774Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-03T06:24:07.774Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T06:24:07.774Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:24:07.777Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:24:07.777Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456647774, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-03T06:24:07.877Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:24:07.878Z||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-03T06:24:07.878Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:24:07.888Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:24:07.889Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:24:08.778Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cce9a970-04ff-4bc5-9ce2-b21594d7b4f3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-03T06:24:08.778Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-03T06:24:08.778Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-03T06:24:08.834Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-03T06:24:08.835Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz cce9a970-04ff-4bc5-9ce2-b21594d7b4f3 20206 2022-11-03T06:24:08.835Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-11-03T06:24:08.836Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-03T06:24:08.836Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T06:24:08.836Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:24:08.838Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:24:08.838Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456648835, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-03T06:24:08.938Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:24:08.939Z||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-03T06:24:08.939Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:24:08.954Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:24:08.955Z||pool-115-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-03T06:24:09.842Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 2413d168-b59b-4210-9950-5a0f4a0e8df6 2022-11-03T06:24:09.842Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 bd36f8a9-c567-41c4-ae20-a8a55e4d551a 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-03T06:24:09.854Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@137977c6, org.onap.sdc.toscaparser.api.parameters.Input@315524f2, org.onap.sdc.toscaparser.api.parameters.Input@e97bcaa, org.onap.sdc.toscaparser.api.parameters.Input@48b86fa5, org.onap.sdc.toscaparser.api.parameters.Input@1027f633] 2022-11-03T06:24:09.856Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:24:09.856Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:24:09.857Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-11-03T06:24:09.857Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 87a05c68-e7c8-4632-8711-3a64f086e685 2022-11-03T06:24:09.857Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 87a05c68-e7c8-4632-8711-3a64f086e685 matches Tosca VF Customization UUID: 87a05c68-e7c8-4632-8711-3a64f086e685 2022-11-03T06:24:09.857Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 87a05c68-e7c8-4632-8711-3a64f086e685 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-03T06:24:09.860Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:24:09.860Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:24:09.861Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 87a05c68-e7c8-4632-8711-3a64f086e685: {\"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-03T06:24:09.861Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@30c228ad 2022-11-03T06:24:09.861Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:24:09.862Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-03T06:24:09.862Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 63c5cc0b-7b7e-4017-8ee1-5818531a2367 2022-11-03T06:24:09.862Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 63c5cc0b-7b7e-4017-8ee1-5818531a2367 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-03T06:24:09.865Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:24:09.865Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-03T06:24:09.865Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T06:24:09.866Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:24:09.866Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-03T06:24:09.866Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T06:24:09.866Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:24:09.867Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-03T06:24:09.867Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=87a05c68-e7c8-4632-8711-3a64f086e685 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-03T06:24:09.869Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:24:09.869Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:24:09.870Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 2413d168-b59b-4210-9950-5a0f4a0e8df6: basic_cnf_macro 2022-11-03T06:24:09.870Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:24:09.870Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:24:09.870Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:24:09.870Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:24:09.870Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:24:09.870Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:24:09.871Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:24:09.871Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:24:09.871Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:24:09.871Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:24:09.871Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-03T06:24:09.923Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro bd36f8a9-c567-41c4-ae20-a8a55e4d551a 2 ASDC deployResourceStructure 2022-11-03T06:24:09.924Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-11-03T06:24:09.924Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-03T06:24:09.924Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T06:24:09.924Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:24:09.926Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:24:09.926Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456649924, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T06:24:10.027Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:24:10.028Z||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-03T06:24:10.028Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:24:10.042Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:24:10.043Z||pool-116-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:24:10.928Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-11-03T06:24:10.928Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-03T06:24:10.929Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T06:24:10.930Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:24:10.932Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:24:10.932Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456650927, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-03T06:24:11.033Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:24:11.034Z||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-03T06:24:11.034Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:24:11.085Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:24:11.086Z||pool-117-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":3,"count":1} 2022-11-03T06:24:11.935Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-11-03T06:24:11.935Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-11-03T06:24:11.935Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-03T06:24:11.935Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:24:11.937Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:24:11.937Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456651934, "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-03T06:24:12.037Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:24:12.038Z||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-03T06:24:12.038Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:24:12.058Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:24:12.058Z||pool-118-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-11-03T06:24:12.938Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-11-03T06:24:12.939Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-03T06:24:12.939Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T06:24:12.939Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:24:12.941Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:24:12.941Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456652938, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-03T06:24:13.041Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:24:13.043Z||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-03T06:24:13.043Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:24:13.055Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:24:13.056Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-03T06:24:13.942Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-11-03T06:24:13.942Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-11-03T06:24:13.942Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-03T06:24:13.942Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:24:13.944Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:24:13.944Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456653942, "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-03T06:24:14.045Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:24:14.047Z||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-03T06:24:14.047Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:24:14.057Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:24:14.058Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:24:14.946Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-03T06:24:14.946Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-03T06:24:14.946Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T06:24:14.947Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:24:14.949Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:24:14.950Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456654946, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:24:15.050Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:24:15.051Z||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-03T06:24:15.052Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:24:15.065Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:24:15.066Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:24:15.950Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42912895-a9c4-4728-a8f2-37aaeaba2b37 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T06:24:15.959Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42912895-a9c4-4728-a8f2-37aaeaba2b37 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-03T06:24:15.961Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T06:24:15.961Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-03T06:24:15.962Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-03T06:24:45.962Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42912895-a9c4-4728-a8f2-37aaeaba2b37 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T06:24:45.974Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42912895-a9c4-4728-a8f2-37aaeaba2b37 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-03T06:24:45.979Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T06:24:45.979Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-03T06:24:45.979Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-03T06:24:51.090Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:24:51.091Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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-03T06:24:51.091Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:24:51.233Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:24:51.235Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:24:51.235Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "multicloud-k8s-id", "timestamp": 1667456630981, "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-03T06:24:51.244Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 42912895-a9c4-4728-a8f2-37aaeaba2b37 2022-11-03T06:24:51.245Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42912895-a9c4-4728-a8f2-37aaeaba2b37 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-03T06:25:15.979Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42912895-a9c4-4728-a8f2-37aaeaba2b37 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T06:25:15.992Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42912895-a9c4-4728-a8f2-37aaeaba2b37 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-03T06:25:15.994Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T06:25:15.994Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-03T06:25:15.995Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-03T06:25:45.995Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42912895-a9c4-4728-a8f2-37aaeaba2b37 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T06:25:46.009Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42912895-a9c4-4728-a8f2-37aaeaba2b37 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-03T06:25:46.012Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T06:25:46.012Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-03T06:25:46.012Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-03T06:25:51.090Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:25:51.091Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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-03T06:25:51.091Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:25:51.112Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:25:51.177Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.177Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "ves-openapi-manager", "timestamp": 1667456630079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.178Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.178Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.178Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.178Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.178Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.178Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456630989, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:25:51.179Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.179Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.179Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "cds", "timestamp": 1667456631991, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.179Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.179Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.179Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "multicloud-k8s-id", "timestamp": 1667456631987, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T06:25:51.179Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.179Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.179Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "ves-openapi-manager", "timestamp": 1667456630079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.179Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.179Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.179Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-03T06:25:51.179Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.180Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.180Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "cds", "timestamp": 1667456631991, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.180Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.180Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.180Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "ves-openapi-manager", "timestamp": 1667456630079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.180Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.180Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.180Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-03T06:25:51.180Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.180Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.180Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456633335, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:25:51.180Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.180Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.181Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "cds", "timestamp": 1667456631991, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.181Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.181Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.181Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "ves-openapi-manager", "timestamp": 1667456630079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.181Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.181Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.181Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "multicloud-k8s-id", "timestamp": 1667456633470, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.181Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.181Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.182Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.182Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.182Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.182Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456634337, "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-03T06:25:51.188Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 42912895-a9c4-4728-a8f2-37aaeaba2b37 2022-11-03T06:25:51.189Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42912895-a9c4-4728-a8f2-37aaeaba2b37 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-03T06:25:51.199Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.200Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "cds", "timestamp": 1667456631991, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.200Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.200Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.200Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "ves-openapi-manager", "timestamp": 1667456630079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.200Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.201Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.201Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "multicloud-k8s-id", "timestamp": 1667456633470, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-03T06:25:51.201Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.201Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.201Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-03T06:25:51.202Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.202Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.202Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456620211, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.202Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.203Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.203Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "cds", "timestamp": 1667456631991, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.204Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.204Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.204Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "ves-openapi-manager", "timestamp": 1667456630079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.204Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.204Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.205Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "multicloud-k8s-id", "timestamp": 1667456633470, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-03T06:25:51.205Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.205Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.205Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-03T06:25:51.205Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.206Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.206Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "aai-ml", "timestamp": 1667456636188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.206Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.206Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.207Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456620211, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.207Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.207Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.207Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "cds", "timestamp": 1667456631991, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.207Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.208Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.208Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "ves-openapi-manager", "timestamp": 1667456630079, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.208Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.208Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.209Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "multicloud-k8s-id", "timestamp": 1667456633470, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.209Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.209Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.209Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-03T06:25:51.210Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.210Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.210Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "aai-ml", "timestamp": 1667456636188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.210Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.210Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.211Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456620211, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.211Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.211Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.211Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "cds", "timestamp": 1667456631991, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.212Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.212Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.212Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "multicloud-k8s-id", "timestamp": 1667456633470, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-03T06:25:51.212Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.213Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.213Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.220Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.220Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.220Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "aai-ml", "timestamp": 1667456636188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.220Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.220Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.220Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456620211, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.221Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.221Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.221Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "cds", "timestamp": 1667456631991, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:25:51.221Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.221Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.221Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "multicloud-k8s-id", "timestamp": 1667456633470, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.221Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.221Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.221Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.221Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.221Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.221Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "aai-ml", "timestamp": 1667456636188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.222Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.222Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.222Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456620211, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.222Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.222Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.222Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "cds", "timestamp": 1667456640788, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:25:51.222Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.222Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.222Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "multicloud-k8s-id", "timestamp": 1667456633470, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.222Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.222Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.222Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:25:51.223Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.223Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.223Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "aai-ml", "timestamp": 1667456636188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.223Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.223Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.223Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456620211, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.223Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.223Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.223Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "multicloud-k8s-id", "timestamp": 1667456633470, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:25:51.223Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.223Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.226Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456641942, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:25:51.226Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.226Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.226Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "cds", "timestamp": 1667456642055, "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-03T06:25:51.239Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4d71564d-fc52-43bf-b798-e639ef04449a 2022-11-03T06:25:51.239Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d71564d-fc52-43bf-b798-e639ef04449a 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-03T06:25:51.247Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.247Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "aai-ml", "timestamp": 1667456636188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.247Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.247Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.247Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456620211, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.247Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.248Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.248Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "multicloud-k8s-id", "timestamp": 1667456642235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T06:25:51.248Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.248Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.248Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "aai-ml", "timestamp": 1667456636188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.248Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.248Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.248Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456620211, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:25:51.249Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.249Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.249Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "multicloud-k8s-id", "timestamp": 1667456643316, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T06:25:51.249Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.249Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.249Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "aai-ml", "timestamp": 1667456636188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.249Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.249Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.249Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456643453, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:25:51.250Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.250Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.250Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456644589, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T06:25:51.250Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.250Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.250Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "multicloud-k8s-id", "timestamp": 1667456644382, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-03T06:25:51.250Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.250Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.250Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "aai-ml", "timestamp": 1667456636188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.251Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.251Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.251Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456645656, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T06:25:51.251Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.251Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.251Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "multicloud-k8s-id", "timestamp": 1667456645407, "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-03T06:25:51.255Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4d71564d-fc52-43bf-b798-e639ef04449a 2022-11-03T06:25:51.256Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d71564d-fc52-43bf-b798-e639ef04449a 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-03T06:25:51.263Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.263Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "aai-ml", "timestamp": 1667456636188, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:25:51.263Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.263Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.263Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456646721, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-03T06:25:51.264Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.264Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.264Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456645843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:25:51.264Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.264Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.264Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "multicloud-k8s-id", "timestamp": 1667456646412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T06:25:51.264Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.264Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.264Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "aai-ml", "timestamp": 1667456646973, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:25:51.265Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.265Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.265Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456647774, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-03T06:25:51.265Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.265Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.265Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456646846, "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-03T06:25:51.270Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4d71564d-fc52-43bf-b798-e639ef04449a 2022-11-03T06:25:51.270Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d71564d-fc52-43bf-b798-e639ef04449a 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-03T06:25:51.277Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.278Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "cds", "timestamp": 1667456646991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.278Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.278Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.278Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456648835, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-03T06:25:51.278Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.278Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.278Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "cds", "timestamp": 1667456646991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.278Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.278Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.278Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "cds", "timestamp": 1667456646991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.279Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.279Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.279Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456649924, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T06:25:51.279Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.279Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.279Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "ves-openapi-manager", "timestamp": 1667456650079, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.279Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.279Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.279Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456650927, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-03T06:25:51.279Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.279Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.279Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "cds", "timestamp": 1667456646991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.279Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.280Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.280Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "ves-openapi-manager", "timestamp": 1667456650079, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.280Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.280Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.280Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456650210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.280Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.280Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.280Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "cds", "timestamp": 1667456646991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.280Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.280Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.280Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456651934, "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-03T06:25:51.281Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.281Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.281Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "ves-openapi-manager", "timestamp": 1667456650079, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.281Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.281Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.281Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456650210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.281Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.281Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.281Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "cds", "timestamp": 1667456646991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.281Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.281Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.282Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456652938, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-03T06:25:51.282Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.282Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.282Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "ves-openapi-manager", "timestamp": 1667456650079, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.282Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.282Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.282Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456650210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.282Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.282Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.282Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "cds", "timestamp": 1667456646991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.282Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.282Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.282Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456653942, "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-03T06:25:51.283Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.283Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.283Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "ves-openapi-manager", "timestamp": 1667456650079, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.283Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.283Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.283Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "multicloud-k8s-id", "timestamp": 1667456653470, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.283Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.283Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.283Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456650210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.283Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.283Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.283Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456654946, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:25:51.284Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.284Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.284Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "cds", "timestamp": 1667456646991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.284Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.284Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.284Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "ves-openapi-manager", "timestamp": 1667456650079, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.284Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.284Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.284Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "multicloud-k8s-id", "timestamp": 1667456653470, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.285Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.285Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.285Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "aai-ml", "timestamp": 1667456655547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:25:51.285Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.285Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.285Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456650210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.285Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.285Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.285Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "cds", "timestamp": 1667456646991, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:25:51.285Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.285Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.286Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "ves-openapi-manager", "timestamp": 1667456650079, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-03T06:25:51.286Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.286Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.286Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "multicloud-k8s-id", "timestamp": 1667456653470, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.286Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.286Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.286Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "aai-ml", "timestamp": 1667456656550, "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-03T06:25:51.291Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 42912895-a9c4-4728-a8f2-37aaeaba2b37 2022-11-03T06:25:51.291Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42912895-a9c4-4728-a8f2-37aaeaba2b37 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-03T06:25:51.298Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.298Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456650210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.298Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.298Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.298Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "cds", "timestamp": 1667456657160, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:25:51.298Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.299Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.299Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "ves-openapi-manager", "timestamp": 1667456650079, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.299Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.299Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.299Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "multicloud-k8s-id", "timestamp": 1667456653470, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.299Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.299Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.299Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "aai-ml", "timestamp": 1667456636188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.299Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.299Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.299Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456650210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.300Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.300Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.300Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "cds", "timestamp": 1667456658410, "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-03T06:25:51.311Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c88f7af5-dcb5-4a7c-b321-cabef4d4d78a 2022-11-03T06:25:51.311Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c88f7af5-dcb5-4a7c-b321-cabef4d4d78a 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-03T06:25:51.318Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.318Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "ves-openapi-manager", "timestamp": 1667456650079, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.319Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.319Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.319Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "multicloud-k8s-id", "timestamp": 1667456653470, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.319Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.319Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.319Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "aai-ml", "timestamp": 1667456636188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.319Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.319Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.319Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456650210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.319Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.319Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.320Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "ves-openapi-manager", "timestamp": 1667456659811, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T06:25:51.320Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.320Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.320Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "multicloud-k8s-id", "timestamp": 1667456653470, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.320Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.320Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.320Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "aai-ml", "timestamp": 1667456636188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.320Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.320Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.320Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456650210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:25:51.320Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.320Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.321Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "ves-openapi-manager", "timestamp": 1667456660836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-03T06:25:51.321Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.321Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.321Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "multicloud-k8s-id", "timestamp": 1667456653470, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.321Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.321Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.321Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "aai-ml", "timestamp": 1667456636188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.321Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.321Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.321Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456659945, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:25:51.321Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.322Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.322Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "ves-openapi-manager", "timestamp": 1667456661839, "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-03T06:25:51.326Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c88f7af5-dcb5-4a7c-b321-cabef4d4d78a 2022-11-03T06:25:51.326Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c88f7af5-dcb5-4a7c-b321-cabef4d4d78a 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-03T06:25:51.334Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.334Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "multicloud-k8s-id", "timestamp": 1667456653470, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.334Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.334Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.334Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "aai-ml", "timestamp": 1667456636188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.334Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.334Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.334Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "aai-ml", "timestamp": 1667456636188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.335Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.335Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.335Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "multicloud-k8s-id", "timestamp": 1667456653470, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:25:51.335Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.335Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.335Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456661830, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:25:51.335Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.335Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.335Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "aai-ml", "timestamp": 1667456636188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.335Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.335Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.336Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667456662835, "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-03T06:25:51.340Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c88f7af5-dcb5-4a7c-b321-cabef4d4d78a 2022-11-03T06:25:51.340Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c88f7af5-dcb5-4a7c-b321-cabef4d4d78a 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-03T06:25:51.347Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.348Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "aai-ml", "timestamp": 1667456636188, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:25:51.348Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.348Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.348Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "aai-ml", "timestamp": 1667456665656, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:25:51.348Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.348Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.349Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "aai-ml", "timestamp": 1667456674066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:25:51.349Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:25:51.349Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.349Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "aai-ml", "timestamp": 1667456675070, "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-03T06:25:51.354Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4d71564d-fc52-43bf-b798-e639ef04449a 2022-11-03T06:25:51.354Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d71564d-fc52-43bf-b798-e639ef04449a 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-03T06:25:51.362Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.362Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "aai-ml", "timestamp": 1667456676073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.362Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.363Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.363Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "aai-ml", "timestamp": 1667456676073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.363Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.363Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.363Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "aai-ml", "timestamp": 1667456676073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.363Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.363Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.364Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "aai-ml", "timestamp": 1667456676073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.364Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.364Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.364Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "aai-ml", "timestamp": 1667456676073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.364Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.364Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.364Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "aai-ml", "timestamp": 1667456676073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.365Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.365Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.365Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "aai-ml", "timestamp": 1667456676073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.365Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.365Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.365Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "aai-ml", "timestamp": 1667456676073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:25:51.365Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.366Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.366Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "aai-ml", "timestamp": 1667456676073, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:25:51.366Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:25:51.366Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:25:51.366Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "aai-ml", "timestamp": 1667456685855, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:25:51.366Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:26:16.012Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42912895-a9c4-4728-a8f2-37aaeaba2b37 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T06:26:16.025Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42912895-a9c4-4728-a8f2-37aaeaba2b37 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-03T06:26:16.027Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T06:26:16.027Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-03T06:26:16.027Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-03T06:26:16.027Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-03T06:26:16.027Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:26:16.028Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:26:16.028Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:26:16.028Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:26:16.028Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:26:16.028Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-03T06:26:16.033Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-03T06:26:46.034Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 42912895-a9c4-4728-a8f2-37aaeaba2b37 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-03T06:26:46.048Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 42912895-a9c4-4728-a8f2-37aaeaba2b37 and serviceModelVersionId: 2413d168-b59b-4210-9950-5a0f4a0e8df6 2022-11-03T06:26:46.048Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a84f5501-c0c2-43d5-81b8-32ca15c60c75 2022-11-03T06:26:46.050Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a84f5501-c0c2-43d5-81b8-32ca15c60c75/model-vers/model-ver/2413d168-b59b-4210-9950-5a0f4a0e8df6?depth=0 2022-11-03T06:26:46.058Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-11-03T06:26:46.110Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a84f5501-c0c2-43d5-81b8-32ca15c60c75/model-vers/model-ver/2413d168-b59b-4210-9950-5a0f4a0e8df6?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-03T06:26:46.112Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a84f5501-c0c2-43d5-81b8-32ca15c60c75/model-vers/model-ver/2413d168-b59b-4210-9950-5a0f4a0e8df6?depth=0|INFO|500||Invoke 2022-11-03T06:26:46.135Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a84f5501-c0c2-43d5-81b8-32ca15c60c75/model-vers/model-ver/2413d168-b59b-4210-9950-5a0f4a0e8df6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-03T06:26:46.229Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a84f5501-c0c2-43d5-81b8-32ca15c60c75/model-vers/model-ver/2413d168-b59b-4210-9950-5a0f4a0e8df6?depth=0|INFO|500||InvokeReturn 2022-11-03T06:26:46.230Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a84f5501-c0c2-43d5-81b8-32ca15c60c75/model-vers/model-ver/2413d168-b59b-4210-9950-5a0f4a0e8df6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221103-06:26:46:035-27095], vertex-id=[233712], Content-Length=[0], Date=[Thu, 03 Nov 2022 06:26:46 GMT], Content-Type=[application/json]} 2022-11-03T06:26:46.231Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-11-03T06:26:46.231Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-03T06:26:46.231Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-03T06:26:46.237Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-03T06:26:46.237Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 42912895-a9c4-4728-a8f2-37aaeaba2b37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-03T06:26:46.238Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-03T06:26:46.238Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:26:46.243Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:26:46.243Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456806237, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T06:26:46.346Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-03T06:26:46.347Z||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-03T06:26:46.347Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:26:46.361Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:26:46.362Z||pool-122-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-03T06:26:47.258Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T06:26:47.259Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"4d71564d-fc52-43bf-b798-e639ef04449a","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"4afb84a8-e0cc-4357-8164-d55c3db16c15","serviceDescription":"service","serviceInvariantUUID":"201720b9-82db-4c39-87f9-017cd5e8e0d2","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"79ace3f8-5e00-48af-ade7-d3b2db2ef139","resourceInvariantUUID":"02aa0632-d479-43f9-9b40-485c440665f2","resourceCustomizationUUID":"20f0004f-bf9b-4e5e-8853-f76a7101a93b","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":"MjZjYjVmM2U3MDUwYjliNTNlMmM1YTg4ZDdlMzg3ZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"acb99565-ed5e-4766-90ba-006c7bd4c1be","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":"ZjQ2NTg4MTc2YjRhZTEwZDkxMDNiMDg5OGE4YmMwNGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"84f6510c-7d2c-49d3-ba63-fb363c266355","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":"cb46560a-6bcc-4edd-bfbf-8ed2caeaafa4","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":"2e9fe16a-9a8b-4e8e-be13-e781da6beba4","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":"777b1b4c-ee1b-47f8-bdf8-a920c438b576","artifactVersion":"2","generatedFromUUID":"cb46560a-6bcc-4edd-bfbf-8ed2caeaafa4"},{"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":"MTAyMWM5MzUyOGI5M2FjZDEzMjU4MTRjYzg2MmEyOWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d36baefe-6852-4e0c-a4f5-5e785ea6d17d","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":"Njc0ZTM1MDg2ZDljOTJhMDMzM2Q0NWU1MWU5MzUxYzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ef5752d0-3489-4c53-be14-cdf68a11d750","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZmMzZThkNDE5NDM4NDg0ZTRmNmE1ZjVlNjk2ZmY2ZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a2059603-26eb-4675-bcbc-17702e51e573","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-03T06:26:47.259Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:26:47.259Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:26:47.262Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:26:47.262Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:26:47.362Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:26:47.363Z||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-03T06:26:47.364Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:26:47.375Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:26:47.375Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-03T06:26:48.262Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:26:48.263Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:26:48.266Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:26:48.266Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-03T06:26:48.366Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:26:48.368Z||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-03T06:26:48.368Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:26:48.379Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:26:48.379Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:26:49.266Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:26:49.267Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:26:49.270Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:26:49.270Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-03T06:26:49.370Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:26:49.371Z||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-03T06:26:49.371Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:26:49.402Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:26:49.403Z||pool-125-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:26:50.270Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:26:50.272Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:26:50.274Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:26:50.274Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:26:50.374Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:26:50.375Z||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-03T06:26:50.375Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:26:50.387Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:26:50.387Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:26:51.092Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:26:51.093Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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-03T06:26:51.093Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:26:51.131Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:26:51.132Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:26:51.132Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "aai-ml", "timestamp": 1667456691655, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:26:51.133Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:26:51.133Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:26:51.133Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "aai-ml", "timestamp": 1667456692658, "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-03T06:26:51.142Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c88f7af5-dcb5-4a7c-b321-cabef4d4d78a 2022-11-03T06:26:51.142Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c88f7af5-dcb5-4a7c-b321-cabef4d4d78a 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-03T06:26:51.275Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:26:51.276Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:26:51.278Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:26:51.278Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-03T06:26:51.379Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T06:26:51.380Z||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-03T06:26:51.380Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:26:51.390Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:26:51.391Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:26:52.279Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:26:52.280Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:26:52.283Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:26:52.283Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T06:26:52.383Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:26:52.384Z||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-03T06:26:52.384Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:26:52.395Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:26:52.396Z||pool-128-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:26:53.284Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:26:53.288Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:26:53.292Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:26:53.292Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:26:53.392Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:26:53.393Z||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-03T06:26:53.393Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:26:53.416Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:26:53.417Z||pool-129-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:26:54.292Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:26:54.294Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:26:54.296Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:26:54.296Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:26:54.397Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:26:54.398Z||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-03T06:26:54.398Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:26:54.408Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:26:54.409Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:26:55.298Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "4afb84a8-e0cc-4357-8164-d55c3db16c15", "serviceDescription": "service", "serviceInvariantUUID": "201720b9-82db-4c39-87f9-017cd5e8e0d2", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "20f0004f-bf9b-4e5e-8853-f76a7101a93b", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "79ace3f8-5e00-48af-ade7-d3b2db2ef139", "resourceInvariantUUID": "02aa0632-d479-43f9-9b40-485c440665f2", "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": "ZjQ2NTg4MTc2YjRhZTEwZDkxMDNiMDg5OGE4YmMwNGQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "84f6510c-7d2c-49d3-ba63-fb363c266355", "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": "cb46560a-6bcc-4edd-bfbf-8ed2caeaafa4", "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": "777b1b4c-ee1b-47f8-bdf8-a920c438b576", "generatedFromUUID": "cb46560a-6bcc-4edd-bfbf-8ed2caeaafa4" }, "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": "777b1b4c-ee1b-47f8-bdf8-a920c438b576", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZmMzZThkNDE5NDM4NDg0ZTRmNmE1ZjVlNjk2ZmY2ZmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a2059603-26eb-4675-bcbc-17702e51e573" } ], "workloadContext": "Production" } 2022-11-03T06:26:55.298Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-03T06:26:55.298Z|42912895-a9c4-4728-a8f2-37aaeaba2b37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4afb84a8-e0cc-4357-8164-d55c3db16c15 ASDC 2022-11-03T06:26:55.299Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:4d71564d-fc52-43bf-b798-e639ef04449a ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:4afb84a8-e0cc-4357-8164-d55c3db16c15 ServiceInvariantUUID:201720b9-82db-4c39-87f9-017cd5e8e0d2 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:a2059603-26eb-4675-bcbc-17702e51e573 ArtifactChecksum:ZmMzZThkNDE5NDM4NDg0ZTRmNmE1ZjVlNjk2ZmY2ZmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:20f0004f-bf9b-4e5e-8853-f76a7101a93b ResourceInvariantUUID:02aa0632-d479-43f9-9b40-485c440665f2 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:79ace3f8-5e00-48af-ade7-d3b2db2ef139 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:84f6510c-7d2c-49d3-ba63-fb363c266355 ArtifactChecksum:ZjQ2NTg4MTc2YjRhZTEwZDkxMDNiMDg5OGE4YmMwNGQ= 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:cb46560a-6bcc-4edd-bfbf-8ed2caeaafa4 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:777b1b4c-ee1b-47f8-bdf8-a920c438b576 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:777b1b4c-ee1b-47f8-bdf8-a920c438b576 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-03T06:26:55.300Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4afb84a8-e0cc-4357-8164-d55c3db16c15 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-03T06:26:55.341Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T06:26:55.342Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-03T06:26:55.342Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-03T06:26:55.343Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a2059603-26eb-4675-bcbc-17702e51e573 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-03T06:26:55.343Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-03T06:26:55.343Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-03T06:26:55.480Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-03T06:26:55.488Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a2059603-26eb-4675-bcbc-17702e51e573 82628 2022-11-03T06:26:55.489Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-03T06:26:55.489Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-03T06:26:55.489Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T06:26:55.489Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:26:55.492Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:26:55.492Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456815489, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:26:55.592Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:26:55.593Z||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-03T06:26:55.593Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:26:55.604Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:26:55.606Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:26:56.493Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T06:26:56.494Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-03T06:26:56.494Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a2059603-26eb-4675-bcbc-17702e51e573, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-03T06:26:56.494Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-11-03T06:26:56.494Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-03T06:26:56.495Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-03T06:26:56.794Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP735485902565998982/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-03T06:26:58.208Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-03T06:26:58.209Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-03T06:26:58.209Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-03T06:26:58.209Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-03T06:26:58.209Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-03T06:26:58.209Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-03T06:26:58.210Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-03T06:26:58.210Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-03T06:26:58.210Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-03T06:26:58.210Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-03T06:26:58.211Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-03T06:26:58.211Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-03T06:26:58.211Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:26:58.211Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:26:58.212Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-03T06:26:58.212Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-03T06:26:58.212Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T06:26:58.213Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:26:58.213Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:26:58.213Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-03T06:26:58.213Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-03T06:26:58.213Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T06:26:58.214Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:26:58.214Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:26:58.214Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:26:58.214Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-03T06:26:58.215Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-03T06:26:58.215Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-03T06:26:58.215Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-03T06:26:58.215Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-03T06:26:58.215Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-03T06:26:58.216Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:26:58.216Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-03T06:26:58.216Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:26:58.216Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-03T06:26:58.216Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T06:26:58.217Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:26:58.217Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-03T06:26:58.217Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T06:26:58.218Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:26:58.218Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-03T06:26:58.218Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T06:26:58.218Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:26:58.218Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-03T06:26:58.219Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-03T06:26:58.219Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-03T06:26:58.219Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0bd4364d-694e-4f95-8d72-ae8e18cae3fd 2022-11-03T06:26:58.219Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:26:58.219Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:26:58.220Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:26:58.220Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:26:58.220Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:26:58.220Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:26:58.220Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:26:58.220Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:26:58.221Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:4afb84a8-e0cc-4357-8164-d55c3db16c15 Model Version:NULL Model InvariantUuid:201720b9-82db-4c39-87f9-017cd5e8e0d2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:ec098d56-2a06-4a8c-9be9-6a069a634018 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:02aa0632-d479-43f9-9b40-485c440665f2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:20f0004f-bf9b-4e5e-8853-f76a7101a93b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d09505d6-c174-4728-9914-6528aa637133 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:f35489fb-9319-4604-a852-9f9e580c8908 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0bd4364d-694e-4f95-8d72-ae8e18cae3fd ModelInvariantUuid:e0a2c2b7-7292-43de-9c15-fbd921d66085 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:e5890025-7da1-47f0-af72-b379db3fe1c6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:62785db6-2482-4304-9b48-6f5672038148 ModelInvariantUuid:ae63ea83-242e-4250-92f1-05cb766b4620 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:63d36601-6bb1-4972-8afa-f4b5851a41ae 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-03T06:26:58.230Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 79ace3f8-5e00-48af-ade7-d3b2db2ef139 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-03T06:26:58.233Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||basic_vm_macro 0 2022-11-03T06:26:58.233Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 79ace3f8-5e00-48af-ade7-d3b2db2ef139 2022-11-03T06:26:58.233Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 84f6510c-7d2c-49d3-ba63-fb363c266355 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-03T06:26:58.234Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-03T06:26:58.234Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-03T06:26:58.296Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-03T06:26:58.297Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 84f6510c-7d2c-49d3-ba63-fb363c266355 792 2022-11-03T06:26:58.297Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-11-03T06:26:58.298Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-03T06:26:58.298Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T06:26:58.298Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:26:58.300Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:26:58.300Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456818297, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T06:26:58.401Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:26:58.402Z||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-03T06:26:58.402Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:26:58.412Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:26:58.412Z||pool-132-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:26:59.301Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d09505d6-c174-4728-9914-6528aa637133", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f35489fb-9319-4604-a852-9f9e580c8908", "vfModuleModelCustomizationUUID": "323923db-d29a-4f8d-8667-eb6085887b2a", "isBase": true, "artifacts": [ "cb46560a-6bcc-4edd-bfbf-8ed2caeaafa4", "777b1b4c-ee1b-47f8-bdf8-a920c438b576" ], "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-03T06:26:59.306Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f35489fb-9319-4604-a852-9f9e580c8908 VfModuleModelInvariantUUID:d09505d6-c174-4728-9914-6528aa637133 VfModuleModelDescription:NULL Artifacts UUID List:{ cb46560a-6bcc-4edd-bfbf-8ed2caeaafa4 , 777b1b4c-ee1b-47f8-bdf8-a920c438b576 } 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-03T06:26:59.308Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d09505d6-c174-4728-9914-6528aa637133", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f35489fb-9319-4604-a852-9f9e580c8908", "vfModuleModelCustomizationUUID": "323923db-d29a-4f8d-8667-eb6085887b2a", "isBase": true, "artifacts": [ "cb46560a-6bcc-4edd-bfbf-8ed2caeaafa4", "777b1b4c-ee1b-47f8-bdf8-a920c438b576" ], "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-03T06:26:59.308Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f35489fb-9319-4604-a852-9f9e580c8908 VfModuleModelInvariantUUID:d09505d6-c174-4728-9914-6528aa637133 VfModuleModelDescription:NULL Artifacts UUID List:{ cb46560a-6bcc-4edd-bfbf-8ed2caeaafa4 , 777b1b4c-ee1b-47f8-bdf8-a920c438b576 } 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-03T06:26:59.308Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cb46560a-6bcc-4edd-bfbf-8ed2caeaafa4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-03T06:26:59.309Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-03T06:26:59.309Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-03T06:26:59.364Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-03T06:26:59.364Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml cb46560a-6bcc-4edd-bfbf-8ed2caeaafa4 5033 2022-11-03T06:26:59.365Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-03T06:26:59.365Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-03T06:26:59.365Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T06:26:59.365Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:26:59.368Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:26:59.368Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456819365, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T06:26:59.470Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-03T06:26:59.484Z||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-03T06:26:59.484Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:26:59.495Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:26:59.496Z||pool-133-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:27:00.368Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 777b1b4c-ee1b-47f8-bdf8-a920c438b576 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-03T06:27:00.369Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-03T06:27:00.369Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-03T06:27:00.416Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-03T06:27:00.417Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 777b1b4c-ee1b-47f8-bdf8-a920c438b576 903 2022-11-03T06:27:00.417Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-03T06:27:00.417Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-03T06:27:00.417Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T06:27:00.418Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:27:00.420Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:27:00.420Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456820417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-03T06:27:00.520Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:27:00.521Z||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-03T06:27:00.521Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:27:00.537Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:27:00.538Z||pool-134-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-11-03T06:27:01.420Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 4afb84a8-e0cc-4357-8164-d55c3db16c15 2022-11-03T06:27:01.421Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 79ace3f8-5e00-48af-ade7-d3b2db2ef139 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-03T06:27:01.435Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34d0047a, org.onap.sdc.toscaparser.api.parameters.Input@39694a9a, org.onap.sdc.toscaparser.api.parameters.Input@f039639, org.onap.sdc.toscaparser.api.parameters.Input@2cc0f67c, org.onap.sdc.toscaparser.api.parameters.Input@1887c44a] 2022-11-03T06:27:01.437Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:27:01.437Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:27:01.438Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-11-03T06:27:01.438Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 20f0004f-bf9b-4e5e-8853-f76a7101a93b 2022-11-03T06:27:01.438Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 20f0004f-bf9b-4e5e-8853-f76a7101a93b matches Tosca VF Customization UUID: 20f0004f-bf9b-4e5e-8853-f76a7101a93b 2022-11-03T06:27:01.438Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 20f0004f-bf9b-4e5e-8853-f76a7101a93b 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-03T06:27:01.442Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:27:01.442Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:27:01.444Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 20f0004f-bf9b-4e5e-8853-f76a7101a93b: {\"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-03T06:27:01.444Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@53b0eb23 2022-11-03T06:27:01.444Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:27:01.444Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-03T06:27:01.445Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 323923db-d29a-4f8d-8667-eb6085887b2a 2022-11-03T06:27:01.445Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 323923db-d29a-4f8d-8667-eb6085887b2a 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-03T06:27:01.449Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:27:01.450Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-03T06:27:01.451Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T06:27:01.451Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:27:01.451Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-03T06:27:01.452Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T06:27:01.452Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:27:01.452Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-03T06:27:01.453Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-03T06:27:01.453Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-03T06:27:01.454Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0bd4364d-694e-4f95-8d72-ae8e18cae3fd 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-03T06:27:01.458Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:27:01.459Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-03T06:27:01.459Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-03T06:27:01.460Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:27:01.461Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-03T06:27:01.461Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=20f0004f-bf9b-4e5e-8853-f76a7101a93b 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-03T06:27:01.465Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:27:01.465Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:27:01.465Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 4afb84a8-e0cc-4357-8164-d55c3db16c15: basic_vm_macro 2022-11-03T06:27:01.466Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:27:01.466Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:27:01.467Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:27:01.467Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:27:01.467Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:27:01.468Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:27:01.468Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:27:01.469Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:27:01.469Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:27:01.469Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:27:01.470Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-03T06:27:01.561Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 79ace3f8-5e00-48af-ade7-d3b2db2ef139 1 ASDC deployResourceStructure 2022-11-03T06:27:01.562Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-11-03T06:27:01.562Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-03T06:27:01.562Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T06:27:01.562Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:27:01.565Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:27:01.565Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456821562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T06:27:01.665Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:27:01.667Z||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-03T06:27:01.667Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:27:01.679Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:27:01.679Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:27:02.567Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-03T06:27:02.567Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-03T06:27:02.567Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T06:27:02.567Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:27:02.569Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:27:02.569Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456822567, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-03T06:27:02.669Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T06:27:02.670Z||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-03T06:27:02.670Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:27:02.685Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:27:02.686Z||pool-136-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-03T06:27:03.584Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-03T06:27:03.584Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-03T06:27:03.584Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T06:27:03.584Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:27:03.624Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:27:03.624Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456823572, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-03T06:27:03.692Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 68 ms 2022-11-03T06:27:03.700Z||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-03T06:27:03.720Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:27:03.735Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:27:03.736Z||pool-137-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:27:04.625Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-03T06:27:04.626Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-03T06:27:04.626Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T06:27:04.626Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:27:04.628Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:27:04.628Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456824625, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:27:04.728Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:27:04.729Z||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-03T06:27:04.729Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:27:04.739Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:27:04.740Z||pool-138-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-03T06:27:05.629Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d71564d-fc52-43bf-b798-e639ef04449a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T06:27:05.643Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d71564d-fc52-43bf-b798-e639ef04449a 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-03T06:27:05.646Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T06:27:05.646Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-03T06:27:05.646Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-03T06:27:05.646Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-03T06:27:05.646Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:27:05.646Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:27:05.646Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:27:05.646Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:27:05.646Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:27:05.646Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-03T06:27:05.651Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-03T06:27:35.651Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4d71564d-fc52-43bf-b798-e639ef04449a 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-03T06:27:35.659Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4d71564d-fc52-43bf-b798-e639ef04449a and serviceModelVersionId: 4afb84a8-e0cc-4357-8164-d55c3db16c15 2022-11-03T06:27:35.659Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 201720b9-82db-4c39-87f9-017cd5e8e0d2 2022-11-03T06:27:35.660Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/201720b9-82db-4c39-87f9-017cd5e8e0d2/model-vers/model-ver/4afb84a8-e0cc-4357-8164-d55c3db16c15?depth=0 2022-11-03T06:27:35.666Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-11-03T06:27:35.718Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/201720b9-82db-4c39-87f9-017cd5e8e0d2/model-vers/model-ver/4afb84a8-e0cc-4357-8164-d55c3db16c15?depth=0|INFO|500||Invoke 2022-11-03T06:27:35.719Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/201720b9-82db-4c39-87f9-017cd5e8e0d2/model-vers/model-ver/4afb84a8-e0cc-4357-8164-d55c3db16c15?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/201720b9-82db-4c39-87f9-017cd5e8e0d2/model-vers/model-ver/4afb84a8-e0cc-4357-8164-d55c3db16c15?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4d71564d-fc52-43bf-b798-e639ef04449a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8f699bf3-daf7-4283-99dc-581fbd44736d], X-ECOMP-RequestID=[4d71564d-fc52-43bf-b798-e639ef04449a], X-TransactionId=[], X-ONAP-RequestID=[4d71564d-fc52-43bf-b798-e639ef04449a], Content-Type=[application/merge-patch+json]} 2022-11-03T06:27:35.752Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/201720b9-82db-4c39-87f9-017cd5e8e0d2/model-vers/model-ver/4afb84a8-e0cc-4357-8164-d55c3db16c15?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-03T06:27:35.853Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/201720b9-82db-4c39-87f9-017cd5e8e0d2/model-vers/model-ver/4afb84a8-e0cc-4357-8164-d55c3db16c15?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/201720b9-82db-4c39-87f9-017cd5e8e0d2/model-vers/model-ver/4afb84a8-e0cc-4357-8164-d55c3db16c15?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221103-06:27:35:653-89111], vertex-id=[266472], Content-Length=[0], Date=[Thu, 03 Nov 2022 06:27:35 GMT], Content-Type=[application/json]} 2022-11-03T06:27:35.853Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/201720b9-82db-4c39-87f9-017cd5e8e0d2/model-vers/model-ver/4afb84a8-e0cc-4357-8164-d55c3db16c15?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-03T06:27:35.854Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/201720b9-82db-4c39-87f9-017cd5e8e0d2/model-vers/model-ver/4afb84a8-e0cc-4357-8164-d55c3db16c15?depth=0|INFO|500||InvokeReturn 2022-11-03T06:27:35.855Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-03T06:27:35.855Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-03T06:27:35.862Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-03T06:27:35.863Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4d71564d-fc52-43bf-b798-e639ef04449a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-03T06:27:35.863Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-03T06:27:35.864Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:27:35.866Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:27:35.866Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456855863, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T06:27:35.966Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:27:35.967Z||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-03T06:27:35.967Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:27:35.980Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:27:35.980Z||pool-139-thread-1|||||INFO|500||cambria reply ok (14 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-03T06:27:36.881Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:27:36.881Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T06:27:36.882Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:27:41.368Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:27:41.369Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-03T06:27:41.369Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c88f7af5-dcb5-4a7c-b321-cabef4d4d78a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"31f6d5e5-5aa0-4d1f-95d7-d3d5663ac774","serviceDescription":"service","serviceInvariantUUID":"127220ca-6acf-4725-b2dd-e1457edd1e6d","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8778c1f4-7087-4454-b037-f69a16688955","resourceInvariantUUID":"08e16953-043e-4b14-8822-035ea9b5e4b0","resourceCustomizationUUID":"2f58af1e-9fce-45a9-8d29-fbe9d257d18e","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":"Nzc0NDE2OGZmYzIzNmQxYTQ0YTFjYTFjZDk2YzA1Nzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cbba9b13-1af7-48d0-b402-a3d95ba35670","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":"680dc7c4-2592-45ad-b98f-78f60665e9d9","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":"b542ed32-0416-40f3-ba9b-a11aa2fa7a89","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":"NGZlYjhhOTFhZWQ5MmI5ZDBjM2U2ZTg2ZDkyZDQ2MGY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cd5fc6e1-c7fb-47e1-b424-e6bee13b98c7","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":"1a3c0f7f-a18e-408e-b3c4-130175c7bc72","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":"558d1540-12f4-40d5-a802-9215c17e4b38","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":"1d1957bd-bfd9-4be7-9668-47d96f9beef4","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":"NTExMzk0YTU5MjUzNDBkZGVjOTA1NDlmYmNjN2VhYWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ac61982e-b458-43cc-a346-9f8d8a2283ac","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MmRmNDgyOWUyMDk3YTkyYWU5NTFhYjg0YzhiMzdiYzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f1bacf8a-7ca5-40a3-a281-767a811ec688","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-03T06:27:41.372Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:27:41.372Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:27:41.375Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:27:41.375Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456856881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:27:41.475Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:27:41.476Z||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-03T06:27:41.476Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:27:41.488Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:27:41.488Z||pool-140-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:27:42.375Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:27:42.377Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:27:42.378Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:27:42.379Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456856881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:27:42.479Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:27:42.480Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-03T06:27:42.480Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:27:42.490Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:27:42.491Z||pool-141-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:27:43.380Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:27:43.381Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:27:43.382Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:27:43.383Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456856881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T06:27:43.483Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:27:43.484Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-03T06:27:43.485Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:27:43.499Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:27:43.500Z||pool-142-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:27:44.383Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:27:44.384Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:27:44.386Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:27:44.386Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456856881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T06:27:44.489Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-11-03T06:27:44.490Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-03T06:27:44.490Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:27:44.505Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:27:44.505Z||pool-143-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:27:45.387Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:27:45.387Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:27:45.390Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:27:45.390Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456856881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:27:45.490Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:27:45.491Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-03T06:27:45.491Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:27:45.500Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:27:45.501Z||pool-144-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:27:46.391Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:27:46.391Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:27:46.394Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:27:46.394Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456856881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:27:46.494Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T06:27:46.495Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-03T06:27:46.495Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:27:46.506Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:27:46.507Z||pool-145-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-03T06:27:47.395Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:27:47.396Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:27:47.398Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:27:47.398Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456856881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:27:47.498Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:27:47.499Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-03T06:27:47.500Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:27:47.513Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:27:47.513Z||pool-146-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:27:48.399Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:27:48.399Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:27:48.405Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:27:48.406Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456856881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:27:48.506Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:27:48.507Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-03T06:27:48.507Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:27:48.523Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:27:48.524Z||pool-147-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-11-03T06:27:49.406Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-03T06:27:49.407Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:27:49.409Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:27:49.409Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456856881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:27:49.509Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T06:27:49.510Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-03T06:27:49.510Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:27:49.521Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:27:49.522Z||pool-148-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:27:50.411Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "31f6d5e5-5aa0-4d1f-95d7-d3d5663ac774", "serviceDescription": "service", "serviceInvariantUUID": "127220ca-6acf-4725-b2dd-e1457edd1e6d", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "2f58af1e-9fce-45a9-8d29-fbe9d257d18e", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "8778c1f4-7087-4454-b037-f69a16688955", "resourceInvariantUUID": "08e16953-043e-4b14-8822-035ea9b5e4b0", "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": "MmRmNDgyOWUyMDk3YTkyYWU5NTFhYjg0YzhiMzdiYzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f1bacf8a-7ca5-40a3-a281-767a811ec688" } ], "workloadContext": "Production" } 2022-11-03T06:27:50.411Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-03T06:27:50.411Z|4d71564d-fc52-43bf-b798-e639ef04449a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 31f6d5e5-5aa0-4d1f-95d7-d3d5663ac774 ASDC 2022-11-03T06:27:50.411Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:c88f7af5-dcb5-4a7c-b321-cabef4d4d78a ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:31f6d5e5-5aa0-4d1f-95d7-d3d5663ac774 ServiceInvariantUUID:127220ca-6acf-4725-b2dd-e1457edd1e6d 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:f1bacf8a-7ca5-40a3-a281-767a811ec688 ArtifactChecksum:MmRmNDgyOWUyMDk3YTkyYWU5NTFhYjg0YzhiMzdiYzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:2f58af1e-9fce-45a9-8d29-fbe9d257d18e ResourceInvariantUUID:08e16953-043e-4b14-8822-035ea9b5e4b0 ResourceName:test-pnf ResourceType:PNF ResourceUUID:8778c1f4-7087-4454-b037-f69a16688955 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-03T06:27:50.411Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 31f6d5e5-5aa0-4d1f-95d7-d3d5663ac774 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-03T06:27:50.442Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T06:27:50.442Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-03T06:27:50.442Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-03T06:27:50.442Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f1bacf8a-7ca5-40a3-a281-767a811ec688 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-03T06:27:50.443Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-03T06:27:50.443Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-03T06:27:50.569Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-03T06:27:50.575Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar f1bacf8a-7ca5-40a3-a281-767a811ec688 110869 2022-11-03T06:27:50.575Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-11-03T06:27:50.575Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-03T06:27:50.575Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-03T06:27:50.576Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:27:50.578Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:27:50.578Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456870575, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:27:50.678Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:27:50.679Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-03T06:27:50.679Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:27:50.693Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:27:50.693Z||pool-149-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-03T06:27:51.090Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:27:51.091Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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-03T06:27:51.091Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:27:51.125Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:27:51.126Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:27:51.126Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "42912895-a9c4-4728-a8f2-37aaeaba2b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456806237, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T06:27:51.127Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:27:51.127Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:27:51.127Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:27:51.127Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:27:51.127Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:27:51.127Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-03T06:27:51.127Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:27:51.127Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:27:51.127Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-03T06:27:51.127Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:27:51.127Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:27:51.127Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:27:51.128Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:27:51.579Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-03T06:27:51.579Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-03T06:27:51.580Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f1bacf8a-7ca5-40a3-a281-767a811ec688, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-03T06:27:51.580Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-11-03T06:27:51.580Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-03T06:27:51.581Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-03T06:27:51.692Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17968518785369973552/Definitions/service-TestPnfMacro-template.yml 2022-11-03T06:27:52.486Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-03T06:27:52.498Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-03T06:27:52.499Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-03T06:27:52.499Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-03T06:27:52.499Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-03T06:27:52.499Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-03T06:27:52.499Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-03T06:27:52.499Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-03T06:27:52.499Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-03T06:27:52.499Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-03T06:27:52.499Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-03T06:27:52.499Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-03T06:27:52.500Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:27:52.500Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:27:52.500Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-03T06:27:52.500Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-03T06:27:52.500Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T06:27:52.500Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:27:52.501Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:27:52.501Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-03T06:27:52.501Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-03T06:27:52.501Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-03T06:27:52.501Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:27:52.501Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:27:52.501Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:27:52.501Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:27:52.502Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:27:52.502Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:27:52.502Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:27:52.502Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:27:52.502Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:27:52.502Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:27:52.502Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:31f6d5e5-5aa0-4d1f-95d7-d3d5663ac774 Model Version:NULL Model InvariantUuid:127220ca-6acf-4725-b2dd-e1457edd1e6d 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-03T06:27:52.508Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8778c1f4-7087-4454-b037-f69a16688955 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-03T06:27:52.511Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||test-pnf 0 2022-11-03T06:27:52.511Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8778c1f4-7087-4454-b037-f69a16688955 2022-11-03T06:27:52.511Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 31f6d5e5-5aa0-4d1f-95d7-d3d5663ac774 2022-11-03T06:27:52.511Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 31f6d5e5-5aa0-4d1f-95d7-d3d5663ac774 2022-11-03T06:27:52.512Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 8778c1f4-7087-4454-b037-f69a16688955 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-03T06:27:52.516Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56b74b7f, org.onap.sdc.toscaparser.api.parameters.Input@28629ec0, org.onap.sdc.toscaparser.api.parameters.Input@2212fe60, org.onap.sdc.toscaparser.api.parameters.Input@3b37f167, org.onap.sdc.toscaparser.api.parameters.Input@57b7a9cd] 2022-11-03T06:27:52.516Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:27:52.517Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:27:52.517Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 31f6d5e5-5aa0-4d1f-95d7-d3d5663ac774: test-pnf 2022-11-03T06:27:52.517Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||Processing PNF resource: 8778c1f4-7087-4454-b037-f69a16688955 2022-11-03T06:27:52.517Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-03T06:27:52.517Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-03T06:27:52.517Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||Resource customization UUID: 2f58af1e-9fce-45a9-8d29-fbe9d257d18e is the same as notified resource customizationUUID: 2f58af1e-9fce-45a9-8d29-fbe9d257d18e 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-03T06:27:52.553Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 8778c1f4-7087-4454-b037-f69a16688955 0 ASDC deployResourceStructure 2022-11-03T06:27:52.553Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-11-03T06:27:52.553Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-03T06:27:52.553Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-03T06:27:52.554Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:27:52.555Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:27:52.555Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456872553, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:27:52.656Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-03T06:27:52.657Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-03T06:27:52.657Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:27:52.669Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:27:52.670Z||pool-150-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-03T06:27:53.556Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c88f7af5-dcb5-4a7c-b321-cabef4d4d78a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03T06:27:53.566Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c88f7af5-dcb5-4a7c-b321-cabef4d4d78a 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-03T06:27:53.568Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-03T06:27:53.569Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-03T06:27:53.569Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-03T06:27:53.569Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-03T06:27:53.569Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:27:53.569Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:27:53.569Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:27:53.569Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:27:53.569Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-03T06:27:53.569Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-03T06:27:53.573Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-03T06:28:23.574Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c88f7af5-dcb5-4a7c-b321-cabef4d4d78a 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-03T06:28:23.580Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c88f7af5-dcb5-4a7c-b321-cabef4d4d78a and serviceModelVersionId: 31f6d5e5-5aa0-4d1f-95d7-d3d5663ac774 2022-11-03T06:28:23.580Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 127220ca-6acf-4725-b2dd-e1457edd1e6d 2022-11-03T06:28:23.581Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/127220ca-6acf-4725-b2dd-e1457edd1e6d/model-vers/model-ver/31f6d5e5-5aa0-4d1f-95d7-d3d5663ac774?depth=0 2022-11-03T06:28:23.588Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-11-03T06:28:23.656Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/127220ca-6acf-4725-b2dd-e1457edd1e6d/model-vers/model-ver/31f6d5e5-5aa0-4d1f-95d7-d3d5663ac774?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-03T06:28:23.658Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/127220ca-6acf-4725-b2dd-e1457edd1e6d/model-vers/model-ver/31f6d5e5-5aa0-4d1f-95d7-d3d5663ac774?depth=0|INFO|500||Invoke 2022-11-03T06:28:23.704Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/127220ca-6acf-4725-b2dd-e1457edd1e6d/model-vers/model-ver/31f6d5e5-5aa0-4d1f-95d7-d3d5663ac774?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-03T06:28:23.828Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/127220ca-6acf-4725-b2dd-e1457edd1e6d/model-vers/model-ver/31f6d5e5-5aa0-4d1f-95d7-d3d5663ac774?depth=0|INFO|500||InvokeReturn 2022-11-03T06:28:23.829Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/127220ca-6acf-4725-b2dd-e1457edd1e6d/model-vers/model-ver/31f6d5e5-5aa0-4d1f-95d7-d3d5663ac774?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221103-06:28:23:605-48405], vertex-id=[528416], Content-Length=[0], Date=[Thu, 03 Nov 2022 06:28:23 GMT], Content-Type=[application/json]} 2022-11-03T06:28:23.829Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-11-03T06:28:23.830Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-03T06:28:23.830Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-03T06:28:23.835Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-03T06:28:23.836Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c88f7af5-dcb5-4a7c-b321-cabef4d4d78a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-03T06:28:23.836Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-03T06:28:23.836Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-03T06:28:23.838Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-03T06:28:23.838Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456903836, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T06:28:23.938Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-03T06:28:23.940Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-03T06:28:23.940Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:28:23.959Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:28:23.960Z||pool-151-thread-1|||||INFO|500||cambria reply ok (21 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-03T06:28:24.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:28:24.854Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T06:28:24.855Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:28:34.429Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:28:34.430Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:28:34.431Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T06:28:34.431Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:28:44.020Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:28:44.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:28:44.022Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T06:28:44.022Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:28:51.090Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:28:51.091Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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-03T06:28:51.091Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:28:51.125Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:28:51.126Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:28:51.126Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-03T06:28:51.126Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:28:53.578Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:28:53.579Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:28:53.579Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T06:28:53.579Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:29:03.140Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:29:51.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:29:51.088Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T06:29:51.088Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:29:51.090Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:29:51.090Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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-03T06:29:51.091Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:29:51.125Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:29:51.126Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:29:51.126Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T06:29:51.127Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:29:51.127Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:29:51.127Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:29:51.127Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:29:51.127Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:29:51.127Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456631087, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:29:51.127Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:29:51.128Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:29:51.128Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456815489, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:29:51.128Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:29:51.128Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:29:51.128Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456818297, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-03T06:29:51.128Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:29:51.128Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:29:51.128Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456819365, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-03T06:29:51.128Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:29:51.129Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:29:51.129Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456820417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-03T06:29:51.129Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:29:51.129Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:29:51.129Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456821562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-03T06:29:51.129Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:29:51.129Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:29:51.130Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456822567, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-03T06:29:51.130Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:29:51.130Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:29:51.130Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456823572, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-03T06:29:51.130Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:29:51.130Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:29:51.130Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456824625, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:29:51.131Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:29:51.131Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:29:51.131Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "4d71564d-fc52-43bf-b798-e639ef04449a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456855863, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T06:29:51.131Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:29:51.131Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:29:51.131Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456856881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:29:51.132Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:29:51.132Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:29:51.132Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456856881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-03T06:29:51.132Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:29:51.132Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:29:51.132Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456856881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-03T06:29:51.132Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:29:51.133Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:29:51.133Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456856881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-03T06:29:51.135Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:29:51.136Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:29:51.136Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456856881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-03T06:29:51.136Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:29:51.136Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:29:51.136Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456856881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:29:51.136Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:29:51.136Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:29:51.136Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456856881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-03T06:29:51.137Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:29:51.137Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:29:51.137Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456856881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-03T06:29:51.137Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:29:51.137Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:29:51.137Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456856881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-03T06:29:51.137Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-03T06:29:51.138Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-03T06:29:51.138Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456870575, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-03T06:29:51.138Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:30:00.640Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:30:51.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:30:51.088Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T06:30:51.088Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:30:51.090Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:30:51.091Z|317a3b19-531d-4071-a251-c089c95d53e4|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-03T06:30:51.091Z|317a3b19-531d-4071-a251-c089c95d53e4|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:30:51.613Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:30:51.614Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-03T06:30:51.614Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456872553, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-03T06:30:51.615Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:30:51.615Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-03T06:30:51.615Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c88f7af5-dcb5-4a7c-b321-cabef4d4d78a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667456903836, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-03T06:30:51.615Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-03T06:31:00.677Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:31:51.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:31:51.088Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T06:31:51.088Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:31:51.090Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:31:51.091Z|317a3b19-531d-4071-a251-c089c95d53e4|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-03T06:31:51.091Z|317a3b19-531d-4071-a251-c089c95d53e4|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:32:00.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:32:00.636Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:32:51.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:32:51.088Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T06:32:51.088Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:32:51.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:32:51.090Z||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-03T06:32:51.090Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:33:00.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:33:00.635Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:33:51.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:33:51.088Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T06:33:51.088Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:33:51.090Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:33:51.091Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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-03T06:33:51.091Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:34:00.636Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:34:00.636Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:34:51.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:34:51.088Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T06:34:51.088Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:34:51.092Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:34:51.092Z||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-03T06:34:51.092Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:35:00.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:35:00.644Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:35:51.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:35:51.088Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T06:35:51.088Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:35:51.090Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:35:51.090Z||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-03T06:35:51.090Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:36:00.649Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:36:00.657Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:36:51.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:36:51.088Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T06:36:51.088Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:36:51.090Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:36:51.091Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|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-03T06:36:51.091Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:37:00.649Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:37:00.665Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:37:51.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:37:51.089Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T06:37:51.089Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:37:51.090Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:37:51.090Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|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-03T06:37:51.090Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:38:00.656Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:38:00.724Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:38:51.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:38:51.089Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T06:38:51.089Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:38:51.090Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:38:51.090Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|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-03T06:38:51.090Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:39:00.634Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:39:00.637Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:39:51.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:39:51.088Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T06:39:51.088Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:39:51.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:39:51.090Z||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-03T06:39:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:40:00.628Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:40:00.631Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:40:51.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:40:51.088Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T06:40:51.088Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:40:51.090Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:40:51.091Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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-03T06:40:51.091Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:41:00.657Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:41:00.658Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:41:51.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:41:51.088Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T06:41:51.088Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:41:51.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:41:51.090Z||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-03T06:41:51.090Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:42:00.631Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:42:00.633Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:42:51.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:42:51.088Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T06:42:51.088Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:42:51.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:42:51.091Z||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-03T06:42:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:43:00.629Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:43:00.629Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:43:51.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:43:51.088Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T06:43:51.088Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:43:51.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:43:51.091Z||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-03T06:43:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:44:00.633Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:44:00.633Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:44:51.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:44:51.088Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T06:44:51.088Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:44:51.090Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:44:51.091Z|317a3b19-531d-4071-a251-c089c95d53e4|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-03T06:44:51.091Z|317a3b19-531d-4071-a251-c089c95d53e4|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:45:00.641Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:45:00.642Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:45:51.087Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:45:51.088Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T06:45:51.088Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:45:51.090Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:45:51.091Z|317a3b19-531d-4071-a251-c089c95d53e4|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-03T06:45:51.091Z|317a3b19-531d-4071-a251-c089c95d53e4|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:46:00.637Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:46:00.637Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:46:51.087Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:46:51.088Z|317a3b19-531d-4071-a251-c089c95d53e4|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-03T06:46:51.088Z|317a3b19-531d-4071-a251-c089c95d53e4|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:46:51.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:46:51.090Z||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-03T06:46:51.090Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:47:00.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:47:00.638Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:47:51.089Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:47:51.090Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:47:51.095Z|317a3b19-531d-4071-a251-c089c95d53e4|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-03T06:47:51.095Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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-03T06:47:51.096Z|317a3b19-531d-4071-a251-c089c95d53e4|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:47:51.096Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:48:00.653Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:48:00.654Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:48:51.089Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:48:51.090Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:48:51.090Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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-03T06:48:51.090Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:48:51.090Z|317a3b19-531d-4071-a251-c089c95d53e4|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-03T06:48:51.091Z|317a3b19-531d-4071-a251-c089c95d53e4|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:49:00.675Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:49:00.677Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:49:51.087Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:49:51.089Z|317a3b19-531d-4071-a251-c089c95d53e4|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-03T06:49:51.089Z|317a3b19-531d-4071-a251-c089c95d53e4|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:49:51.090Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:49:51.090Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|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-03T06:49:51.091Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:50:00.690Z|a4f58883-3592-4fd4-9cbf-9f85445a4e0c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:50:00.701Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:50:51.087Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:50:51.088Z|317a3b19-531d-4071-a251-c089c95d53e4|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-03T06:50:51.088Z|317a3b19-531d-4071-a251-c089c95d53e4|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:50:51.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:50:51.090Z||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-03T06:50:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:51:00.632Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:51:00.642Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:51:51.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:51:51.088Z||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-03T06:51:51.088Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:51:51.090Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:51:51.091Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|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-03T06:51:51.091Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:52:00.648Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:52:00.648Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:52:51.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:52:51.088Z||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-03T06:52:51.088Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:52:51.090Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:52:51.090Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|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-03T06:52:51.091Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:53:00.637Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:53:00.677Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:53:51.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:53:51.088Z||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-03T06:53:51.088Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:53:51.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:53:51.091Z||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-03T06:53:51.092Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:54:00.637Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:54:00.649Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:54:51.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:54:51.088Z||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-03T06:54:51.088Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:54:51.090Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:54:51.090Z|317a3b19-531d-4071-a251-c089c95d53e4|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-03T06:54:51.090Z|317a3b19-531d-4071-a251-c089c95d53e4|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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:55:00.700Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:55:00.733Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:55:51.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:55:51.088Z||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-03T06:55:51.088Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:55:51.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:55:51.091Z||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-03T06:55:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:56:00.672Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:56:00.673Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:56:51.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:56:51.088Z||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-03T06:56:51.088Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:56:51.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:56:51.090Z||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-03T06:56:51.090Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:57:00.628Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:57:00.630Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:57:51.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:57:51.088Z||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-03T06:57:51.089Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:57:51.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:57:51.090Z||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-03T06:57:51.090Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:58:00.629Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:58:00.630Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:58:51.087Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:58:51.088Z||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-03T06:58:51.088Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:58:51.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:58:51.090Z||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-03T06:58:51.090Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T06:59:00.635Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:59:00.649Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T06:59:51.087Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:59:51.089Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-03T06:59:51.089Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as CjZqWCUeINhEZKGc) ... 2022-11-03T06:59:51.090Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T06:59:51.091Z||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-03T06:59:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T07:00:00.645Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T07:00:00.645Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T07:00:51.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T07:00:51.089Z||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-03T07:00:51.089Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T07:00:51.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T07:00:51.091Z||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-03T07:00:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T07:01:00.663Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T07:01:00.663Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T07:01:51.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T07:01:51.089Z||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-03T07:01:51.089Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T07:01:51.091Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T07:01:51.091Z|317a3b19-531d-4071-a251-c089c95d53e4|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-03T07:01:51.091Z|317a3b19-531d-4071-a251-c089c95d53e4|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 CjZqWCUeINhEZKGc) ... 2022-11-03T07:02:00.657Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T07:02:00.659Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T07:02:51.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T07:02:51.088Z||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-03T07:02:51.089Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T07:02:51.090Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T07:02:51.091Z|317a3b19-531d-4071-a251-c089c95d53e4|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-03T07:02:51.091Z|317a3b19-531d-4071-a251-c089c95d53e4|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 CjZqWCUeINhEZKGc) ... 2022-11-03T07:03:00.639Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T07:03:00.638Z|317a3b19-531d-4071-a251-c089c95d53e4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T07:03:51.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T07:03:51.088Z||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-03T07:03:51.088Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T07:03:51.090Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T07:03:51.092Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|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-03T07:03:51.092Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|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 CjZqWCUeINhEZKGc) ... 2022-11-03T07:04:00.697Z|c88f7af5-dcb5-4a7c-b321-cabef4d4d78a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T07:04:00.699Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T07:04:51.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T07:04:51.088Z||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-03T07:04:51.088Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T07:04:51.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T07:04:51.091Z||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-03T07:04:51.091Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T07:05:00.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T07:05:00.639Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T07:05:51.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T07:05:51.088Z||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-03T07:05:51.088Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T07:05:51.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T07:05:51.090Z||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-03T07:05:51.090Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T07:06:00.645Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T07:06:00.645Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T07:06:51.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T07:06:51.088Z||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-03T07:06:51.088Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T07:06:51.090Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T07:06:51.091Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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-03T07:06:51.091Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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 CjZqWCUeINhEZKGc) ... 2022-11-03T07:07:00.641Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T07:07:00.660Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T07:07:51.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T07:07:51.088Z||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-03T07:07:51.088Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T07:07:51.090Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T07:07:51.090Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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-03T07:07:51.091Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|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 CjZqWCUeINhEZKGc) ... 2022-11-03T07:08:00.658Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T07:08:00.658Z|41b7a8b0-43e4-4fd0-815a-bdb1e4c8bc18|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-03T07:08:51.087Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T07:08:51.088Z||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-03T07:08:51.088Z||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 CjZqWCUeINhEZKGc) ... 2022-11-03T07:08:51.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-03T07:08:51.090Z||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-03T07:08:51.090Z||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 CjZqWCUeINhEZKGc) ...