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-24T03:13:33.573Z||main|||||INFO|500||The following profiles are active: basic 2022-11-24T03:13:45.206Z||main|||||INFO|500||Starting service [Tomcat] 2022-11-24T03:13:45.207Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-11-24T03:13:45.309Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-11-24T03:13:48.894Z||main|||||INFO|500||catdb-pool - Starting... 2022-11-24T03:13:49.239Z||main|||||INFO|500||catdb-pool - Start completed. 2022-11-24T03:13:49.687Z||main|||||INFO|500||reqdb-pool - Starting... 2022-11-24T03:13:49.695Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-11-24T03:13:49.794Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-11-24T03:13:49.966Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-11-24T03:13:50.677Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-11-24T03:13:52.435Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-24T03:13:54.665Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-24T03:13:54.717Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-11-24T03:13:55.255Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-24T03:13:55.586Z||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-24T03:13:56.696Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-24T03:13:57.664Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-11-24T03:13:57.679Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$4f705321.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-11-24T03:13:57.680Z||main|||||WARN|500||The sdc end point is not alive 2022-11-24T03:14:00.799Z||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-24T03:14:03.494Z||main|||||WARN|500||--- 2022-11-24T03:14:03.495Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-11-24T03:14:03.495Z||main|||||WARN|500||--- 2022-11-24T03:14:03.930Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-11-24T03:14:08.286Z||main|||||INFO|500||Started Application in 38.18 seconds (JVM running for 40.334) 2022-11-24T03:14:08.301Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-24T03:14:08.306Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-24T03:14:08.316Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-24T03:14:08.345Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-24T03:14:08.385Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 78fb7175-a7ff-43f6-938f-b41bcff54893 url= /sdc/v1/artifactTypes 2022-11-24T03:14:08.386Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-24T03:14:08.660Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-11-24T03:14:08.682Z||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-24T03:14:08.707Z||scheduling-1|||||DEBUG|500||create keys 2022-11-24T03:14:08.713Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-11-24T03:14:08.746Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:14:08.761Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e8ea6522-0a63-4fa2-91a6-13fde7f3b6cf url= /sdc/v1/registerForDistribution 2022-11-24T03:14:08.839Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e8ea6522-0a63-4fa2-91a6-13fde7f3b6cf url= /sdc/v1/registerForDistribution 2022-11-24T03:14:08.840Z||scheduling-1|||||INFO|500||start DistributionClient 2022-11-24T03:14:08.847Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:14:08.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:14:08.855Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-11-24T03:14:08.856Z||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-24T03:14:08.857Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:14:08.857Z||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-24T03:14:08.857Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:14:19.162Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:14:19.168Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:15:08.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:15:08.847Z||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-24T03:15:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:15:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:15:08.850Z||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-24T03:15:08.851Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:15:18.439Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:15:18.444Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:16:08.847Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:16:08.849Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:16:08.850Z||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-24T03:16:08.850Z||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-24T03:16:08.851Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:16:08.851Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:16:18.431Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:16:18.433Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:17:08.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:17:08.847Z||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-24T03:17:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:17:08.849Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:17:08.849Z||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-24T03:17:08.850Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:17:18.397Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:17:18.399Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:18:08.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:18:08.847Z||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-24T03:18:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:18:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:18:08.848Z||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-24T03:18:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:18:18.394Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:18:18.394Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:19:08.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:19:08.847Z||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-24T03:19:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:19:08.848Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:19:08.849Z||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-24T03:19:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:19:18.401Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:19:18.416Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:20:08.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:20:08.847Z||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-24T03:20:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:20:08.848Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:20:08.849Z||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-24T03:20:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:20:18.393Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:20:18.393Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:21:08.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:21:08.847Z||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-24T03:21:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:21:08.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:21:08.848Z||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-24T03:21:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:21:18.390Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:21:18.399Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:22:08.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:22:08.848Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:22:08.849Z||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-24T03:22:08.850Z||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-24T03:22:08.850Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:22:08.850Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:22:18.392Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:22:18.394Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:23:08.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:23:08.848Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:23:08.850Z||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-24T03:23:08.850Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:23:08.850Z||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-24T03:23:08.851Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:23:18.395Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:23:18.395Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:23:33.842Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-11-24T03:24:08.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:24:08.847Z||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-24T03:24:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:24:08.848Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:24:08.848Z||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-24T03:24:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:24:18.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:24:18.391Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:25:08.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:25:08.847Z||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-24T03:25:08.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:25:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:25:08.848Z||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-24T03:25:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:25:18.394Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:25:18.394Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:26:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:26:08.847Z||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-24T03:26:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:26:08.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:26:08.850Z||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-24T03:26:08.850Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:26:18.394Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:26:18.394Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:27:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:27:08.847Z||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-24T03:27:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:27:08.848Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:27:08.849Z||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-24T03:27:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:27:18.392Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:27:18.392Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:28:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:28:08.847Z||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-24T03:28:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:28:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:28:08.848Z||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-24T03:28:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:28:18.388Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:28:18.388Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:29:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:29:08.847Z||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-24T03:29:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:29:08.848Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:29:08.848Z||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-24T03:29:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:29:18.393Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:29:18.393Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:30:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:30:08.847Z||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-24T03:30:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:30:08.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:30:08.848Z||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-24T03:30:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:30:18.394Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:30:18.395Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:31:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:31:08.847Z||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-24T03:31:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:31:08.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:31:08.848Z||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-24T03:31:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:31:18.385Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:31:18.385Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:32:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:32:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:32:08.849Z||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-24T03:32:08.849Z||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-24T03:32:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:32:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:32:18.415Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:32:18.419Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:33:08.846Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:33:08.847Z||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-24T03:33:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:33:08.848Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:33:08.849Z||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-24T03:33:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:33:18.387Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:33:18.391Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:34:08.846Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:34:08.846Z||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-24T03:34:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:34:08.848Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:34:08.848Z||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-24T03:34:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:34:18.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:34:18.390Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:35:08.846Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:35:08.846Z||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-24T03:35:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:35:08.848Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:35:08.849Z||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-24T03:35:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:35:18.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:35:18.424Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:36:08.846Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:36:08.847Z||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-24T03:36:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:36:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:36:08.848Z||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-24T03:36:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:36:18.389Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:36:18.392Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:37:08.846Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:37:08.847Z||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-24T03:37:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:37:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:37:08.848Z||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-24T03:37:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:37:18.387Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:37:18.389Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:38:08.846Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:38:08.847Z||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-24T03:38:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:38:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:38:08.849Z||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-24T03:38:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:38:18.389Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:38:18.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:39:08.846Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:39:08.847Z||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-24T03:39:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:39:08.848Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:39:08.848Z||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-24T03:39:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:39:18.402Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:39:18.402Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:40:08.846Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:40:08.847Z||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-24T03:40:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:40:08.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:40:08.848Z||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-24T03:40:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:40:18.408Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:40:18.409Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:41:08.846Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:41:08.847Z||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-24T03:41:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:41:08.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:41:08.849Z||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-24T03:41:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:41:18.389Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:41:18.390Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:42:08.846Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:42:08.847Z||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-24T03:42:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:42:08.848Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:42:08.849Z||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-24T03:42:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:42:18.386Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:42:18.388Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:43:08.846Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:43:08.847Z||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-24T03:43:08.848Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:43:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:43:08.848Z||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-24T03:43:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:43:18.393Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:43:18.395Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:44:08.846Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:44:08.847Z||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-24T03:44:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:44:08.848Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:44:08.848Z||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-24T03:44:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:44:18.404Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:44:18.406Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:45:08.846Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:45:08.847Z||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-24T03:45:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:45:08.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:45:08.848Z||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-24T03:45:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:45:18.393Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:45:18.393Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:46:08.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:46:08.846Z||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-24T03:46:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:46:08.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:46:08.848Z||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-24T03:46:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:46:18.406Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:46:18.411Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:47:08.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:47:08.847Z||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-24T03:47:08.848Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:47:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:47:08.848Z||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-24T03:47:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:47:18.389Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:47:18.392Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:48:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:48:08.847Z||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-24T03:48:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:48:08.847Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:48:08.850Z||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-24T03:48:08.850Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:48:18.402Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:48:18.402Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:49:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:49:08.846Z||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-24T03:49:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:49:08.848Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:49:08.848Z||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-24T03:49:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:49:18.387Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:49:18.396Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:50:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:50:08.846Z||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-24T03:50:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:50:08.848Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:50:08.848Z||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-24T03:50:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:50:18.386Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:50:18.386Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:51:08.846Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:51:08.847Z||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-24T03:51:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:51:08.848Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:51:08.848Z||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-24T03:51:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:51:18.412Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:51:18.412Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:52:08.846Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:52:08.847Z||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-24T03:52:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:52:08.848Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:52:08.849Z||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-24T03:52:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:52:18.392Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:52:18.394Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:53:08.846Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:53:08.847Z||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-24T03:53:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:53:08.848Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:53:08.848Z||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-24T03:53:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:53:18.389Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:53:18.407Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:54:08.846Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:54:08.848Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:54:08.848Z||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-24T03:54:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:54:08.849Z||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-24T03:54:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:54:18.413Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:54:18.433Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:55:08.846Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:55:08.847Z||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-24T03:55:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:55:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:55:08.849Z||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-24T03:55:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:55:09.088Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:55:09.091Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:55:09.091Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "multicloud-k8s-id", "timestamp": 1669262093820, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T03:55:09.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:55:09.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:55:09.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "cds", "timestamp": 1669262097374, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T03:55:09.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:55:09.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:55:09.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "multicloud-k8s-id", "timestamp": 1669262093820, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json", "status": "NOTIFIED" } 2022-11-24T03:55:09.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:55:09.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:55:09.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "cds", "timestamp": 1669262097374, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json", "status": "NOT_NOTIFIED" } 2022-11-24T03:55:09.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:55:09.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:55:09.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "multicloud-k8s-id", "timestamp": 1669262093820, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-24T03:55:09.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:55:09.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:55:09.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "cds", "timestamp": 1669262097374, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T03:55:09.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:55:09.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:55:09.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "multicloud-k8s-id", "timestamp": 1669262093820, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T03:55:09.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:55:09.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:55:09.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "cds", "timestamp": 1669262097374, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T03:55:09.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:55:09.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:55:09.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "multicloud-k8s-id", "timestamp": 1669262093820, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-24T03:55:09.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:55:09.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:55:09.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "cds", "timestamp": 1669262097374, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-24T03:55:09.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:55:09.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:55:09.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "multicloud-k8s-id", "timestamp": 1669262093820, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T03:55:09.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:55:09.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:55:09.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "cds", "timestamp": 1669262097374, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T03:55:09.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:55:09.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:55:09.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "ves-openapi-manager", "timestamp": 1669262106630, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T03:55:09.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:55:09.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:55:09.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "multicloud-k8s-id", "timestamp": 1669262093820, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar", "status": "NOTIFIED" } 2022-11-24T03:55:09.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:55:09.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:55:09.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "cds", "timestamp": 1669262097374, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar", "status": "NOTIFIED" } 2022-11-24T03:55:09.126Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:55:09.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:55:09.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "ves-openapi-manager", "timestamp": 1669262106630, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json", "status": "NOT_NOTIFIED" } 2022-11-24T03:55:09.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:55:09.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:55:09.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "multicloud-k8s-id", "timestamp": 1669262108403, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json", "status": "DOWNLOAD_OK" } 2022-11-24T03:55:09.127Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T03:55:09.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:55:09.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "cds", "timestamp": 1669262109040, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T03:55:09.128Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T03:55:09.473Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:55:09.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-24T03:55:09.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"fec81792-fde6-4ded-8f41-5cd44bf5a944","serviceName":"vFW 2022-11-24 03-54-03","serviceVersion":"1.0","serviceUUID":"7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb","serviceDescription":"catalog service description","serviceInvariantUUID":"6fabacd2-4676-4c72-a8bd-34dece1a9512","resources":[{"resourceInstanceName":"vFW 0ae2c9c7-ea86 0","resourceName":"vFW 0ae2c9c7-ea86","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4f047b46-78f1-419b-9e33-89006633f282","resourceInvariantUUID":"6ae3869d-b090-47de-99e0-69b67efd54de","resourceCustomizationUUID":"7f6819a9-64f3-4676-ad0c-ef1c00ce527a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vf-license-model.xml","artifactChecksum":"YzYwZTRiMzUwZTI2ZDgwNDZhN2E3YWZmM2U5ZjFhNDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ab18f918-59ea-4739-a7f9-d2642d69d784","artifactVersion":"1"},{"artifactName":"vfw0ae2c9c7ea860_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json","artifactChecksum":"MDZiYzYxMmFiOWY5YTFhNDEyMjFkNDlkZjUyMGIxYTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b9cffb5a-e8d7-48ef-b9f5-977613839620","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a840349b-8b47-40ae-8246-c5336f3790dd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vendor-license-model.xml","artifactChecksum":"YTk1Yjg5ODk0NzFlZDc0Nzc2NmY4NzRhZGU1MDlmNjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"98e6aa04-e05f-4e8c-b207-721ab798dcab","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"38c72798-ee9a-48ba-876c-2dd7b26453bd","artifactVersion":"2","generatedFromUUID":"a840349b-8b47-40ae-8246-c5336f3790dd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221124035403-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-template.yml","artifactChecksum":"OGFhNzcwZjU3NGQzMmMxNzI2MDAwNWRmYmJjNzU5Y2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f2ca8f0f-078b-4c1c-a35d-280c6dd9801e","artifactVersion":"1"},{"artifactName":"service-Vfw20221124035403-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar","artifactChecksum":"MTVlMzI0MWIxOWE4NTExNDc2OGE4N2YxZDlkZjJlYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"39001bf8-1d46-498b-bb6c-3de64a8b0265","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-24T03:55:09.483Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T03:55:09.494Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:55:09.506Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:55:09.507Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262108846, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T03:55:09.607Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-11-24T03:55:09.612Z||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-24T03:55:09.612Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:55:09.621Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:55:09.622Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:55:10.515Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T03:55:10.516Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:55:10.518Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:55:10.518Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262108846, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json", "status": "NOTIFIED" } 2022-11-24T03:55:10.618Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T03:55:10.620Z||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-24T03:55:10.620Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:55:10.634Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:55:10.635Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-24T03:55:11.519Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T03:55:11.520Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:55:11.522Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:55:11.522Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262108846, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-24T03:55:11.622Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T03:55:11.623Z||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-24T03:55:11.623Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:55:11.638Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:55:11.638Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:55:12.522Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T03:55:12.523Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:55:12.525Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:55:12.526Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262108846, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T03:55:12.626Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T03:55:12.627Z||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-24T03:55:12.627Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:55:12.637Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:55:12.637Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:55:13.526Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T03:55:13.527Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:55:13.529Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:55:13.529Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262108846, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-24T03:55:13.629Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T03:55:13.630Z||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-24T03:55:13.630Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:55:13.641Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:55:13.641Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:55:14.529Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T03:55:14.530Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:55:14.532Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:55:14.533Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262108846, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T03:55:14.633Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T03:55:14.634Z||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-24T03:55:14.634Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:55:14.643Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:55:14.644Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:55:15.534Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T03:55:15.534Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:55:15.536Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:55:15.536Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262108846, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar", "status": "NOTIFIED" } 2022-11-24T03:55:15.636Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T03:55:15.638Z||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-24T03:55:15.638Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:55:15.649Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:55:15.650Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:55:16.538Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "serviceName": "vFW 2022-11-24 03-54-03", "serviceVersion": "1.0", "serviceUUID": "7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6fabacd2-4676-4c72-a8bd-34dece1a9512", "resources": [ { "resourceInstanceName": "vFW 0ae2c9c7-ea86 0", "resourceCustomizationUUID": "7f6819a9-64f3-4676-ad0c-ef1c00ce527a", "resourceName": "vFW 0ae2c9c7-ea86", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4f047b46-78f1-419b-9e33-89006633f282", "resourceInvariantUUID": "6ae3869d-b090-47de-99e0-69b67efd54de", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw0ae2c9c7ea860_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json", "artifactChecksum": "MDZiYzYxMmFiOWY5YTFhNDEyMjFkNDlkZjUyMGIxYTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b9cffb5a-e8d7-48ef-b9f5-977613839620", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a840349b-8b47-40ae-8246-c5336f3790dd", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "38c72798-ee9a-48ba-876c-2dd7b26453bd", "generatedFromUUID": "a840349b-8b47-40ae-8246-c5336f3790dd" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "38c72798-ee9a-48ba-876c-2dd7b26453bd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221124035403-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar", "artifactChecksum": "MTVlMzI0MWIxOWE4NTExNDc2OGE4N2YxZDlkZjJlYzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "39001bf8-1d46-498b-bb6c-3de64a8b0265" } ], "workloadContext": "Production" } 2022-11-24T03:55:16.539Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-24T03:55:16.540Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb ASDC 2022-11-24T03:55:16.650Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:fec81792-fde6-4ded-8f41-5cd44bf5a944 ServiceName:vFW 2022-11-24 03-54-03 ServiceVersion:1.0 ServiceUUID:7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb ServiceInvariantUUID:6fabacd2-4676-4c72-a8bd-34dece1a9512 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221124035403-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar ArtifactUUID:39001bf8-1d46-498b-bb6c-3de64a8b0265 ArtifactChecksum:MTVlMzI0MWIxOWE4NTExNDc2OGE4N2YxZDlkZjJlYzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 0ae2c9c7-ea86 0 ResourceCustomizationUUID:7f6819a9-64f3-4676-ad0c-ef1c00ce527a ResourceInvariantUUID:6ae3869d-b090-47de-99e0-69b67efd54de ResourceName:vFW 0ae2c9c7-ea86 ResourceType:VF ResourceUUID:4f047b46-78f1-419b-9e33-89006633f282 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw0ae2c9c7ea860_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json ArtifactUUID:b9cffb5a-e8d7-48ef-b9f5-977613839620 ArtifactChecksum:MDZiYzYxMmFiOWY5YTFhNDEyMjFkNDlkZjUyMGIxYTg= 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/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml ArtifactUUID:a840349b-8b47-40ae-8246-c5336f3790dd 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/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env ArtifactUUID:38c72798-ee9a-48ba-876c-2dd7b26453bd 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/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env ArtifactUUID:38c72798-ee9a-48ba-876c-2dd7b26453bd ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-24T03:55:16.650Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-24T03:55:16.887Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-24T03:55:16.888Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-24T03:55:16.890Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-24T03:55:16.890Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 39001bf8-1d46-498b-bb6c-3de64a8b0265 from URL: /sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar 2022-11-24T03:55:16.890Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-24T03:55:16.892Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar 2022-11-24T03:55:16.990Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-24T03:55:17.010Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar 39001bf8-1d46-498b-bb6c-3de64a8b0265 100659 2022-11-24T03:55:17.011Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar ASDC sendASDCNotification 2022-11-24T03:55:17.012Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar 2022-11-24T03:55:17.014Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T03:55:17.015Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:55:17.017Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:55:17.017Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262117010, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T03:55:17.117Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T03:55:17.118Z||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-24T03:55:17.118Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:55:17.129Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:55:17.130Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:55:18.018Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-24T03:55:18.019Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-24T03:55:18.020Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 39001bf8-1d46-498b-bb6c-3de64a8b0265, URL: /sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar to file: /app/ASDC/1/service-Vfw20221124035403-csar.csar 2022-11-24T03:55:18.021Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221124035403-csar.csar 2022-11-24T03:55:18.111Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221124035403-csar.csar 2022-11-24T03:55:18.111Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221124035403-csar.csar 2022-11-24T03:55:18.855Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16123886337159937933/Definitions/service-Vfw20221124035403-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-24T03:55:21.721Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-24T03:55:21.729Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-24T03:55:21.729Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221124035403-csar.csar 2022-11-24T03:55:21.730Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-11-24T03:55:21.730Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0ae2c9c7-ea86 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-Vfw20221124035403-csar.csar 2022-11-24T03:55:21.730Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221124035403-csar.csar 2022-11-24T03:55:21.730Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||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-Vfw20221124035403-csar.csar 2022-11-24T03:55:21.731Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||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-Vfw20221124035403-csar.csar 2022-11-24T03:55:21.731Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||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-Vfw20221124035403-csar.csar 2022-11-24T03:55:21.731Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221124035403-csar.csar 2022-11-24T03:55:21.731Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221124035403-csar.csar 2022-11-24T03:55:21.731Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||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-Vfw20221124035403-csar.csar 2022-11-24T03:55:21.732Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221124035403-csar.csar 2022-11-24T03:55:21.732Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221124035403-csar.csar 2022-11-24T03:55:21.732Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221124035403-csar.csar 2022-11-24T03:55:21.732Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-24T03:55:21.739Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:21.740Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:55:21.745Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is matching search criteria 2022-11-24T03:55:21.745Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-24T03:55:21.747Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0ae2c9c7-ea86 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-24T03:55:21.749Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:21.749Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:55:21.749Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is matching search criteria 2022-11-24T03:55:21.750Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-24T03:55:21.750Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0ae2c9c7-ea86 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-24T03:55:21.750Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:21.751Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:55:21.754Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:21.754Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is not matching search criteria 2022-11-24T03:55:21.755Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-24T03:55:21.755Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-24T03:55:21.755Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-24T03:55:21.755Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-24T03:55:21.756Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-24T03:55:21.756Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-24T03:55:21.756Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-24T03:55:21.756Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-24T03:55:21.757Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-24T03:55:21.757Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-24T03:55:21.757Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-24T03:55:21.757Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-24T03:55:21.758Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-24T03:55:21.758Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-24T03:55:21.758Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-24T03:55:21.759Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-24T03:55:21.759Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:21.759Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-24T03:55:21.760Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:21.761Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is matching search criteria 2022-11-24T03:55:21.761Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0ae2c9c7-ea86 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T03:55:21.761Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:21.761Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is matching search criteria 2022-11-24T03:55:21.762Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0ae2c9c7-ea86 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T03:55:21.762Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:21.762Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is matching search criteria 2022-11-24T03:55:21.762Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0ae2c9c7-ea86 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T03:55:21.763Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:21.763Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is not matching search criteria 2022-11-24T03:55:21.763Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-24T03:55:21.764Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-24T03:55:21.764Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-24T03:55:21.764Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-24T03:55:21.764Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-24T03:55:21.765Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-24T03:55:21.765Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-24T03:55:21.765Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-24T03:55:21.765Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-24T03:55:21.766Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-24T03:55:21.766Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-24T03:55:21.766Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d842e833-ca9c-4979-a3f9-ea25700682a5 2022-11-24T03:55:21.766Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:21.767Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is not matching search criteria 2022-11-24T03:55:21.767Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-24T03:55:21.767Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-24T03:55:21.767Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-24T03:55:21.768Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-24T03:55:21.768Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-24T03:55:21.768Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-24T03:55:21.768Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-24T03:55:21.768Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-24T03:55:21.769Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-24T03:55:21.769Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-24T03:55:21.769Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-24T03:55:21.769Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-24T03:55:21.770Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c99d1e29-130b-43dc-aa45-77ac6edb4d7f 2022-11-24T03:55:21.770Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:21.770Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is not matching search criteria 2022-11-24T03:55:21.771Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-24T03:55:21.771Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-24T03:55:21.771Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-24T03:55:21.771Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-24T03:55:21.772Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-24T03:55:21.772Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-24T03:55:21.772Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-24T03:55:21.772Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-24T03:55:21.773Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-24T03:55:21.773Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-24T03:55:21.773Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-24T03:55:21.773Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-24T03:55:21.774Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7d405369-f2f0-4d0d-b0c6-151eb2b9a2ed 2022-11-24T03:55:21.774Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:21.774Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:55:21.774Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:21.775Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:55:21.775Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:21.775Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:55:21.775Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:21.776Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:55:21.776Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-11-24 03-54-03 Description:catalog service description Model UUID:7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb Model Version:NULL Model InvariantUuid:6fabacd2-4676-4c72-a8bd-34dece1a9512 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 0ae2c9c7-ea86 Model UUID:a8c0ebea-cd42-431f-b2ad-f94e695e3b55 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:6ae3869d-b090-47de-99e0-69b67efd54de Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7f6819a9-64f3-4676-ad0c-ef1c00ce527a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f898c48a-1ac2-4cbc-a04c-0ba5e628e3b2 ModelName:Vfw0ae2c9c7Ea86..base_vfw..module-0 ModelUuid:c9f6c292-c866-4512-93c9-be13140ba3e5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d842e833-ca9c-4979-a3f9-ea25700682a5 ModelInvariantUuid:3035f4f5-336d-459a-8e87-6ecc3ce6854f ModelName:vFW 0ae2c9c7-ea86-nodes.vfwCvfc ModelUuid:abc91c06-9879-4ada-9eca-30e1cfb8f6e2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:a0f74ed3-cdf7-4f59-8297-995e0755d85e ModelInvariantUuid:76d176c1-a335-4c0b-9617-04c4a889b3cb ModelName:Vfw0ae2c9c7Ea86.compute.nodes.heat.vfw ModelUuid:3baf88ea-45fb-4b70-bbaa-2e34f5500cd0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c99d1e29-130b-43dc-aa45-77ac6edb4d7f ModelInvariantUuid:b6818345-5f6c-44b5-b60e-64f31597066f ModelName:vFW 0ae2c9c7-ea86-nodes.vsnCvfc ModelUuid:24619955-6c48-4126-8263-af3defeb81a0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:dcad7e93-2bd3-42f4-92d3-9a18f79c55e6 ModelInvariantUuid:012af492-dc2f-4b2e-bc10-fd01ec5c5109 ModelName:Vfw0ae2c9c7Ea86.compute.nodes.heat.vsn ModelUuid:ad5741fe-8ef8-4a60-b996-ecd16680ae36 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:7d405369-f2f0-4d0d-b0c6-151eb2b9a2ed ModelInvariantUuid:cd11997e-c2d6-4160-8f12-c7758752b8a9 ModelName:vFW 0ae2c9c7-ea86-nodes.vpgCvfc ModelUuid:575b1cbc-b490-41b3-9172-5884b37aeac4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:27fba7f6-a726-40d1-bc63-901db1a21f9a ModelInvariantUuid:6b328f8e-6e57-4c35-9e5e-fe2f86ca042e ModelName:Vfw0ae2c9c7Ea86.compute.nodes.heat.vpg ModelUuid:2eb776a3-0f5e-4850-b2b9-89806aeebadc 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-24T03:55:21.796Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 4f047b46-78f1-419b-9e33-89006633f282 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-24T03:55:21.891Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||vFW 0ae2c9c7-ea86 0 2022-11-24T03:55:21.899Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4f047b46-78f1-419b-9e33-89006633f282 2022-11-24T03:55:21.899Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b9cffb5a-e8d7-48ef-b9f5-977613839620 from URL: /sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json 2022-11-24T03:55:21.899Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-24T03:55:21.900Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json 2022-11-24T03:55:21.961Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-24T03:55:21.962Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json b9cffb5a-e8d7-48ef-b9f5-977613839620 785 2022-11-24T03:55:21.962Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json ASDC sendASDCNotification 2022-11-24T03:55:21.962Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json 2022-11-24T03:55:21.962Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T03:55:21.962Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:55:21.965Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:55:21.965Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262121962, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json", "status": "DOWNLOAD_OK" } 2022-11-24T03:55:22.065Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T03:55:22.066Z||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-24T03:55:22.066Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:55:22.078Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:55:22.079Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:55:22.966Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw0ae2c9c7Ea86..base_vfw..module-0", "vfModuleModelInvariantUUID": "f898c48a-1ac2-4cbc-a04c-0ba5e628e3b2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c9f6c292-c866-4512-93c9-be13140ba3e5", "vfModuleModelCustomizationUUID": "7bd8a094-2520-4c05-ac45-a299a67818db", "isBase": true, "artifacts": [ "a840349b-8b47-40ae-8246-c5336f3790dd", "38c72798-ee9a-48ba-876c-2dd7b26453bd" ], "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-24T03:55:22.980Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw0ae2c9c7Ea86..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c9f6c292-c866-4512-93c9-be13140ba3e5 VfModuleModelInvariantUUID:f898c48a-1ac2-4cbc-a04c-0ba5e628e3b2 VfModuleModelDescription:NULL Artifacts UUID List:{ a840349b-8b47-40ae-8246-c5336f3790dd , 38c72798-ee9a-48ba-876c-2dd7b26453bd } 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-24T03:55:22.983Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw0ae2c9c7Ea86..base_vfw..module-0", "vfModuleModelInvariantUUID": "f898c48a-1ac2-4cbc-a04c-0ba5e628e3b2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c9f6c292-c866-4512-93c9-be13140ba3e5", "vfModuleModelCustomizationUUID": "7bd8a094-2520-4c05-ac45-a299a67818db", "isBase": true, "artifacts": [ "a840349b-8b47-40ae-8246-c5336f3790dd", "38c72798-ee9a-48ba-876c-2dd7b26453bd" ], "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-24T03:55:22.983Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw0ae2c9c7Ea86..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c9f6c292-c866-4512-93c9-be13140ba3e5 VfModuleModelInvariantUUID:f898c48a-1ac2-4cbc-a04c-0ba5e628e3b2 VfModuleModelDescription:NULL Artifacts UUID List:{ a840349b-8b47-40ae-8246-c5336f3790dd , 38c72798-ee9a-48ba-876c-2dd7b26453bd } 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-24T03:55:22.984Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a840349b-8b47-40ae-8246-c5336f3790dd from URL: /sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml 2022-11-24T03:55:22.984Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-24T03:55:22.984Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml 2022-11-24T03:55:23.048Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-24T03:55:23.049Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml a840349b-8b47-40ae-8246-c5336f3790dd 20368 2022-11-24T03:55:23.049Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-24T03:55:23.050Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml 2022-11-24T03:55:23.050Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T03:55:23.050Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:55:23.053Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:55:23.053Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262123049, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-24T03:55:23.153Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T03:55:23.154Z||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-24T03:55:23.154Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:55:23.165Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:55:23.165Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:55:24.053Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 38c72798-ee9a-48ba-876c-2dd7b26453bd from URL: /sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env 2022-11-24T03:55:24.054Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-24T03:55:24.054Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env 2022-11-24T03:55:24.100Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-24T03:55:24.101Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env 38c72798-ee9a-48ba-876c-2dd7b26453bd 2098 2022-11-24T03:55:24.101Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-24T03:55:24.101Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env 2022-11-24T03:55:24.102Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T03:55:24.102Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:55:24.105Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:55:24.105Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262124101, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-24T03:55:24.205Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T03:55:24.206Z||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-24T03:55:24.206Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:55:24.217Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:55:24.218Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:55:25.106Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb 2022-11-24T03:55:25.106Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0ae2c9c7-ea86 0 4f047b46-78f1-419b-9e33-89006633f282 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-24T03:55:25.140Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6374b7f4, org.onap.sdc.toscaparser.api.parameters.Input@8012f23, org.onap.sdc.toscaparser.api.parameters.Input@6b0e332e, org.onap.sdc.toscaparser.api.parameters.Input@69b3b7d1, org.onap.sdc.toscaparser.api.parameters.Input@2f3e6604] 2022-11-24T03:55:25.143Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:25.143Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:55:25.143Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-11-24T03:55:25.144Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 7f6819a9-64f3-4676-ad0c-ef1c00ce527a 2022-11-24T03:55:25.144Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7f6819a9-64f3-4676-ad0c-ef1c00ce527a matches Tosca VF Customization UUID: 7f6819a9-64f3-4676-ad0c-ef1c00ce527a 2022-11-24T03:55:25.144Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 7f6819a9-64f3-4676-ad0c-ef1c00ce527a 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-24T03:55:25.150Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:25.150Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:55:25.151Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 7f6819a9-64f3-4676-ad0c-ef1c00ce527a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-24T03:55:25.151Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ac552c7 2022-11-24T03:55:25.152Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:25.152Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-24T03:55:25.152Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7bd8a094-2520-4c05-ac45-a299a67818db 2022-11-24T03:55:25.153Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7bd8a094-2520-4c05-ac45-a299a67818db 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-24T03:55:25.159Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:25.159Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is matching search criteria 2022-11-24T03:55:25.159Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0ae2c9c7-ea86 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T03:55:25.160Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:25.160Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is matching search criteria 2022-11-24T03:55:25.160Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0ae2c9c7-ea86 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T03:55:25.160Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:25.161Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is not matching search criteria 2022-11-24T03:55:25.161Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-24T03:55:25.161Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-24T03:55:25.161Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-24T03:55:25.161Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-24T03:55:25.162Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-24T03:55:25.162Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-24T03:55:25.162Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-24T03:55:25.162Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-24T03:55:25.162Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-24T03:55:25.162Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-24T03:55:25.163Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-24T03:55:25.163Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d842e833-ca9c-4979-a3f9-ea25700682a5 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-24T03:55:25.175Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:25.175Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is matching search criteria 2022-11-24T03:55:25.175Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0ae2c9c7-ea86 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T03:55:25.175Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:25.175Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is not matching search criteria 2022-11-24T03:55:25.176Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-24T03:55:25.176Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-24T03:55:25.176Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-24T03:55:25.176Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-24T03:55:25.176Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-24T03:55:25.176Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-24T03:55:25.177Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-24T03:55:25.177Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-24T03:55:25.177Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-24T03:55:25.177Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-24T03:55:25.177Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-24T03:55:25.177Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-24T03:55:25.178Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c99d1e29-130b-43dc-aa45-77ac6edb4d7f 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-24T03:55:25.180Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:25.180Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is matching search criteria 2022-11-24T03:55:25.180Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0ae2c9c7-ea86 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T03:55:25.182Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:25.182Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is not matching search criteria 2022-11-24T03:55:25.182Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-24T03:55:25.183Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-24T03:55:25.183Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-24T03:55:25.183Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-24T03:55:25.183Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-24T03:55:25.183Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-24T03:55:25.183Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-24T03:55:25.184Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-24T03:55:25.184Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-24T03:55:25.184Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-24T03:55:25.184Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-24T03:55:25.184Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-24T03:55:25.184Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7d405369-f2f0-4d0d-b0c6-151eb2b9a2ed 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-24T03:55:25.186Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:25.186Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is matching search criteria 2022-11-24T03:55:25.187Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0ae2c9c7-ea86 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T03:55:25.187Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:25.187Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Node template vFW 0ae2c9c7-ea86 0 is matching search criteria 2022-11-24T03:55:25.187Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0ae2c9c7-ea86 0] matching following query criteria: sdcType=VF, customizationUUID=7f6819a9-64f3-4676-ad0c-ef1c00ce527a 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-24T03:55:25.189Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:25.189Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:55:25.190Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb: vFW 0ae2c9c7-ea86 2022-11-24T03:55:25.190Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:25.190Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:55:25.190Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:25.190Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:55:25.190Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:25.191Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:55:25.191Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:25.191Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:55:25.191Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:55:25.191Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-24 03-54-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:55:25.192Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-11-24 03-54-03 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-24T03:55:25.435Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0ae2c9c7-ea86 4f047b46-78f1-419b-9e33-89006633f282 1 ASDC deployResourceStructure 2022-11-24T03:55:25.436Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json ASDC sendASDCNotification 2022-11-24T03:55:25.436Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json 2022-11-24T03:55:25.436Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-24T03:55:25.436Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:55:25.438Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:55:25.438Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262125436, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json", "status": "DEPLOY_OK" } 2022-11-24T03:55:25.538Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T03:55:25.539Z||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-24T03:55:25.539Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:55:25.549Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:55:25.549Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:55:26.439Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-24T03:55:26.440Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml 2022-11-24T03:55:26.440Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-24T03:55:26.440Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:55:26.442Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:55:26.442Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262126439, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-24T03:55:26.542Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T03:55:26.543Z||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-24T03:55:26.543Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:55:26.553Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:55:26.554Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:55:27.443Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-24T03:55:27.443Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env 2022-11-24T03:55:27.443Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-24T03:55:27.444Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:55:27.445Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:55:27.445Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262127443, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-24T03:55:27.545Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T03:55:27.546Z||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-24T03:55:27.546Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:55:27.558Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:55:27.559Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:55:28.447Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar ASDC sendASDCNotification 2022-11-24T03:55:28.447Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar 2022-11-24T03:55:28.447Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-24T03:55:28.448Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:55:28.450Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:55:28.450Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262128447, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T03:55:28.550Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T03:55:28.551Z||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-24T03:55:28.551Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:55:28.561Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:55:28.562Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:55:29.451Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T03:55:29.473Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944 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-24T03:55:29.475Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-24T03:55:29.475Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-24T03:55:29.476Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-24T03:55:59.476Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T03:55:59.485Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944 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-24T03:55:59.488Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-24T03:55:59.488Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-24T03:55:59.488Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-24T03:56:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:56:08.848Z||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-24T03:56:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:56:08.869Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:56:08.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:56:08.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262109125, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T03:56:08.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:56:29.488Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T03:56:29.498Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944 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-24T03:56:29.500Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-24T03:56:29.500Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-24T03:56:29.500Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-24T03:56:59.500Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T03:56:59.508Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944 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-24T03:56:59.510Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-24T03:56:59.511Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-24T03:56:59.511Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-24T03:57:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:57:08.848Z||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-24T03:57:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:57:08.870Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:57:08.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:57:08.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "ves-openapi-manager", "timestamp": 1669262106630, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T03:57:08.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:57:29.511Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T03:57:29.520Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944 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-24T03:57:29.522Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-24T03:57:29.522Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-24T03:57:29.523Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-24T03:57:59.523Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T03:57:59.534Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944 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-24T03:57:59.537Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-24T03:57:59.537Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-24T03:57:59.538Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-24T03:58:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:58:08.849Z||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-24T03:58:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:58:09.374Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:58:09.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "cds", "timestamp": 1669262110060, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-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-24T03:58:09.386Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fec81792-fde6-4ded-8f41-5cd44bf5a944 2022-11-24T03:58:09.387Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fec81792-fde6-4ded-8f41-5cd44bf5a944 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-24T03:58:09.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262108846, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "multicloud-k8s-id", "timestamp": 1669262109485, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-24T03:58:09.395Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T03:58:09.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262109125, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "ves-openapi-manager", "timestamp": 1669262106630, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262108846, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json", "status": "NOTIFIED" } 2022-11-24T03:58:09.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "multicloud-k8s-id", "timestamp": 1669262110544, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-24T03:58:09.396Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T03:58:09.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262109125, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "ves-openapi-manager", "timestamp": 1669262106630, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262108846, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-24T03:58:09.398Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "multicloud-k8s-id", "timestamp": 1669262111640, "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-24T03:58:09.402Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fec81792-fde6-4ded-8f41-5cd44bf5a944 2022-11-24T03:58:09.402Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fec81792-fde6-4ded-8f41-5cd44bf5a944 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-24T03:58:09.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262109125, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.410Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "ves-openapi-manager", "timestamp": 1669262106630, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.411Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262108846, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.411Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "multicloud-k8s-id", "timestamp": 1669262112645, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json", "status": "DEPLOY_OK" } 2022-11-24T03:58:09.412Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T03:58:09.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262109125, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.412Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "ves-openapi-manager", "timestamp": 1669262106630, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.412Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262108846, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-24T03:58:09.413Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262109125, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.413Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262108846, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.413Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262109125, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar", "status": "NOTIFIED" } 2022-11-24T03:58:09.414Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262108846, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar", "status": "NOTIFIED" } 2022-11-24T03:58:09.414Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262116972, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T03:58:09.414Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T03:58:09.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262117010, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T03:58:09.415Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T03:58:09.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "aai-ml", "timestamp": 1669262117111, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.415Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "aai-ml", "timestamp": 1669262117111, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.415Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "aai-ml", "timestamp": 1669262117111, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "aai-ml", "timestamp": 1669262117111, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "aai-ml", "timestamp": 1669262117111, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262121962, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json", "status": "DOWNLOAD_OK" } 2022-11-24T03:58:09.417Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T03:58:09.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262122907, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T03:58:09.417Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T03:58:09.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "aai-ml", "timestamp": 1669262117111, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262123049, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-24T03:58:09.418Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T03:58:09.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262123913, "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-24T03:58:09.422Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fec81792-fde6-4ded-8f41-5cd44bf5a944 2022-11-24T03:58:09.422Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fec81792-fde6-4ded-8f41-5cd44bf5a944 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-24T03:58:09.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "aai-ml", "timestamp": 1669262117111, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar", "status": "NOTIFIED" } 2022-11-24T03:58:09.430Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262124101, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-24T03:58:09.430Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T03:58:09.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "aai-ml", "timestamp": 1669262124950, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T03:58:09.430Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T03:58:09.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262125436, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/vfw0ae2c9c7ea860_modules.json", "status": "DEPLOY_OK" } 2022-11-24T03:58:09.430Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T03:58:09.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262126439, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-24T03:58:09.431Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T03:58:09.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262127443, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/resourceInstances/vfw0ae2c9c7ea860/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-24T03:58:09.431Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T03:58:09.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262128447, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T03:58:09.432Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T03:58:09.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "ves-openapi-manager", "timestamp": 1669262126630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "cds", "timestamp": 1669262127374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "ves-openapi-manager", "timestamp": 1669262126630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "cds", "timestamp": 1669262127374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "multicloud-k8s-id", "timestamp": 1669262133820, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "ves-openapi-manager", "timestamp": 1669262126630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "cds", "timestamp": 1669262127374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "multicloud-k8s-id", "timestamp": 1669262133820, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json", "status": "NOTIFIED" } 2022-11-24T03:58:09.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "ves-openapi-manager", "timestamp": 1669262126630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "cds", "timestamp": 1669262127374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "multicloud-k8s-id", "timestamp": 1669262133820, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-24T03:58:09.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "ves-openapi-manager", "timestamp": 1669262126630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "cds", "timestamp": 1669262127374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "multicloud-k8s-id", "timestamp": 1669262133820, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "ves-openapi-manager", "timestamp": 1669262126630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "cds", "timestamp": 1669262127374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "multicloud-k8s-id", "timestamp": 1669262133820, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-24T03:58:09.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "ves-openapi-manager", "timestamp": 1669262126630, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "cds", "timestamp": 1669262127374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar", "status": "NOTIFIED" } 2022-11-24T03:58:09.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262139125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "multicloud-k8s-id", "timestamp": 1669262133820, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "cds", "timestamp": 1669262140404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T03:58:09.440Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T03:58:09.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262139125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "multicloud-k8s-id", "timestamp": 1669262133820, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar", "status": "NOTIFIED" } 2022-11-24T03:58:09.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "cds", "timestamp": 1669262141410, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-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-24T03:58:09.453Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f 2022-11-24T03:58:09.454Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f 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-24T03:58:09.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262139125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "multicloud-k8s-id", "timestamp": 1669262141542, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-24T03:58:09.461Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T03:58:09.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262139125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "aai-ml", "timestamp": 1669262142764, "artifactURL": "/sdc/v1/catalog/services/Vfw20221124035403/1.0/artifacts/service-Vfw20221124035403-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T03:58:09.462Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T03:58:09.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "multicloud-k8s-id", "timestamp": 1669262142593, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-24T03:58:09.462Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T03:58:09.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262139125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.462Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "aai-ml", "timestamp": 1669262143769, "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-24T03:58:09.467Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fec81792-fde6-4ded-8f41-5cd44bf5a944 2022-11-24T03:58:09.467Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fec81792-fde6-4ded-8f41-5cd44bf5a944 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-24T03:58:09.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "multicloud-k8s-id", "timestamp": 1669262143639, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-24T03:58:09.474Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T03:58:09.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262139125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "multicloud-k8s-id", "timestamp": 1669262144661, "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-24T03:58:09.478Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f 2022-11-24T03:58:09.478Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f 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-24T03:58:09.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262139125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar", "status": "NOTIFIED" } 2022-11-24T03:58:09.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "multicloud-k8s-id", "timestamp": 1669262145664, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json", "status": "DEPLOY_OK" } 2022-11-24T03:58:09.485Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T03:58:09.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262146861, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T03:58:09.486Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T03:58:09.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "aai-ml", "timestamp": 1669262147111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "aai-ml", "timestamp": 1669262147111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262149278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T03:58:09.486Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T03:58:09.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "aai-ml", "timestamp": 1669262147111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262150283, "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-24T03:58:09.491Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f 2022-11-24T03:58:09.491Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f 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-24T03:58:09.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "aai-ml", "timestamp": 1669262147111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "aai-ml", "timestamp": 1669262147111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "aai-ml", "timestamp": 1669262147111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T03:58:09.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "aai-ml", "timestamp": 1669262147111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar", "status": "NOTIFIED" } 2022-11-24T03:58:09.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T03:58:09.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "aai-ml", "timestamp": 1669262154821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T03:58:09.501Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T03:58:09.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "aai-ml", "timestamp": 1669262162565, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T03:58:09.501Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T03:58:09.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:58:09.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "aai-ml", "timestamp": 1669262163570, "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-24T03:58:09.506Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f 2022-11-24T03:58:09.506Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f 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-24T03:58:29.542Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T03:58:29.577Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944 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-24T03:58:29.589Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-24T03:58:29.590Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-24T03:58:29.590Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-24T03:58:29.590Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-24T03:58:29.590Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T03:58:29.590Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T03:58:29.591Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T03:58:29.591Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T03:58:29.591Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T03:58:29.591Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||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-24T03:58:29.597Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-24T03:58:59.597Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fec81792-fde6-4ded-8f41-5cd44bf5a944 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-24T03:58:59.610Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fec81792-fde6-4ded-8f41-5cd44bf5a944 and serviceModelVersionId: 7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb 2022-11-24T03:58:59.610Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6fabacd2-4676-4c72-a8bd-34dece1a9512 2022-11-24T03:59:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:59:08.848Z||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-24T03:59:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:59:14.322Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6fabacd2-4676-4c72-a8bd-34dece1a9512/model-vers/model-ver/7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb?depth=0 2022-11-24T03:59:14.425Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-11-24T03:59:14.894Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fabacd2-4676-4c72-a8bd-34dece1a9512/model-vers/model-ver/7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb?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-24T03:59:14.900Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fabacd2-4676-4c72-a8bd-34dece1a9512/model-vers/model-ver/7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb?depth=0|INFO|500||Invoke 2022-11-24T03:59:15.008Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fabacd2-4676-4c72-a8bd-34dece1a9512/model-vers/model-ver/7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-24T03:59:15.198Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fabacd2-4676-4c72-a8bd-34dece1a9512/model-vers/model-ver/7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb?depth=0|INFO|500||InvokeReturn 2022-11-24T03:59:15.200Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fabacd2-4676-4c72-a8bd-34dece1a9512/model-vers/model-ver/7d02ef0c-7e2e-4d6c-af37-e88b7a6ecaeb?depth=0 has http status code:200 and response headers:{date=[Thu, 24 Nov 2022 03:59:15 GMT], content-length=[0], vertex-id=[303120], x-aai-txid=[1-aai-resources-221124-03:59:15:875-27418], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-24T03:59:15.200Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-11-24T03:59:15.203Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-24T03:59:15.203Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||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-24T03:59:15.207Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||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-24T03:59:15.208Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fec81792-fde6-4ded-8f41-5cd44bf5a944 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-24T03:59:15.208Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-24T03:59:15.209Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:59:15.211Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:59:15.211Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262355208, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-24T03:59:15.311Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T03:59:15.312Z||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-24T03:59:15.312Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:59:15.322Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:59:15.322Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:59:15.937Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:59:15.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T03:59:15.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fec81792-fde6-4ded-8f41-5cd44bf5a944", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262355208, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-24T03:59:15.939Z||pool-2-thread-3|||||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-24T03:59:16.222Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T03:59:16.223Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|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-24T03:59:16.223Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:59:20.627Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:59:20.628Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-24T03:59:20.628Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f","serviceName":"basic_onboard_CnkryD","serviceVersion":"1.0","serviceUUID":"4d8935fd-13e6-4d11-9ee2-8be5651c7876","serviceDescription":"service","serviceInvariantUUID":"a4b5f701-e430-4ad1-986b-950c3acb88ca","resources":[{"resourceInstanceName":"basic_onboard_CnkryD 0","resourceName":"basic_onboard_CnkryD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8a268e4a-0232-4a3e-9d1d-670dff1727c0","resourceInvariantUUID":"4df9a260-f2d1-45ec-8cba-35b8993b6b94","resourceCustomizationUUID":"a6dce332-3aaf-4b3b-86ef-4eaf00dc495e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vf-license-model.xml","artifactChecksum":"OTcxMzczZDllNTRiYTgzZmNiNzJiNTFlNjNmMGE1MzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce9b2c66-3b98-4961-9906-cb70ef06e6a2","artifactVersion":"1"},{"artifactName":"basic_onboard_cnkryd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json","artifactChecksum":"M2M5MjA3ZTVhOTlhYjNkNTk5NjU0YjhkMDRkMGYwYTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9dfad4d5-da75-4d3b-9034-f3691a61cd0d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"73531450-b29a-4215-9db2-ab07ba4c27bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a24d372e-f290-4969-9f69-0f119703bac2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d9206ae2-2b52-4d56-ba49-373baf61e65b","artifactVersion":"2","generatedFromUUID":"73531450-b29a-4215-9db2-ab07ba4c27bb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCnkryd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-template.yml","artifactChecksum":"NzM4NzBhMDlkZDkyMjY5YWMwMmEwNWI1ZWI4OWU3ZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd2d479c-978d-40cf-9f80-08253eb673f1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCnkryd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar","artifactChecksum":"YTA4MTI3ZTdkYmE1MjY2M2VmN2Q0NDRkMWVmM2Y5MzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b9a9f2c5-313c-4ea9-a9a2-7ac61ba00ea3","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-24T03:59:20.631Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T03:59:20.631Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:59:20.633Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:59:20.633Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262356222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T03:59:20.734Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-24T03:59:20.735Z||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-24T03:59:20.735Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:59:20.748Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:59:20.749Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:59:21.634Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T03:59:21.634Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:59:21.636Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:59:21.636Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262356222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json", "status": "NOTIFIED" } 2022-11-24T03:59:21.736Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T03:59:21.737Z||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-24T03:59:21.737Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:59:21.748Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:59:21.748Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:59:22.636Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T03:59:22.637Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:59:22.639Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:59:22.640Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262356222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-24T03:59:22.740Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T03:59:22.741Z||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-24T03:59:22.741Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:59:22.751Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:59:22.752Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:59:23.640Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T03:59:23.642Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:59:23.643Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:59:23.643Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262356222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T03:59:23.745Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-24T03:59:23.746Z||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-24T03:59:23.746Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:59:23.757Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:59:23.758Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:59:24.644Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T03:59:24.645Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:59:24.647Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:59:24.647Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262356222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-24T03:59:24.747Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T03:59:24.748Z||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-24T03:59:24.748Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:59:24.758Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:59:24.759Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:59:25.647Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T03:59:25.648Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:59:25.650Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:59:25.650Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262356222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T03:59:25.750Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T03:59:25.751Z||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-24T03:59:25.751Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:59:25.761Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:59:25.761Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:59:26.650Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T03:59:26.651Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:59:26.653Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:59:26.653Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262356222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar", "status": "NOTIFIED" } 2022-11-24T03:59:26.753Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T03:59:26.754Z||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-24T03:59:26.754Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:59:26.763Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:59:26.764Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:59:27.655Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "serviceName": "basic_onboard_CnkryD", "serviceVersion": "1.0", "serviceUUID": "4d8935fd-13e6-4d11-9ee2-8be5651c7876", "serviceDescription": "service", "serviceInvariantUUID": "a4b5f701-e430-4ad1-986b-950c3acb88ca", "resources": [ { "resourceInstanceName": "basic_onboard_CnkryD 0", "resourceCustomizationUUID": "a6dce332-3aaf-4b3b-86ef-4eaf00dc495e", "resourceName": "basic_onboard_CnkryD", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8a268e4a-0232-4a3e-9d1d-670dff1727c0", "resourceInvariantUUID": "4df9a260-f2d1-45ec-8cba-35b8993b6b94", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_cnkryd0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json", "artifactChecksum": "M2M5MjA3ZTVhOTlhYjNkNTk5NjU0YjhkMDRkMGYwYTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9dfad4d5-da75-4d3b-9034-f3691a61cd0d", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "73531450-b29a-4215-9db2-ab07ba4c27bb", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d9206ae2-2b52-4d56-ba49-373baf61e65b", "generatedFromUUID": "73531450-b29a-4215-9db2-ab07ba4c27bb" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d9206ae2-2b52-4d56-ba49-373baf61e65b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardCnkryd-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar", "artifactChecksum": "YTA4MTI3ZTdkYmE1MjY2M2VmN2Q0NDRkMWVmM2Y5MzI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b9a9f2c5-313c-4ea9-a9a2-7ac61ba00ea3" } ], "workloadContext": "Production" } 2022-11-24T03:59:27.656Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-24T03:59:27.656Z|fec81792-fde6-4ded-8f41-5cd44bf5a944|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d8935fd-13e6-4d11-9ee2-8be5651c7876 ASDC 2022-11-24T03:59:27.656Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f ServiceName:basic_onboard_CnkryD ServiceVersion:1.0 ServiceUUID:4d8935fd-13e6-4d11-9ee2-8be5651c7876 ServiceInvariantUUID:a4b5f701-e430-4ad1-986b-950c3acb88ca ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardCnkryd-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar ArtifactUUID:b9a9f2c5-313c-4ea9-a9a2-7ac61ba00ea3 ArtifactChecksum:YTA4MTI3ZTdkYmE1MjY2M2VmN2Q0NDRkMWVmM2Y5MzI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_CnkryD 0 ResourceCustomizationUUID:a6dce332-3aaf-4b3b-86ef-4eaf00dc495e ResourceInvariantUUID:4df9a260-f2d1-45ec-8cba-35b8993b6b94 ResourceName:basic_onboard_CnkryD ResourceType:VF ResourceUUID:8a268e4a-0232-4a3e-9d1d-670dff1727c0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_cnkryd0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json ArtifactUUID:9dfad4d5-da75-4d3b-9034-f3691a61cd0d ArtifactChecksum:M2M5MjA3ZTVhOTlhYjNkNTk5NjU0YjhkMDRkMGYwYTU= 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/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml ArtifactUUID:73531450-b29a-4215-9db2-ab07ba4c27bb 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/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env ArtifactUUID:d9206ae2-2b52-4d56-ba49-373baf61e65b 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/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env ArtifactUUID:d9206ae2-2b52-4d56-ba49-373baf61e65b ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-24T03:59:27.657Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d8935fd-13e6-4d11-9ee2-8be5651c7876 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-24T03:59:27.683Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-24T03:59:27.684Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-24T03:59:27.684Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-24T03:59:27.684Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b9a9f2c5-313c-4ea9-a9a2-7ac61ba00ea3 from URL: /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar 2022-11-24T03:59:27.684Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-24T03:59:27.684Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar 2022-11-24T03:59:27.848Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-24T03:59:27.852Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar b9a9f2c5-313c-4ea9-a9a2-7ac61ba00ea3 75281 2022-11-24T03:59:27.852Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar ASDC sendASDCNotification 2022-11-24T03:59:27.852Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar 2022-11-24T03:59:27.852Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T03:59:27.853Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:59:27.854Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:59:27.855Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262367852, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T03:59:27.955Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T03:59:27.956Z||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-24T03:59:27.956Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:59:27.966Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:59:27.967Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:59:28.855Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-24T03:59:28.856Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-24T03:59:28.857Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b9a9f2c5-313c-4ea9-a9a2-7ac61ba00ea3, URL: /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar to file: /app/ASDC/1/service-BasicOnboardCnkryd-csar.csar 2022-11-24T03:59:28.857Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCnkryd-csar.csar 2022-11-24T03:59:28.858Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCnkryd-csar.csar 2022-11-24T03:59:28.858Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCnkryd-csar.csar 2022-11-24T03:59:29.103Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8938497550795460484/Definitions/service-BasicOnboardCnkryd-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-24T03:59:30.238Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-24T03:59:30.238Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-24T03:59:30.239Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCnkryd-csar.csar 2022-11-24T03:59:30.239Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-24T03:59:30.239Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardCnkryd-csar.csar 2022-11-24T03:59:30.239Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||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-BasicOnboardCnkryd-csar.csar 2022-11-24T03:59:30.239Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||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-BasicOnboardCnkryd-csar.csar 2022-11-24T03:59:30.239Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CnkryD 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-BasicOnboardCnkryd-csar.csar 2022-11-24T03:59:30.239Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||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-BasicOnboardCnkryd-csar.csar 2022-11-24T03:59:30.239Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCnkryd-csar.csar 2022-11-24T03:59:30.239Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||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-BasicOnboardCnkryd-csar.csar 2022-11-24T03:59:30.239Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-24T03:59:30.240Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:59:30.240Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:59:30.240Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CnkryD 0 is matching search criteria 2022-11-24T03:59:30.240Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-24T03:59:30.240Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CnkryD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-24T03:59:30.240Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:59:30.241Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:59:30.241Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CnkryD 0 is matching search criteria 2022-11-24T03:59:30.241Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-24T03:59:30.241Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CnkryD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-24T03:59:30.241Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:59:30.241Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:59:30.242Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:59:30.242Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CnkryD 0 is not matching search criteria 2022-11-24T03:59:30.242Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-11-24T03:59:30.242Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-11-24T03:59:30.242Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-11-24T03:59:30.242Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-24T03:59:30.242Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-24T03:59:30.243Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:59:30.243Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-24T03:59:30.243Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:59:30.243Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CnkryD 0 is matching search criteria 2022-11-24T03:59:30.243Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CnkryD 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T03:59:30.243Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:59:30.244Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CnkryD 0 is matching search criteria 2022-11-24T03:59:30.244Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CnkryD 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T03:59:30.244Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:59:30.244Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CnkryD 0 is matching search criteria 2022-11-24T03:59:30.244Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CnkryD 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T03:59:30.244Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:59:30.245Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CnkryD 0 is not matching search criteria 2022-11-24T03:59:30.245Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-24T03:59:30.245Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-24T03:59:30.245Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0495a6c5-7f89-4e5f-a8ac-5484cb0a8908 2022-11-24T03:59:30.245Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:59:30.245Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:59:30.245Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:59:30.246Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:59:30.246Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:59:30.246Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:59:30.246Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:59:30.246Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:59:30.246Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_CnkryD Description:service Model UUID:4d8935fd-13e6-4d11-9ee2-8be5651c7876 Model Version:NULL Model InvariantUuid:a4b5f701-e430-4ad1-986b-950c3acb88ca Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_CnkryD Model UUID:4013a154-777d-4119-a310-cece236b52e1 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4df9a260-f2d1-45ec-8cba-35b8993b6b94 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a6dce332-3aaf-4b3b-86ef-4eaf00dc495e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:73d4fd0d-8832-4684-8b0a-b40a07331f79 ModelName:BasicOnboardCnkryd..base_ubuntu18..module-0 ModelUuid:0dd6939b-057d-41e7-a7ec-8cd400833296 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0495a6c5-7f89-4e5f-a8ac-5484cb0a8908 ModelInvariantUuid:fc582301-06f0-4d6b-9f98-9e983ef60b61 ModelName:basic_onboard_CnkryD-nodes.ubuntu18Cvfc ModelUuid:9842fb01-60e3-4e79-b12a-fc5b4fed1a4a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:023b8de1-ae2a-4446-af36-a1924c2dba1b ModelInvariantUuid:ffdd2f98-33e0-486e-a2ad-4fe0bc1bd0f5 ModelName:BasicOnboardCnkryd.compute.nodes.heat.ubuntu18 ModelUuid:f5bc2973-25f9-4bb6-9c5e-04170f6d8b16 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-24T03:59:30.253Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 8a268e4a-0232-4a3e-9d1d-670dff1727c0 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-24T03:59:30.255Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||basic_onboard_CnkryD 0 2022-11-24T03:59:30.255Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8a268e4a-0232-4a3e-9d1d-670dff1727c0 2022-11-24T03:59:30.256Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9dfad4d5-da75-4d3b-9034-f3691a61cd0d from URL: /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json 2022-11-24T03:59:30.256Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-24T03:59:30.256Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json 2022-11-24T03:59:30.299Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-24T03:59:30.299Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json 9dfad4d5-da75-4d3b-9034-f3691a61cd0d 798 2022-11-24T03:59:30.300Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json ASDC sendASDCNotification 2022-11-24T03:59:30.300Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json 2022-11-24T03:59:30.301Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T03:59:30.301Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:59:30.304Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:59:30.304Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262370300, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-24T03:59:30.404Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T03:59:30.405Z||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-24T03:59:30.405Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:59:30.415Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:59:30.415Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:59:31.304Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCnkryd..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "73d4fd0d-8832-4684-8b0a-b40a07331f79", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0dd6939b-057d-41e7-a7ec-8cd400833296", "vfModuleModelCustomizationUUID": "13ba4e78-9dc2-445f-a583-5cd82c87dbbc", "isBase": true, "artifacts": [ "73531450-b29a-4215-9db2-ab07ba4c27bb", "d9206ae2-2b52-4d56-ba49-373baf61e65b" ], "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-24T03:59:31.309Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCnkryd..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0dd6939b-057d-41e7-a7ec-8cd400833296 VfModuleModelInvariantUUID:73d4fd0d-8832-4684-8b0a-b40a07331f79 VfModuleModelDescription:NULL Artifacts UUID List:{ 73531450-b29a-4215-9db2-ab07ba4c27bb , d9206ae2-2b52-4d56-ba49-373baf61e65b } 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-24T03:59:31.310Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCnkryd..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "73d4fd0d-8832-4684-8b0a-b40a07331f79", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0dd6939b-057d-41e7-a7ec-8cd400833296", "vfModuleModelCustomizationUUID": "13ba4e78-9dc2-445f-a583-5cd82c87dbbc", "isBase": true, "artifacts": [ "73531450-b29a-4215-9db2-ab07ba4c27bb", "d9206ae2-2b52-4d56-ba49-373baf61e65b" ], "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-24T03:59:31.311Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCnkryd..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0dd6939b-057d-41e7-a7ec-8cd400833296 VfModuleModelInvariantUUID:73d4fd0d-8832-4684-8b0a-b40a07331f79 VfModuleModelDescription:NULL Artifacts UUID List:{ 73531450-b29a-4215-9db2-ab07ba4c27bb , d9206ae2-2b52-4d56-ba49-373baf61e65b } 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-24T03:59:31.311Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 73531450-b29a-4215-9db2-ab07ba4c27bb from URL: /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml 2022-11-24T03:59:31.311Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-24T03:59:31.311Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml 2022-11-24T03:59:31.358Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-24T03:59:31.358Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml 73531450-b29a-4215-9db2-ab07ba4c27bb 5033 2022-11-24T03:59:31.358Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-24T03:59:31.358Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml 2022-11-24T03:59:31.358Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T03:59:31.359Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:59:31.360Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:59:31.360Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262371358, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-24T03:59:31.461Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T03:59:31.461Z||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-24T03:59:31.462Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:59:31.486Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:59:31.487Z||pool-28-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:59:32.362Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d9206ae2-2b52-4d56-ba49-373baf61e65b from URL: /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env 2022-11-24T03:59:32.362Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-24T03:59:32.362Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env 2022-11-24T03:59:32.415Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-24T03:59:32.416Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env d9206ae2-2b52-4d56-ba49-373baf61e65b 909 2022-11-24T03:59:32.416Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-24T03:59:32.416Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env 2022-11-24T03:59:32.417Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T03:59:32.417Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:59:32.419Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:59:32.419Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262372416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-24T03:59:32.520Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T03:59:32.521Z||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-24T03:59:32.521Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:59:32.531Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:59:32.532Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:59:33.423Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 4d8935fd-13e6-4d11-9ee2-8be5651c7876 2022-11-24T03:59:33.424Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CnkryD 0 8a268e4a-0232-4a3e-9d1d-670dff1727c0 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-24T03:59:33.439Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c3dcd32, org.onap.sdc.toscaparser.api.parameters.Input@22667f2d, org.onap.sdc.toscaparser.api.parameters.Input@3810bbf4, org.onap.sdc.toscaparser.api.parameters.Input@4cfe7518, org.onap.sdc.toscaparser.api.parameters.Input@1e7875e8] 2022-11-24T03:59:33.440Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:59:33.440Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:59:33.441Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-11-24T03:59:33.441Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= a6dce332-3aaf-4b3b-86ef-4eaf00dc495e 2022-11-24T03:59:33.441Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a6dce332-3aaf-4b3b-86ef-4eaf00dc495e matches Tosca VF Customization UUID: a6dce332-3aaf-4b3b-86ef-4eaf00dc495e 2022-11-24T03:59:33.441Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: a6dce332-3aaf-4b3b-86ef-4eaf00dc495e 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-24T03:59:33.443Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:59:33.444Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:59:33.444Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id a6dce332-3aaf-4b3b-86ef-4eaf00dc495e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-24T03:59:33.444Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@dedcef1 2022-11-24T03:59:33.445Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:59:33.445Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-24T03:59:33.445Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 13ba4e78-9dc2-445f-a583-5cd82c87dbbc 2022-11-24T03:59:33.445Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 13ba4e78-9dc2-445f-a583-5cd82c87dbbc 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-24T03:59:33.448Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:59:33.448Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CnkryD 0 is matching search criteria 2022-11-24T03:59:33.448Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CnkryD 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T03:59:33.448Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:59:33.448Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CnkryD 0 is matching search criteria 2022-11-24T03:59:33.449Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CnkryD 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T03:59:33.449Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:59:33.449Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CnkryD 0 is not matching search criteria 2022-11-24T03:59:33.449Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-24T03:59:33.450Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-24T03:59:33.450Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0495a6c5-7f89-4e5f-a8ac-5484cb0a8908 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-24T03:59:33.452Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:59:33.452Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CnkryD 0 is matching search criteria 2022-11-24T03:59:33.452Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CnkryD 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T03:59:33.452Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:59:33.453Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CnkryD 0 is matching search criteria 2022-11-24T03:59:33.453Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CnkryD 0] matching following query criteria: sdcType=VF, customizationUUID=a6dce332-3aaf-4b3b-86ef-4eaf00dc495e 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-24T03:59:33.455Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:59:33.455Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:59:33.455Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 4d8935fd-13e6-4d11-9ee2-8be5651c7876: basic_onboard_CnkryD 2022-11-24T03:59:33.455Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:59:33.456Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:59:33.456Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:59:33.456Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:59:33.456Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:59:33.456Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:59:33.457Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:59:33.457Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:59:33.457Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T03:59:33.457Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CnkryD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T03:59:33.457Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_CnkryD 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-24T03:59:33.540Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CnkryD 8a268e4a-0232-4a3e-9d1d-670dff1727c0 1 ASDC deployResourceStructure 2022-11-24T03:59:33.540Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json ASDC sendASDCNotification 2022-11-24T03:59:33.540Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json 2022-11-24T03:59:33.540Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-24T03:59:33.541Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:59:33.542Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:59:33.542Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262373540, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json", "status": "DEPLOY_OK" } 2022-11-24T03:59:33.643Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T03:59:33.643Z||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-24T03:59:33.644Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:59:33.655Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:59:33.655Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:59:34.544Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-24T03:59:34.544Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml 2022-11-24T03:59:34.544Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-24T03:59:34.544Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:59:34.547Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:59:34.547Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262374543, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-24T03:59:34.647Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T03:59:34.647Z||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-24T03:59:34.648Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:59:34.657Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:59:34.658Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:59:35.548Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-24T03:59:35.548Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env 2022-11-24T03:59:35.548Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-24T03:59:35.548Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:59:35.550Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:59:35.550Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262375548, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-24T03:59:35.650Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T03:59:35.651Z||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-24T03:59:35.651Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:59:35.661Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:59:35.661Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:59:36.551Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar ASDC sendASDCNotification 2022-11-24T03:59:36.551Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar 2022-11-24T03:59:36.551Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-24T03:59:36.552Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T03:59:36.569Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T03:59:36.569Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262376551, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T03:59:36.653Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms 2022-11-24T03:59:36.654Z||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-24T03:59:36.654Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T03:59:36.665Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T03:59:36.665Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-24T03:59:37.569Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T03:59:37.581Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f 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-24T03:59:37.584Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-24T03:59:37.584Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-24T03:59:37.584Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-24T03:59:37.584Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-24T03:59:37.585Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T03:59:37.585Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T03:59:37.585Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T03:59:37.585Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T03:59:37.585Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T03:59:37.585Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||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-24T03:59:37.590Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-24T04:00:07.590Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f 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-24T04:00:07.598Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f and serviceModelVersionId: 4d8935fd-13e6-4d11-9ee2-8be5651c7876 2022-11-24T04:00:07.598Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a4b5f701-e430-4ad1-986b-950c3acb88ca 2022-11-24T04:00:07.599Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a4b5f701-e430-4ad1-986b-950c3acb88ca/model-vers/model-ver/4d8935fd-13e6-4d11-9ee2-8be5651c7876?depth=0 2022-11-24T04:00:07.602Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-11-24T04:00:07.646Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4b5f701-e430-4ad1-986b-950c3acb88ca/model-vers/model-ver/4d8935fd-13e6-4d11-9ee2-8be5651c7876?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-24T04:00:07.649Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4b5f701-e430-4ad1-986b-950c3acb88ca/model-vers/model-ver/4d8935fd-13e6-4d11-9ee2-8be5651c7876?depth=0|INFO|500||Invoke 2022-11-24T04:00:07.676Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4b5f701-e430-4ad1-986b-950c3acb88ca/model-vers/model-ver/4d8935fd-13e6-4d11-9ee2-8be5651c7876?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-24T04:00:07.773Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4b5f701-e430-4ad1-986b-950c3acb88ca/model-vers/model-ver/4d8935fd-13e6-4d11-9ee2-8be5651c7876?depth=0|INFO|500||InvokeReturn 2022-11-24T04:00:07.774Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4b5f701-e430-4ad1-986b-950c3acb88ca/model-vers/model-ver/4d8935fd-13e6-4d11-9ee2-8be5651c7876?depth=0 has http status code:200 and response headers:{date=[Thu, 24 Nov 2022 04:00:08 GMT], content-length=[0], vertex-id=[217176], x-aai-txid=[2-aai-resources-221124-04:00:08:542-15338], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-24T04:00:07.774Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-11-24T04:00:07.774Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-24T04:00:07.775Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||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-24T04:00:07.779Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||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-24T04:00:07.779Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-24T04:00:07.779Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-24T04:00:07.780Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:00:07.781Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:00:07.781Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262407779, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-24T04:00:07.881Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:00:07.882Z||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-24T04:00:07.882Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:00:07.895Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:00:07.895Z||pool-34-thread-1|||||INFO|500||cambria reply ok (13 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-24T04:00:08.794Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:00:08.795Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|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-24T04:00:08.795Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:00:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:00:08.848Z||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-24T04:00:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:00:09.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:00:09.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T04:00:09.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262356222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:00:09.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T04:00:09.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T04:00:09.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262356222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json", "status": "NOTIFIED" } 2022-11-24T04:00:09.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T04:00:09.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T04:00:09.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262356222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-24T04:00:09.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T04:00:09.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T04:00:09.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262356222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:00:09.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T04:00:09.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T04:00:09.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262356222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-24T04:00:09.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T04:00:09.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T04:00:09.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262356222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:00:09.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T04:00:09.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T04:00:09.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262356222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:00:09.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-11-24T04:00:09.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T04:00:09.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262367852, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:00:09.478Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:00:09.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T04:00:09.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262370300, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-24T04:00:09.478Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:00:09.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T04:00:09.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262371358, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-24T04:00:09.478Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:00:09.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T04:00:09.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262372416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-24T04:00:09.478Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:00:09.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T04:00:09.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262373540, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/basic_onboard_cnkryd0_modules.json", "status": "DEPLOY_OK" } 2022-11-24T04:00:09.479Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:00:09.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T04:00:09.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262374543, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-24T04:00:09.479Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:00:09.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T04:00:09.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262375548, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/resourceInstances/basic_onboard_cnkryd0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-24T04:00:09.479Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:00:09.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T04:00:09.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262376551, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnkryd/1.0/artifacts/service-BasicOnboardCnkryd-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:00:09.480Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:00:09.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T04:00:09.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262407779, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-24T04:00:09.480Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:00:18.349Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:00:18.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:00:18.350Z||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-24T04:00:18.350Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:00:27.894Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:00:27.894Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:00:27.895Z||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-24T04:00:27.895Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:00:37.439Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:00:37.440Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:00:37.440Z||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-24T04:00:37.441Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:00:46.990Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:01:08.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:01:08.847Z||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-24T04:01:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:01:08.847Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:01:08.848Z||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-24T04:01:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:01:18.387Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:01:18.392Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:02:08.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:02:08.848Z||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-24T04:02:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:02:08.849Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:02:08.850Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|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-24T04:02:08.850Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:02:18.398Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:02:18.398Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:03:08.846Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:03:08.848Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:03:08.848Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|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-24T04:03:08.848Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:03:08.848Z||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-24T04:03:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:03:18.396Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:03:18.396Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:04:08.846Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:04:08.847Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|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-24T04:04:08.847Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:04:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:04:08.848Z||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-24T04:04:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:04:18.420Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:04:18.436Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:05:08.846Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:05:08.848Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:05:08.849Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|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-24T04:05:08.849Z||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-24T04:05:08.849Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:05:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:05:18.396Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:05:18.396Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:06:08.846Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:06:08.847Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|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-24T04:06:08.848Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:06:08.848Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:06:08.848Z||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-24T04:06:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:06:18.401Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:06:18.407Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:07:08.846Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:07:08.847Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|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-24T04:07:08.847Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:07:08.848Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:07:08.848Z||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-24T04:07:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:07:18.388Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:07:18.396Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:08:08.846Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:08:08.847Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|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-24T04:08:08.847Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:08:08.848Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:08:08.848Z||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-24T04:08:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:08:18.417Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:08:18.446Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:09:08.846Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:09:08.848Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|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-24T04:09:08.848Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:09:08.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:09:08.848Z||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-24T04:09:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:09:09.032Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:09:09.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:09:09.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "consumerID": "ves-openapi-manager", "timestamp": 1669262906630, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:09:09.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-24T04:09:09.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:09:09.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "consumerID": "cds", "timestamp": 1669262907374, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:09:09.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-24T04:09:09.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:09:09.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "consumerID": "multicloud-k8s-id", "timestamp": 1669262913820, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:09:09.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-24T04:09:09.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:09:09.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "consumerID": "ves-openapi-manager", "timestamp": 1669262906630, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-24T04:09:09.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-24T04:09:09.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:09:09.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "consumerID": "cds", "timestamp": 1669262907374, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:09:09.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-24T04:09:09.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:09:09.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "consumerID": "multicloud-k8s-id", "timestamp": 1669262913820, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:09:09.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-24T04:09:09.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:09:09.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "consumerID": "cds", "timestamp": 1669262916498, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:09:09.041Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:09:09.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:09:09.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "consumerID": "cds", "timestamp": 1669262917509, "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-24T04:09:09.064Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3c492e3b-8d0f-4bc2-9384-7be496885916 2022-11-24T04:09:09.064Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c492e3b-8d0f-4bc2-9384-7be496885916 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-24T04:09:09.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:09:09.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262919125, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:09:09.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-24T04:09:09.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:09:09.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262919125, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:09:09.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-24T04:09:09.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:09:09.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262921880, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:09:09.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:09:09.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:09:09.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262923572, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:09:09.075Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:09:09.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:09:09.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262924576, "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-24T04:09:09.081Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3c492e3b-8d0f-4bc2-9384-7be496885916 2022-11-24T04:09:09.082Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c492e3b-8d0f-4bc2-9384-7be496885916 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-24T04:09:09.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:09:09.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "consumerID": "aai-ml", "timestamp": 1669262927111, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:09:09.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-24T04:09:09.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:09:09.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "consumerID": "aai-ml", "timestamp": 1669262927111, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:09:09.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-24T04:09:09.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:09:09.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "consumerID": "aai-ml", "timestamp": 1669262929824, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:09:09.093Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:09:09.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:09:09.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "consumerID": "aai-ml", "timestamp": 1669262933961, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:09:09.094Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:09:09.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:09:09.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "consumerID": "aai-ml", "timestamp": 1669262934965, "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-24T04:09:09.099Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3c492e3b-8d0f-4bc2-9384-7be496885916 2022-11-24T04:09:09.099Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c492e3b-8d0f-4bc2-9384-7be496885916 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-24T04:09:09.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:09:09.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "cds", "timestamp": 1669262937374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:09:09.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-24T04:09:09.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:09:09.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "ves-openapi-manager", "timestamp": 1669262946630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:09:09.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-24T04:09:09.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:09:09.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "cds", "timestamp": 1669262937374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-24T04:09:09.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-24T04:09:09.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:09:09.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "ves-openapi-manager", "timestamp": 1669262946630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-24T04:09:09.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-24T04:09:09.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:09:09.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "cds", "timestamp": 1669262937374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-24T04:09:09.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-24T04:09:09.478Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:09:09.479Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-24T04:09:09.479Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3c492e3b-8d0f-4bc2-9384-7be496885916","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"be4e3230-d20a-4687-95e6-889f92764658","serviceDescription":"service","serviceInvariantUUID":"b410cfb2-eb54-4998-aedf-2ff54762094f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8f548dd8-71c0-4f99-aea9-ac5f1137fe1c","resourceInvariantUUID":"02016826-fab2-4172-a081-3db610b4f9e2","resourceCustomizationUUID":"bf64cefb-4e3e-4709-b068-20808986b030","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":"MzY5OGEzODFmYmZjMDFlOWQzYWZmZmE0NTU1MGRjMDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a91d8ebc-b3ee-46ce-9560-97ef03dde31e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MWFiZTc5MmJhZjc1N2FmOTNhODBhMzc4MzczMzc3NjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"994a947b-7612-4ac6-825f-332d98cf56a9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-24T04:09:09.484Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:09:09.485Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:09:09.489Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:09:09.489Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:09:09.589Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:09:09.590Z||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-24T04:09:09.590Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:09:09.602Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:09:09.602Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:09:10.489Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:09:10.490Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:09:10.492Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:09:10.492Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:09:10.592Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:09:10.593Z||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-24T04:09:10.593Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:09:10.617Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:09:10.617Z||pool-36-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:09:11.493Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "be4e3230-d20a-4687-95e6-889f92764658", "serviceDescription": "service", "serviceInvariantUUID": "b410cfb2-eb54-4998-aedf-2ff54762094f", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "bf64cefb-4e3e-4709-b068-20808986b030", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "8f548dd8-71c0-4f99-aea9-ac5f1137fe1c", "resourceInvariantUUID": "02016826-fab2-4172-a081-3db610b4f9e2", "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": "MWFiZTc5MmJhZjc1N2FmOTNhODBhMzc4MzczMzc3NjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "994a947b-7612-4ac6-825f-332d98cf56a9" } ], "workloadContext": "Production" } 2022-11-24T04:09:11.494Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-24T04:09:11.494Z|404e7b8c-7a3b-46a7-89eb-a3b3f0c6dc4f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 be4e3230-d20a-4687-95e6-889f92764658 ASDC 2022-11-24T04:09:11.494Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:3c492e3b-8d0f-4bc2-9384-7be496885916 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:be4e3230-d20a-4687-95e6-889f92764658 ServiceInvariantUUID:b410cfb2-eb54-4998-aedf-2ff54762094f 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:994a947b-7612-4ac6-825f-332d98cf56a9 ArtifactChecksum:MWFiZTc5MmJhZjc1N2FmOTNhODBhMzc4MzczMzc3NjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:bf64cefb-4e3e-4709-b068-20808986b030 ResourceInvariantUUID:02016826-fab2-4172-a081-3db610b4f9e2 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:8f548dd8-71c0-4f99-aea9-ac5f1137fe1c ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-11-24T04:09:11.494Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF be4e3230-d20a-4687-95e6-889f92764658 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-24T04:09:11.521Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-24T04:09:11.522Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-24T04:09:11.522Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-24T04:09:11.522Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 994a947b-7612-4ac6-825f-332d98cf56a9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-24T04:09:11.522Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-24T04:09:11.523Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-24T04:09:11.594Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-24T04:09:11.597Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 994a947b-7612-4ac6-825f-332d98cf56a9 57661 2022-11-24T04:09:11.597Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-24T04:09:11.597Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-24T04:09:11.598Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T04:09:11.598Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:09:11.600Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:09:11.600Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262951597, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:09:11.700Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:09:11.701Z||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-24T04:09:11.701Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:09:11.726Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:09:11.726Z||pool-37-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:09:12.601Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-24T04:09:12.602Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-24T04:09:12.602Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 994a947b-7612-4ac6-825f-332d98cf56a9, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-24T04:09:12.603Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-11-24T04:09:12.603Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-24T04:09:12.603Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-24T04:09:12.815Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP874229842662303798/Definitions/service-BasicNetwork-template.yml 2022-11-24T04:09:13.392Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-24T04:09:13.392Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-24T04:09:13.392Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-24T04:09:13.393Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-11-24T04:09:13.393Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-24T04:09:13.393Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-24T04:09:13.393Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-24T04:09:13.393Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-24T04:09:13.393Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-24T04:09:13.393Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-24T04:09:13.393Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-24T04:09:13.394Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-24T04:09:13.394Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-24T04:09:13.394Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:09:13.394Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:09:13.394Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-24T04:09:13.395Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-24T04:09:13.395Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-24T04:09:13.395Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:09:13.395Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:09:13.395Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-24T04:09:13.396Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-24T04:09:13.396Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-24T04:09:13.396Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:09:13.396Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:09:13.396Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:09:13.396Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:09:13.397Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:09:13.397Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:09:13.397Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:09:13.397Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:09:13.397Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:09:13.398Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:09:13.398Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:be4e3230-d20a-4687-95e6-889f92764658 Model Version:NULL Model InvariantUuid:b410cfb2-eb54-4998-aedf-2ff54762094f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:02016826-fab2-4172-a081-3db610b4f9e2 Model UUID:20c6ee64-97e3-4d05-bb4b-ba9136c1b22c Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:bf64cefb-4e3e-4709-b068-20808986b030 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-24T04:09:13.403Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 8f548dd8-71c0-4f99-aea9-ac5f1137fe1c 2022-11-24T04:09:13.404Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||No resources found for Service: be4e3230-d20a-4687-95e6-889f92764658 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-24T04:09:13.408Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500|| 2022-11-24T04:09:13.408Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-11-24T04:09:13.409Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||No resources found for Service: be4e3230-d20a-4687-95e6-889f92764658 2022-11-24T04:09:13.409Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: be4e3230-d20a-4687-95e6-889f92764658 2022-11-24T04:09:13.410Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-11-24T04:09:13.410Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-24T04:09:13.413Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49245dd2, org.onap.sdc.toscaparser.api.parameters.Input@3ec39a27, org.onap.sdc.toscaparser.api.parameters.Input@1234be90, org.onap.sdc.toscaparser.api.parameters.Input@12447b05, org.onap.sdc.toscaparser.api.parameters.Input@79e57e52] 2022-11-24T04:09:13.415Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:09:13.415Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:09:13.415Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:09:13.415Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:09:13.416Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid be4e3230-d20a-4687-95e6-889f92764658: Generic NeutronNet 2022-11-24T04:09:13.416Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:09:13.416Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:09:13.416Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:09:13.416Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-24T04:09:13.444Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:09:13.444Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:09:13.445Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:09:13.445Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:09:13.445Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:09:13.445Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:09:13.445Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-24T04:09:13.488Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-11-24T04:09:13.488Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-24T04:09:13.488Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-24T04:09:13.488Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-24T04:09:13.489Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:09:13.490Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:09:13.490Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262953488, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:09:13.590Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:09:13.591Z||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-24T04:09:13.591Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:09:13.601Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:09:13.602Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:09:14.491Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c492e3b-8d0f-4bc2-9384-7be496885916 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:09:14.504Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c492e3b-8d0f-4bc2-9384-7be496885916 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-24T04:09:14.508Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-24T04:09:14.508Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-24T04:09:14.508Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-24T04:09:14.508Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-24T04:09:14.508Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:09:14.509Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:09:14.509Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:09:14.509Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:09:14.509Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-24T04:09:14.514Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-24T04:09:44.514Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3c492e3b-8d0f-4bc2-9384-7be496885916 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-24T04:09:44.520Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3c492e3b-8d0f-4bc2-9384-7be496885916 and serviceModelVersionId: be4e3230-d20a-4687-95e6-889f92764658 2022-11-24T04:09:44.520Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b410cfb2-eb54-4998-aedf-2ff54762094f 2022-11-24T04:09:44.521Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b410cfb2-eb54-4998-aedf-2ff54762094f/model-vers/model-ver/be4e3230-d20a-4687-95e6-889f92764658?depth=0 2022-11-24T04:09:44.525Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-11-24T04:09:44.571Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b410cfb2-eb54-4998-aedf-2ff54762094f/model-vers/model-ver/be4e3230-d20a-4687-95e6-889f92764658?depth=0|INFO|500||Invoke 2022-11-24T04:09:44.571Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b410cfb2-eb54-4998-aedf-2ff54762094f/model-vers/model-ver/be4e3230-d20a-4687-95e6-889f92764658?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b410cfb2-eb54-4998-aedf-2ff54762094f/model-vers/model-ver/be4e3230-d20a-4687-95e6-889f92764658?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3c492e3b-8d0f-4bc2-9384-7be496885916], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7db2e755-8781-47e5-b887-efa744980818], X-ECOMP-RequestID=[3c492e3b-8d0f-4bc2-9384-7be496885916], X-TransactionId=[], X-ONAP-RequestID=[3c492e3b-8d0f-4bc2-9384-7be496885916], Content-Type=[application/merge-patch+json]} 2022-11-24T04:09:44.597Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b410cfb2-eb54-4998-aedf-2ff54762094f/model-vers/model-ver/be4e3230-d20a-4687-95e6-889f92764658?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-24T04:09:44.685Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b410cfb2-eb54-4998-aedf-2ff54762094f/model-vers/model-ver/be4e3230-d20a-4687-95e6-889f92764658?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/b410cfb2-eb54-4998-aedf-2ff54762094f/model-vers/model-ver/be4e3230-d20a-4687-95e6-889f92764658?depth=0 has http status code:200 and response headers:{date=[Thu, 24 Nov 2022 04:09:45 GMT], content-length=[0], vertex-id=[434304], x-aai-txid=[0-aai-resources-221124-04:09:45:478-37555], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-24T04:09:44.685Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b410cfb2-eb54-4998-aedf-2ff54762094f/model-vers/model-ver/be4e3230-d20a-4687-95e6-889f92764658?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-24T04:09:44.686Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b410cfb2-eb54-4998-aedf-2ff54762094f/model-vers/model-ver/be4e3230-d20a-4687-95e6-889f92764658?depth=0|INFO|500||InvokeReturn 2022-11-24T04:09:44.686Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-24T04:09:44.687Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-24T04:09:44.691Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||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-24T04:09:44.691Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3c492e3b-8d0f-4bc2-9384-7be496885916 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-24T04:09:44.691Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-24T04:09:44.691Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:09:44.693Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:09:44.693Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262984691, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-24T04:09:44.793Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:09:44.794Z||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-24T04:09:44.794Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:09:44.806Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:09:44.806Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-24T04:09:45.704Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-24T04:09:45.705Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c6b210fa-1071-478a-9848-f6ca8a7c4c1f","serviceName":"Demo_pNF_Cz3aRzRrFIsG03GeUvnT","serviceVersion":"1.0","serviceUUID":"6961b582-826e-4764-bb88-5567ab50b1a8","serviceDescription":"catalog service description","serviceInvariantUUID":"8b5c1070-9c27-4b25-978e-58c1b580a9dc","resources":[{"resourceInstanceName":"pNF 74a9c296-5333 0","resourceName":"pNF 74a9c296-5333","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"41991166-1c38-4cb5-80a8-adaadc22ada3","resourceInvariantUUID":"faab5bc5-b7bb-43f5-bfff-af172da23d28","resourceCustomizationUUID":"2c0d07f6-7285-47db-a4e2-fb3de2625ed8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/vf-license-model.xml","artifactChecksum":"NTNkYTk2MDU3OGYxY2Q2MjBmNTZlNDdjZjQ4YzU5ZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d6bc56ed-83c1-4723-828e-a2efe546c03f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/pNF.csar","artifactChecksum":"NmFhOWM5NGQ4ZTk4NDQ2MmRhODIzZmUzNWE0NzQ1NTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3381fcc0-9a4a-4a63-8631-ff3219cc36cc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8e58a87-f35e-45a4-931d-1bc08de9d4be","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/vendor-license-model.xml","artifactChecksum":"YjkxOTZhMGQ5MzhmMGI3OTRmYmM3YWE1NjFlNGZhNDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c8161d39-e844-4a26-a4c8-2e9ed858300e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2c7e354d-6df4-424a-bb1a-407b1dd4569b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5c3e2e1e-8964-4521-8e29-3c7ab2772165","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCz3arzrrfisg03geuvnt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-template.yml","artifactChecksum":"MjIxNzNiZmUyNzg0ZTViYWI4YWFhZWU1MWRjOWZkYmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1779d980-0d8d-4b7c-9629-f409d4dac9a9","artifactVersion":"1"},{"artifactName":"service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar","artifactChecksum":"ZmU5OGRkYjJjZDYxZDJlYTE4YzViMDUyMDFiNDI4NWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fd34faf9-1ad4-42b6-b2a4-14fe41317530","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-24T04:09:45.706Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:09:45.706Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:09:45.708Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:09:45.708Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:09:45.808Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:09:45.809Z||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-24T04:09:45.809Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:09:45.820Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:09:45.820Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:09:46.709Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:09:46.709Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:09:46.711Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:09:46.711Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-24T04:09:46.811Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T04:09:46.813Z||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-24T04:09:46.813Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:09:46.850Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:09:46.851Z||pool-41-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:09:47.712Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:09:47.713Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:09:47.715Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:09:47.715Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-24T04:09:47.815Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:09:47.816Z||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-24T04:09:47.816Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:09:47.826Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:09:47.826Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-24T04:09:48.715Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:09:48.716Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:09:48.718Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:09:48.718Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:09:48.818Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:09:48.819Z||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-24T04:09:48.819Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:09:48.828Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:09:48.829Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:09:49.719Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:09:49.720Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:09:49.721Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:09:49.722Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:09:49.822Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:09:49.822Z||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-24T04:09:49.822Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:09:49.833Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:09:49.833Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-24T04:09:50.722Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:09:50.723Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:09:50.725Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:09:50.725Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:09:50.825Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:09:50.826Z||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-24T04:09:50.826Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:09:50.838Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:09:50.838Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:09:51.725Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:09:51.726Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:09:51.728Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:09:51.728Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:09:51.828Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:09:51.829Z||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-24T04:09:51.829Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:09:51.839Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:09:51.839Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:09:52.728Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:09:52.729Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:09:52.731Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:09:52.731Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:09:52.831Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:09:52.832Z||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-24T04:09:52.832Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:09:52.843Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:09:52.844Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:09:53.732Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "serviceName": "Demo_pNF_Cz3aRzRrFIsG03GeUvnT", "serviceVersion": "1.0", "serviceUUID": "6961b582-826e-4764-bb88-5567ab50b1a8", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8b5c1070-9c27-4b25-978e-58c1b580a9dc", "resources": [ { "resourceInstanceName": "pNF 74a9c296-5333 0", "resourceCustomizationUUID": "2c0d07f6-7285-47db-a4e2-fb3de2625ed8", "resourceName": "pNF 74a9c296-5333", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "41991166-1c38-4cb5-80a8-adaadc22ada3", "resourceInvariantUUID": "faab5bc5-b7bb-43f5-bfff-af172da23d28", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar", "artifactChecksum": "ZmU5OGRkYjJjZDYxZDJlYTE4YzViMDUyMDFiNDI4NWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fd34faf9-1ad4-42b6-b2a4-14fe41317530" } ], "workloadContext": "Production" } 2022-11-24T04:09:53.733Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-24T04:09:53.734Z|3c492e3b-8d0f-4bc2-9384-7be496885916|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6961b582-826e-4764-bb88-5567ab50b1a8 ASDC 2022-11-24T04:09:53.735Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:c6b210fa-1071-478a-9848-f6ca8a7c4c1f ServiceName:Demo_pNF_Cz3aRzRrFIsG03GeUvnT ServiceVersion:1.0 ServiceUUID:6961b582-826e-4764-bb88-5567ab50b1a8 ServiceInvariantUUID:8b5c1070-9c27-4b25-978e-58c1b580a9dc ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar ArtifactUUID:fd34faf9-1ad4-42b6-b2a4-14fe41317530 ArtifactChecksum:ZmU5OGRkYjJjZDYxZDJlYTE4YzViMDUyMDFiNDI4NWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 74a9c296-5333 0 ResourceCustomizationUUID:2c0d07f6-7285-47db-a4e2-fb3de2625ed8 ResourceInvariantUUID:faab5bc5-b7bb-43f5-bfff-af172da23d28 ResourceName:pNF 74a9c296-5333 ResourceType:PNF ResourceUUID:41991166-1c38-4cb5-80a8-adaadc22ada3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-24T04:09:53.735Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6961b582-826e-4764-bb88-5567ab50b1a8 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-24T04:09:53.765Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-24T04:09:53.766Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-24T04:09:53.766Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-24T04:09:53.766Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fd34faf9-1ad4-42b6-b2a4-14fe41317530 from URL: /sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar 2022-11-24T04:09:53.766Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-24T04:09:53.766Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar 2022-11-24T04:09:53.823Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-24T04:09:53.827Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar fd34faf9-1ad4-42b6-b2a4-14fe41317530 87772 2022-11-24T04:09:53.827Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar ASDC sendASDCNotification 2022-11-24T04:09:53.827Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar 2022-11-24T04:09:53.827Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T04:09:53.828Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:09:53.829Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:09:53.830Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262993827, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:09:53.930Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:09:53.930Z||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-24T04:09:53.930Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:09:53.941Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:09:53.941Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:09:54.830Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-24T04:09:54.831Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-24T04:09:54.831Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: fd34faf9-1ad4-42b6-b2a4-14fe41317530, URL: /sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar to file: /app/ASDC/1/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar 2022-11-24T04:09:54.832Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar 2022-11-24T04:09:54.833Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar 2022-11-24T04:09:54.833Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar 2022-11-24T04:09:54.989Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9048754607753901305/Definitions/service-DemoPnfCz3arzrrfisg03geuvnt-template.yml 2022-11-24T04:09:55.722Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-24T04:09:55.722Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-24T04:09:55.722Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar 2022-11-24T04:09:55.723Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-24T04:09:55.723Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||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-DemoPnfCz3arzrrfisg03geuvnt-csar.csar 2022-11-24T04:09:55.723Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar 2022-11-24T04:09:55.723Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||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-DemoPnfCz3arzrrfisg03geuvnt-csar.csar 2022-11-24T04:09:55.723Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||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-DemoPnfCz3arzrrfisg03geuvnt-csar.csar 2022-11-24T04:09:55.723Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||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-DemoPnfCz3arzrrfisg03geuvnt-csar.csar 2022-11-24T04:09:55.724Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 74a9c296-5333 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-DemoPnfCz3arzrrfisg03geuvnt-csar.csar 2022-11-24T04:09:55.724Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||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-DemoPnfCz3arzrrfisg03geuvnt-csar.csar 2022-11-24T04:09:55.724Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-24T04:09:55.724Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:09:55.724Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Cz3aRzRrFIsG03GeUvnT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:09:55.725Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Node template pNF 74a9c296-5333 0 is matching search criteria 2022-11-24T04:09:55.725Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-24T04:09:55.725Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 74a9c296-5333 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-24T04:09:55.725Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:09:55.726Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Cz3aRzRrFIsG03GeUvnT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:09:55.726Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Node template pNF 74a9c296-5333 0 is matching search criteria 2022-11-24T04:09:55.726Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-24T04:09:55.726Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 74a9c296-5333 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-24T04:09:55.726Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:09:55.727Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Cz3aRzRrFIsG03GeUvnT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:09:55.727Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:09:55.727Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Cz3aRzRrFIsG03GeUvnT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:09:55.727Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:09:55.727Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Cz3aRzRrFIsG03GeUvnT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:09:55.728Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:09:55.728Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Cz3aRzRrFIsG03GeUvnT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:09:55.728Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:09:55.728Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Cz3aRzRrFIsG03GeUvnT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:09:55.728Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_Cz3aRzRrFIsG03GeUvnT Description:catalog service description Model UUID:6961b582-826e-4764-bb88-5567ab50b1a8 Model Version:NULL Model InvariantUuid:8b5c1070-9c27-4b25-978e-58c1b580a9dc 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-24T04:09:55.734Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 41991166-1c38-4cb5-80a8-adaadc22ada3 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-24T04:09:55.737Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||pNF 74a9c296-5333 0 2022-11-24T04:09:55.737Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 41991166-1c38-4cb5-80a8-adaadc22ada3 2022-11-24T04:09:55.737Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 6961b582-826e-4764-bb88-5567ab50b1a8 2022-11-24T04:09:55.737Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 6961b582-826e-4764-bb88-5567ab50b1a8 2022-11-24T04:09:55.737Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 74a9c296-5333 0 41991166-1c38-4cb5-80a8-adaadc22ada3 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-24T04:09:55.741Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3cbb95be, org.onap.sdc.toscaparser.api.parameters.Input@48e0f174, org.onap.sdc.toscaparser.api.parameters.Input@6776b291, org.onap.sdc.toscaparser.api.parameters.Input@cfd4651, org.onap.sdc.toscaparser.api.parameters.Input@6c8b2415] 2022-11-24T04:09:55.741Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:09:55.741Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Cz3aRzRrFIsG03GeUvnT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:09:55.742Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 6961b582-826e-4764-bb88-5567ab50b1a8: pNF 74a9c296-5333 2022-11-24T04:09:55.742Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||Processing PNF resource: 41991166-1c38-4cb5-80a8-adaadc22ada3 2022-11-24T04:09:55.742Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:09:55.742Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Cz3aRzRrFIsG03GeUvnT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:09:55.743Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||Resource customization UUID: 2c0d07f6-7285-47db-a4e2-fb3de2625ed8 is the same as notified resource customizationUUID: 2c0d07f6-7285-47db-a4e2-fb3de2625ed8 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-24T04:09:55.782Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 74a9c296-5333 41991166-1c38-4cb5-80a8-adaadc22ada3 0 ASDC deployResourceStructure 2022-11-24T04:09:55.782Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar ASDC sendASDCNotification 2022-11-24T04:09:55.782Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar 2022-11-24T04:09:55.783Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-24T04:09:55.783Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:09:55.785Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:09:55.785Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262995782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:09:55.885Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:09:55.886Z||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-24T04:09:55.886Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:09:55.896Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:09:55.896Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:09:56.786Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6b210fa-1071-478a-9848-f6ca8a7c4c1f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:09:56.799Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6b210fa-1071-478a-9848-f6ca8a7c4c1f 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-24T04:09:56.800Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-24T04:09:56.801Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-24T04:09:56.801Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-24T04:10:08.848Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:10:08.849Z||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-24T04:10:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:10:08.867Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:10:08.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:10:08.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262949125, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:10:08.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:10:26.801Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6b210fa-1071-478a-9848-f6ca8a7c4c1f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:10:26.811Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6b210fa-1071-478a-9848-f6ca8a7c4c1f 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-24T04:10:26.816Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-24T04:10:26.816Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-24T04:10:26.816Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-24T04:10:56.816Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6b210fa-1071-478a-9848-f6ca8a7c4c1f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:10:56.826Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6b210fa-1071-478a-9848-f6ca8a7c4c1f 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-24T04:10:56.828Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-24T04:10:56.828Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-24T04:10:56.828Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-24T04:11:08.848Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:11:08.849Z||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-24T04:11:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:11:08.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:11:08.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:11:08.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "ves-openapi-manager", "timestamp": 1669262946630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-24T04:11:08.878Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:11:26.828Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6b210fa-1071-478a-9848-f6ca8a7c4c1f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:11:26.842Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6b210fa-1071-478a-9848-f6ca8a7c4c1f 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-24T04:11:26.844Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-24T04:11:26.844Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-24T04:11:26.844Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-24T04:11:56.845Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6b210fa-1071-478a-9848-f6ca8a7c4c1f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:11:56.855Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6b210fa-1071-478a-9848-f6ca8a7c4c1f 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-24T04:11:56.857Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-24T04:11:56.857Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-24T04:11:56.857Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-24T04:12:08.848Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:12:08.848Z||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-24T04:12:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:12:08.874Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:12:08.888Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.889Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.889Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "cds", "timestamp": 1669262937374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262949125, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "ves-openapi-manager", "timestamp": 1669262946630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.890Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:12:08.891Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "cds", "timestamp": 1669262937374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.891Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262949125, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.891Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.891Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "ves-openapi-manager", "timestamp": 1669262946630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.891Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "cds", "timestamp": 1669262937374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262951597, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:12:08.892Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:08.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.892Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262949125, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.892Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "ves-openapi-manager", "timestamp": 1669262946630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-24T04:12:08.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "cds", "timestamp": 1669262937374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262949125, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.893Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "ves-openapi-manager", "timestamp": 1669262946630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.894Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262953488, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:12:08.894Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:08.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "cds", "timestamp": 1669262937374, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:12:08.894Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262949125, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "ves-openapi-manager", "timestamp": 1669262946630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "multicloud-k8s-id", "timestamp": 1669262953820, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "cds", "timestamp": 1669262955254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:12:08.895Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:08.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262949125, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "ves-openapi-manager", "timestamp": 1669262955390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-24T04:12:08.896Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:08.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "multicloud-k8s-id", "timestamp": 1669262953820, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "cds", "timestamp": 1669262956262, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-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-24T04:12:08.903Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c6b210fa-1071-478a-9848-f6ca8a7c4c1f 2022-11-24T04:12:08.903Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6b210fa-1071-478a-9848-f6ca8a7c4c1f 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-24T04:12:08.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262949125, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:12:08.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "multicloud-k8s-id", "timestamp": 1669262953820, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "ves-openapi-manager", "timestamp": 1669262956566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-24T04:12:08.914Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:08.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262957889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:12:08.915Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:08.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "cds", "timestamp": 1669262957266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.915Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "aai-ml", "timestamp": 1669262957111, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.915Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "multicloud-k8s-id", "timestamp": 1669262953820, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "ves-openapi-manager", "timestamp": 1669262957570, "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-24T04:12:08.920Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c6b210fa-1071-478a-9848-f6ca8a7c4c1f 2022-11-24T04:12:08.920Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6b210fa-1071-478a-9848-f6ca8a7c4c1f 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-24T04:12:08.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "cds", "timestamp": 1669262957266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.928Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "aai-ml", "timestamp": 1669262957111, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.928Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "multicloud-k8s-id", "timestamp": 1669262953820, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.928Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.929Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "ves-openapi-manager", "timestamp": 1669262946630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.929Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.929Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262959835, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:12:08.929Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:08.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.929Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "cds", "timestamp": 1669262957266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.929Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "aai-ml", "timestamp": 1669262957111, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.930Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "multicloud-k8s-id", "timestamp": 1669262953820, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.930Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "ves-openapi-manager", "timestamp": 1669262946630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.930Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.931Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262960841, "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-24T04:12:08.935Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c6b210fa-1071-478a-9848-f6ca8a7c4c1f 2022-11-24T04:12:08.935Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6b210fa-1071-478a-9848-f6ca8a7c4c1f 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-24T04:12:08.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "cds", "timestamp": 1669262957266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "aai-ml", "timestamp": 1669262957111, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "multicloud-k8s-id", "timestamp": 1669262953820, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "ves-openapi-manager", "timestamp": 1669262946630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262949125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "cds", "timestamp": 1669262957266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "aai-ml", "timestamp": 1669262957111, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "multicloud-k8s-id", "timestamp": 1669262953820, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:12:08.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "ves-openapi-manager", "timestamp": 1669262946630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262949125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "cds", "timestamp": 1669262957266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "aai-ml", "timestamp": 1669262957111, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "multicloud-k8s-id", "timestamp": 1669262953820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "ves-openapi-manager", "timestamp": 1669262946630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262949125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "cds", "timestamp": 1669262957266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "aai-ml", "timestamp": 1669262957111, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "multicloud-k8s-id", "timestamp": 1669262953820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-24T04:12:08.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "ves-openapi-manager", "timestamp": 1669262946630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262949125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "cds", "timestamp": 1669262957266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "aai-ml", "timestamp": 1669262957111, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:12:08.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "multicloud-k8s-id", "timestamp": 1669262953820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-24T04:12:08.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "ves-openapi-manager", "timestamp": 1669262946630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262949125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "cds", "timestamp": 1669262957266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:12:08.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "aai-ml", "timestamp": 1669262965839, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:12:08.954Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:08.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "multicloud-k8s-id", "timestamp": 1669262953820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-24T04:12:08.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "ves-openapi-manager", "timestamp": 1669262946630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262949125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "cds", "timestamp": 1669262966927, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:12:08.956Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:08.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "multicloud-k8s-id", "timestamp": 1669262953820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-24T04:12:08.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "ves-openapi-manager", "timestamp": 1669262946630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262949125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "cds", "timestamp": 1669262967933, "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-24T04:12:08.967Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d4af3580-c678-454d-a943-e4ce66ee630a 2022-11-24T04:12:08.968Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4af3580-c678-454d-a943-e4ce66ee630a 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-24T04:12:08.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "multicloud-k8s-id", "timestamp": 1669262953820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262949125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "multicloud-k8s-id", "timestamp": 1669262953820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-24T04:12:08.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262949125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:12:08.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "multicloud-k8s-id", "timestamp": 1669262953820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262970956, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:12:08.978Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:08.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "multicloud-k8s-id", "timestamp": 1669262953820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:12:08.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "aai-ml", "timestamp": 1669262971035, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:12:08.979Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:08.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "multicloud-k8s-id", "timestamp": 1669262971596, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-24T04:12:08.979Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:08.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "aai-ml", "timestamp": 1669262972038, "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-24T04:12:08.984Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c6b210fa-1071-478a-9848-f6ca8a7c4c1f 2022-11-24T04:12:08.984Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6b210fa-1071-478a-9848-f6ca8a7c4c1f 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-24T04:12:08.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262973327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:12:08.992Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:08.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "aai-ml", "timestamp": 1669262957111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:08.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:08.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "multicloud-k8s-id", "timestamp": 1669262972662, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-24T04:12:08.993Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:08.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:08.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669262974331, "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-24T04:12:08.997Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d4af3580-c678-454d-a943-e4ce66ee630a 2022-11-24T04:12:08.997Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4af3580-c678-454d-a943-e4ce66ee630a 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-24T04:12:09.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "aai-ml", "timestamp": 1669262957111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "multicloud-k8s-id", "timestamp": 1669262973727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-24T04:12:09.004Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:09.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "aai-ml", "timestamp": 1669262957111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "multicloud-k8s-id", "timestamp": 1669262974774, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-24T04:12:09.006Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:09.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "aai-ml", "timestamp": 1669262957111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "multicloud-k8s-id", "timestamp": 1669262975856, "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-24T04:12:09.011Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d4af3580-c678-454d-a943-e4ce66ee630a 2022-11-24T04:12:09.011Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4af3580-c678-454d-a943-e4ce66ee630a 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-24T04:12:09.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "aai-ml", "timestamp": 1669262957111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "multicloud-k8s-id", "timestamp": 1669262976859, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-24T04:12:09.019Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:09.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "aai-ml", "timestamp": 1669262957111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.019Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "aai-ml", "timestamp": 1669262957111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "aai-ml", "timestamp": 1669262957111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "aai-ml", "timestamp": 1669262957111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:12:09.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "aai-ml", "timestamp": 1669262982124, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:12:09.021Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:09.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c492e3b-8d0f-4bc2-9384-7be496885916", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262984691, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-24T04:12:09.021Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:09.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "aai-ml", "timestamp": 1669262989224, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:12:09.023Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:09.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "aai-ml", "timestamp": 1669262990228, "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-24T04:12:09.027Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d4af3580-c678-454d-a943-e4ce66ee630a 2022-11-24T04:12:09.027Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4af3580-c678-454d-a943-e4ce66ee630a 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-24T04:12:09.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "cds", "timestamp": 1669262982374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "ves-openapi-manager", "timestamp": 1669262986630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/resourceInstances/pnf74a9c29653330/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "ves-openapi-manager", "timestamp": 1669262986630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "cds", "timestamp": 1669262982374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "aai-ml", "timestamp": 1669262991231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "ves-openapi-manager", "timestamp": 1669262986630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "cds", "timestamp": 1669262982374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "aai-ml", "timestamp": 1669262991231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:12:09.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "cds", "timestamp": 1669262982374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "ves-openapi-manager", "timestamp": 1669262986630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "aai-ml", "timestamp": 1669262991231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262993827, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:12:09.040Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:09.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "cds", "timestamp": 1669262982374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "ves-openapi-manager", "timestamp": 1669262986630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "aai-ml", "timestamp": 1669262991231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "multicloud-k8s-id", "timestamp": 1669262993820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "ves-openapi-manager", "timestamp": 1669262986630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "cds", "timestamp": 1669262982374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "aai-ml", "timestamp": 1669262991231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "multicloud-k8s-id", "timestamp": 1669262993820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-24T04:12:09.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262995782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCz3arzrrfisg03geuvnt/1.0/artifacts/service-DemoPnfCz3arzrrfisg03geuvnt-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:12:09.044Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:09.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "ves-openapi-manager", "timestamp": 1669262986630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "cds", "timestamp": 1669262982374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:12:09.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "aai-ml", "timestamp": 1669262991231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "multicloud-k8s-id", "timestamp": 1669262993820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-24T04:12:09.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "cds", "timestamp": 1669262997703, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:12:09.046Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:09.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "aai-ml", "timestamp": 1669262991231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:12:09.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "multicloud-k8s-id", "timestamp": 1669262993820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "cds", "timestamp": 1669262998710, "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-24T04:12:09.058Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0 2022-11-24T04:12:09.058Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0 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-24T04:12:09.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "multicloud-k8s-id", "timestamp": 1669262993820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-24T04:12:09.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "aai-ml", "timestamp": 1669262998949, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:12:09.066Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:09.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "multicloud-k8s-id", "timestamp": 1669262993820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:09.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "multicloud-k8s-id", "timestamp": 1669262993820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:12:09.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:12:09.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "multicloud-k8s-id", "timestamp": 1669263001530, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-24T04:12:09.067Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:09.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "multicloud-k8s-id", "timestamp": 1669263002584, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-24T04:12:09.067Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:09.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "multicloud-k8s-id", "timestamp": 1669263003637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-24T04:12:09.067Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:09.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "multicloud-k8s-id", "timestamp": 1669263004667, "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-24T04:12:09.072Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0 2022-11-24T04:12:09.072Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0 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-24T04:12:09.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "multicloud-k8s-id", "timestamp": 1669263005670, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-24T04:12:09.079Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:09.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "aai-ml", "timestamp": 1669263006120, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:12:09.079Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:12:09.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:12:09.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "aai-ml", "timestamp": 1669263007123, "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-24T04:12:09.083Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0 2022-11-24T04:12:09.083Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0 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-24T04:12:26.857Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6b210fa-1071-478a-9848-f6ca8a7c4c1f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:12:26.871Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6b210fa-1071-478a-9848-f6ca8a7c4c1f 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-24T04:12:26.874Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-24T04:12:26.874Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-24T04:12:26.874Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-24T04:12:26.875Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-24T04:12:26.875Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:12:26.875Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:12:26.875Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:12:26.876Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:12:26.876Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:12:26.876Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||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-24T04:12:26.881Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-24T04:12:56.881Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c6b210fa-1071-478a-9848-f6ca8a7c4c1f 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-24T04:12:56.893Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c6b210fa-1071-478a-9848-f6ca8a7c4c1f and serviceModelVersionId: 6961b582-826e-4764-bb88-5567ab50b1a8 2022-11-24T04:12:56.893Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8b5c1070-9c27-4b25-978e-58c1b580a9dc 2022-11-24T04:12:56.894Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8b5c1070-9c27-4b25-978e-58c1b580a9dc/model-vers/model-ver/6961b582-826e-4764-bb88-5567ab50b1a8?depth=0 2022-11-24T04:12:56.899Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-11-24T04:12:56.942Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b5c1070-9c27-4b25-978e-58c1b580a9dc/model-vers/model-ver/6961b582-826e-4764-bb88-5567ab50b1a8?depth=0|INFO|500||Invoke 2022-11-24T04:12:56.943Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b5c1070-9c27-4b25-978e-58c1b580a9dc/model-vers/model-ver/6961b582-826e-4764-bb88-5567ab50b1a8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b5c1070-9c27-4b25-978e-58c1b580a9dc/model-vers/model-ver/6961b582-826e-4764-bb88-5567ab50b1a8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c6b210fa-1071-478a-9848-f6ca8a7c4c1f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[63496b42-b4dc-40a3-a4d6-974886701ce0], X-ECOMP-RequestID=[c6b210fa-1071-478a-9848-f6ca8a7c4c1f], X-TransactionId=[], X-ONAP-RequestID=[c6b210fa-1071-478a-9848-f6ca8a7c4c1f], Content-Type=[application/merge-patch+json]} 2022-11-24T04:12:56.964Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b5c1070-9c27-4b25-978e-58c1b580a9dc/model-vers/model-ver/6961b582-826e-4764-bb88-5567ab50b1a8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-24T04:12:57.072Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b5c1070-9c27-4b25-978e-58c1b580a9dc/model-vers/model-ver/6961b582-826e-4764-bb88-5567ab50b1a8?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/8b5c1070-9c27-4b25-978e-58c1b580a9dc/model-vers/model-ver/6961b582-826e-4764-bb88-5567ab50b1a8?depth=0 has http status code:200 and response headers:{date=[Thu, 24 Nov 2022 04:12:57 GMT], content-length=[0], vertex-id=[209080], x-aai-txid=[1-aai-resources-221124-04:12:57:850-15330], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-24T04:12:57.073Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b5c1070-9c27-4b25-978e-58c1b580a9dc/model-vers/model-ver/6961b582-826e-4764-bb88-5567ab50b1a8?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-24T04:12:57.073Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b5c1070-9c27-4b25-978e-58c1b580a9dc/model-vers/model-ver/6961b582-826e-4764-bb88-5567ab50b1a8?depth=0|INFO|500||InvokeReturn 2022-11-24T04:12:57.074Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-24T04:12:57.074Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||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-24T04:12:57.079Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||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-24T04:12:57.080Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c6b210fa-1071-478a-9848-f6ca8a7c4c1f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-24T04:12:57.080Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-24T04:12:57.080Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:12:57.082Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:12:57.083Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263177080, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-24T04:12:57.183Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:12:57.184Z||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-24T04:12:57.184Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:12:57.202Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:12:57.203Z||pool-50-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-24T04:12:58.094Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-24T04:12:58.095Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"d4af3580-c678-454d-a943-e4ce66ee630a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"17614d4c-80e9-4152-81aa-dcea723f886a","serviceDescription":"service","serviceInvariantUUID":"074c7d16-38a5-4f53-a0e3-b9172ccdf2d9","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dbf9cf70-80ef-4487-ae36-c3e39b483889","resourceInvariantUUID":"c61e171f-818f-4441-94b7-72caf0edbbac","resourceCustomizationUUID":"09b6ecd7-8c09-4e2c-82b7-3c6f22624f7a","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":"OGRlOGE0MWIwNTZiM2ZkZDA1OTBlMmRmMzY5YWY0MmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d8f2f248-783d-435e-811d-3a203bce5260","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":"20a4eb68-8cc1-469c-999f-0c9bcd352ce9","artifactVersion":"2","generatedFromUUID":"6b2d7ccc-0411-4621-8223-8c96822c1574"},{"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":"6b2d7ccc-0411-4621-8223-8c96822c1574","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":"YjdkYzJlYTA0MWY0NDBjMDk3NjkyMDI1NGVhNzJkMjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c7960a8e-6b8f-418c-ae53-0dd09a8b3494","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":"10a49a26-9d7d-4c51-97e6-3b068a0f28ab","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":"2f708e02-2bcd-4f1d-acae-907d0545f04e","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":"dce0e7a8-6625-4437-b604-af9193b87b6b","artifactVersion":"2","generatedFromUUID":"10a49a26-9d7d-4c51-97e6-3b068a0f28ab"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ODljNjQzZmVhNzYxMTMyYzBkZmJlMmM4OGE4MmNiMWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"127279f2-e4a9-4745-ac2d-a7b4a3802b04","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NzVkMDZjNjY0NTIwYzliMGFhNDhlMmE2YmE0YzQzNjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"48df96f6-7b3a-4fff-84f8-dc31e041d0e8","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-24T04:12:58.095Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:12:58.096Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:12:58.097Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:12:58.097Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:12:58.201Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-11-24T04:12:58.202Z||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-24T04:12:58.202Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:12:58.232Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:12:58.233Z||pool-51-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:12:59.098Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:12:59.100Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:12:59.102Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:12:59.102Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-24T04:12:59.202Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:12:59.203Z||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-24T04:12:59.203Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:12:59.213Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:12:59.213Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:13:00.105Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:13:00.106Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:13:00.108Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:13:00.108Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-24T04:13:00.208Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:13:00.209Z||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-24T04:13:00.209Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:13:00.219Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:13:00.219Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:13:01.109Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:13:01.110Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:13:01.112Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:13:01.112Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-24T04:13:01.212Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:13:01.213Z||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-24T04:13:01.213Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:13:01.223Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:13:01.223Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:13:02.112Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:13:02.113Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:13:02.115Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:13:02.115Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-24T04:13:02.215Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:13:02.215Z||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-24T04:13:02.216Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:13:02.253Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:13:02.254Z||pool-55-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} 2022-11-24T04:13:03.115Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:13:03.116Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:13:03.118Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:13:03.119Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:13:03.219Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:13:03.219Z||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-24T04:13:03.220Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:13:03.229Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:13:03.230Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-24T04:13:04.119Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:13:04.120Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:13:04.122Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:13:04.122Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-24T04:13:04.222Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T04:13:04.223Z||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-24T04:13:04.223Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:13:04.239Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:13:04.240Z||pool-57-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:13:05.123Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:13:05.123Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:13:05.125Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:13:05.125Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:13:05.226Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T04:13:05.227Z||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-24T04:13:05.227Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:13:05.239Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:13:05.239Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:13:06.126Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:13:06.127Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:13:06.129Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:13:06.129Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:13:06.229Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:13:06.230Z||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-24T04:13:06.230Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:13:06.240Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:13:06.240Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:13:07.131Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "17614d4c-80e9-4152-81aa-dcea723f886a", "serviceDescription": "service", "serviceInvariantUUID": "074c7d16-38a5-4f53-a0e3-b9172ccdf2d9", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "09b6ecd7-8c09-4e2c-82b7-3c6f22624f7a", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dbf9cf70-80ef-4487-ae36-c3e39b483889", "resourceInvariantUUID": "c61e171f-818f-4441-94b7-72caf0edbbac", "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": "20a4eb68-8cc1-469c-999f-0c9bcd352ce9", "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": "6b2d7ccc-0411-4621-8223-8c96822c1574", "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": "YjdkYzJlYTA0MWY0NDBjMDk3NjkyMDI1NGVhNzJkMjE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c7960a8e-6b8f-418c-ae53-0dd09a8b3494", "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": "10a49a26-9d7d-4c51-97e6-3b068a0f28ab", "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": "dce0e7a8-6625-4437-b604-af9193b87b6b", "generatedFromUUID": "10a49a26-9d7d-4c51-97e6-3b068a0f28ab" }, "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": "dce0e7a8-6625-4437-b604-af9193b87b6b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NzVkMDZjNjY0NTIwYzliMGFhNDhlMmE2YmE0YzQzNjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "48df96f6-7b3a-4fff-84f8-dc31e041d0e8" } ], "workloadContext": "Production" } 2022-11-24T04:13:07.132Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-24T04:13:07.132Z|c6b210fa-1071-478a-9848-f6ca8a7c4c1f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 17614d4c-80e9-4152-81aa-dcea723f886a ASDC 2022-11-24T04:13:07.132Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:d4af3580-c678-454d-a943-e4ce66ee630a ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:17614d4c-80e9-4152-81aa-dcea723f886a ServiceInvariantUUID:074c7d16-38a5-4f53-a0e3-b9172ccdf2d9 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:48df96f6-7b3a-4fff-84f8-dc31e041d0e8 ArtifactChecksum:NzVkMDZjNjY0NTIwYzliMGFhNDhlMmE2YmE0YzQzNjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:09b6ecd7-8c09-4e2c-82b7-3c6f22624f7a ResourceInvariantUUID:c61e171f-818f-4441-94b7-72caf0edbbac ResourceName:basic_cnf ResourceType:VF ResourceUUID:dbf9cf70-80ef-4487-ae36-c3e39b483889 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:20a4eb68-8cc1-469c-999f-0c9bcd352ce9 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:6b2d7ccc-0411-4621-8223-8c96822c1574 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:c7960a8e-6b8f-418c-ae53-0dd09a8b3494 ArtifactChecksum:YjdkYzJlYTA0MWY0NDBjMDk3NjkyMDI1NGVhNzJkMjE= 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:10a49a26-9d7d-4c51-97e6-3b068a0f28ab 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:dce0e7a8-6625-4437-b604-af9193b87b6b 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:dce0e7a8-6625-4437-b604-af9193b87b6b ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-24T04:13:07.133Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 17614d4c-80e9-4152-81aa-dcea723f886a 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-24T04:13:07.163Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-24T04:13:07.164Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-24T04:13:07.164Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-24T04:13:07.165Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 48df96f6-7b3a-4fff-84f8-dc31e041d0e8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-24T04:13:07.165Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-24T04:13:07.165Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-24T04:13:07.367Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-24T04:13:07.372Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 48df96f6-7b3a-4fff-84f8-dc31e041d0e8 73673 2022-11-24T04:13:07.373Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:07.373Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:07.373Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T04:13:07.373Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:13:07.375Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:13:07.375Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263187372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:13:07.475Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:13:07.476Z||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-24T04:13:07.476Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:13:07.489Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:13:07.490Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:13:08.376Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-24T04:13:08.378Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-24T04:13:08.378Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 48df96f6-7b3a-4fff-84f8-dc31e041d0e8, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-24T04:13:08.378Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-11-24T04:13:08.379Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-24T04:13:08.379Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-24T04:13:08.543Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2140682569334440456/Definitions/service-BasicCnf-template.yml 2022-11-24T04:13:08.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:13:08.857Z||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-24T04:13:08.857Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:13:08.930Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:13:08.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:13:08.931Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263009125, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:13:08.932Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:13:08.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:13:08.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263009125, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-24T04:13:08.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:13:08.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:13:08.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263009125, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:13:08.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:13:08.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:13:08.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263009125, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:13:08.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:13:08.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:13:08.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263009125, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-24T04:13:08.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:13:08.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:13:08.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263009125, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:13:08.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:13:08.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:13:08.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263009125, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:13:08.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:13:08.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:13:08.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263016868, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:13:08.968Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:13:08.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:13:08.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263019253, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:13:08.969Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:13:08.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:13:08.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263020258, "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-24T04:13:08.976Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0 2022-11-24T04:13:08.977Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0 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 (?, ?, ?, ?, ?) Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2022-11-24T04:13:09.609Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-24T04:13:09.610Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-24T04:13:09.610Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-24T04:13:09.610Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-24T04:13:09.610Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:09.610Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:09.610Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:09.610Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:09.610Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-24T04:13:09.611Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:13:09.611Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:13:09.611Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-24T04:13:09.611Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-24T04:13:09.611Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-24T04:13:09.611Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:13:09.612Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:13:09.612Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-24T04:13:09.612Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-24T04:13:09.612Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-24T04:13:09.612Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:13:09.612Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:13:09.613Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:13:09.613Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-24T04:13:09.613Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-11-24T04:13:09.613Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria 2022-11-24T04:13:09.613Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-24T04:13:09.613Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:13:09.613Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-24T04:13:09.614Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:13:09.614Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-24T04:13:09.614Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T04:13:09.614Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:13:09.614Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-24T04:13:09.615Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T04:13:09.615Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:13:09.615Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-24T04:13:09.615Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T04:13:09.615Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:13:09.615Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-24T04:13:09.615Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-24T04:13:09.616Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ce1871e4-6efa-42d6-97ae-d87f360d3b3d 2022-11-24T04:13:09.616Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:13:09.616Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:13:09.616Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:13:09.616Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:13:09.616Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:13:09.616Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:13:09.617Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:13:09.617Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:13:09.617Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:17614d4c-80e9-4152-81aa-dcea723f886a Model Version:NULL Model InvariantUuid:074c7d16-38a5-4f53-a0e3-b9172ccdf2d9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:0be2c0b9-69e8-4fa2-9c06-18077b351813 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c61e171f-818f-4441-94b7-72caf0edbbac Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:09b6ecd7-8c09-4e2c-82b7-3c6f22624f7a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dee2d13f-64d5-4438-b9c5-9bbe680c37f5 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:ad155fa2-f109-49db-96bd-dba77624abc2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ce1871e4-6efa-42d6-97ae-d87f360d3b3d ModelInvariantUuid:feea3b3c-0e4a-422c-9264-5f6152a194e4 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:1ce009f6-6520-4d61-80b6-bee1b13ef0d7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:705465fe-2e45-4b75-bda3-7bd7ea4baeb2 ModelInvariantUuid:fe51a685-fe06-4f26-b4c8-bdece5afb2c4 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:6b34aac4-7c12-423c-85b2-a78444424c4c 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-24T04:13:09.624Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: dbf9cf70-80ef-4487-ae36-c3e39b483889 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-24T04:13:09.627Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||basic_cnf 0 2022-11-24T04:13:09.627Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dbf9cf70-80ef-4487-ae36-c3e39b483889 2022-11-24T04:13:09.627Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 20a4eb68-8cc1-469c-999f-0c9bcd352ce9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-24T04:13:09.627Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-24T04:13:09.628Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:09.681Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-24T04:13:09.682Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 20a4eb68-8cc1-469c-999f-0c9bcd352ce9 12 2022-11-24T04:13:09.682Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:09.682Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:09.682Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T04:13:09.682Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:13:09.684Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:13:09.684Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263189682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-24T04:13:09.784Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:13:09.786Z||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-24T04:13:09.786Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:13:09.797Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:13:09.798Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:13:10.685Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6b2d7ccc-0411-4621-8223-8c96822c1574 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-24T04:13:10.685Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-24T04:13:10.685Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:10.728Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-24T04:13:10.729Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 6b2d7ccc-0411-4621-8223-8c96822c1574 2688 2022-11-24T04:13:10.729Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:10.729Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:10.729Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T04:13:10.729Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:13:10.731Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:13:10.731Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263190729, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-24T04:13:10.832Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:13:10.832Z||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-24T04:13:10.833Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:13:10.844Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:13:10.844Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:13:11.732Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c7960a8e-6b8f-418c-ae53-0dd09a8b3494 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-24T04:13:11.732Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-24T04:13:11.733Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:11.777Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-24T04:13:11.778Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json c7960a8e-6b8f-418c-ae53-0dd09a8b3494 828 2022-11-24T04:13:11.778Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:11.778Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:11.778Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T04:13:11.779Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:13:11.781Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:13:11.781Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263191778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-24T04:13:11.881Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:13:11.882Z||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-24T04:13:11.882Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:13:11.894Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:13:11.895Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:13:12.783Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "dee2d13f-64d5-4438-b9c5-9bbe680c37f5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ad155fa2-f109-49db-96bd-dba77624abc2", "vfModuleModelCustomizationUUID": "f3b4cf6a-c5e9-47cc-9ecf-06a24c0b2037", "isBase": true, "artifacts": [ "10a49a26-9d7d-4c51-97e6-3b068a0f28ab", "6b2d7ccc-0411-4621-8223-8c96822c1574", "dce0e7a8-6625-4437-b604-af9193b87b6b" ], "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-24T04:13:12.787Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ad155fa2-f109-49db-96bd-dba77624abc2 VfModuleModelInvariantUUID:dee2d13f-64d5-4438-b9c5-9bbe680c37f5 VfModuleModelDescription:NULL Artifacts UUID List:{ 10a49a26-9d7d-4c51-97e6-3b068a0f28ab , 6b2d7ccc-0411-4621-8223-8c96822c1574 , dce0e7a8-6625-4437-b604-af9193b87b6b } 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-24T04:13:12.790Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "dee2d13f-64d5-4438-b9c5-9bbe680c37f5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ad155fa2-f109-49db-96bd-dba77624abc2", "vfModuleModelCustomizationUUID": "f3b4cf6a-c5e9-47cc-9ecf-06a24c0b2037", "isBase": true, "artifacts": [ "10a49a26-9d7d-4c51-97e6-3b068a0f28ab", "6b2d7ccc-0411-4621-8223-8c96822c1574", "dce0e7a8-6625-4437-b604-af9193b87b6b" ], "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-24T04:13:12.791Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ad155fa2-f109-49db-96bd-dba77624abc2 VfModuleModelInvariantUUID:dee2d13f-64d5-4438-b9c5-9bbe680c37f5 VfModuleModelDescription:NULL Artifacts UUID List:{ 10a49a26-9d7d-4c51-97e6-3b068a0f28ab , 6b2d7ccc-0411-4621-8223-8c96822c1574 , dce0e7a8-6625-4437-b604-af9193b87b6b } 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-24T04:13:12.792Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 10a49a26-9d7d-4c51-97e6-3b068a0f28ab from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-24T04:13:12.792Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-24T04:13:12.792Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:12.837Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-24T04:13:12.837Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 10a49a26-9d7d-4c51-97e6-3b068a0f28ab 1164 2022-11-24T04:13:12.838Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:12.838Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:12.838Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T04:13:12.838Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:13:12.840Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:13:12.840Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263192837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-24T04:13:12.940Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:13:12.941Z||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-24T04:13:12.942Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:13:12.953Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:13:12.954Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:13:13.840Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dce0e7a8-6625-4437-b604-af9193b87b6b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-24T04:13:13.841Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-24T04:13:13.841Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:13.886Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-24T04:13:13.886Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env dce0e7a8-6625-4437-b604-af9193b87b6b 200 2022-11-24T04:13:13.887Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:13.887Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:13.887Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T04:13:13.887Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:13:13.888Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:13:13.889Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263193886, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-24T04:13:13.989Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:13:13.989Z||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-24T04:13:13.990Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:13:14.000Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:13:14.000Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:13:14.889Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 17614d4c-80e9-4152-81aa-dcea723f886a 2022-11-24T04:13:14.890Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 dbf9cf70-80ef-4487-ae36-c3e39b483889 ASDC 2022-11-24T04:13:14.898Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select 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-24T04:13:14.907Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@51a3fda2, org.onap.sdc.toscaparser.api.parameters.Input@60529a66, org.onap.sdc.toscaparser.api.parameters.Input@7ca49116, org.onap.sdc.toscaparser.api.parameters.Input@35fe7d18, org.onap.sdc.toscaparser.api.parameters.Input@7b7ec8e8] 2022-11-24T04:13:14.908Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:13:14.908Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:13:14.908Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-11-24T04:13:14.909Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 09b6ecd7-8c09-4e2c-82b7-3c6f22624f7a 2022-11-24T04:13:14.909Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 09b6ecd7-8c09-4e2c-82b7-3c6f22624f7a matches Tosca VF Customization UUID: 09b6ecd7-8c09-4e2c-82b7-3c6f22624f7a 2022-11-24T04:13:14.909Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 09b6ecd7-8c09-4e2c-82b7-3c6f22624f7a 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-24T04:13:14.911Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:13:14.911Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:13:14.912Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 09b6ecd7-8c09-4e2c-82b7-3c6f22624f7a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-24T04:13:14.912Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@112f51c7 2022-11-24T04:13:14.912Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:13:14.912Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-24T04:13:14.912Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f3b4cf6a-c5e9-47cc-9ecf-06a24c0b2037 2022-11-24T04:13:14.912Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f3b4cf6a-c5e9-47cc-9ecf-06a24c0b2037 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-24T04:13:14.914Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:13:14.915Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-24T04:13:14.915Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T04:13:14.915Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:13:14.915Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-24T04:13:14.915Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T04:13:14.916Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:13:14.916Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-24T04:13:14.916Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-24T04:13:14.916Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ce1871e4-6efa-42d6-97ae-d87f360d3b3d 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-24T04:13:14.918Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:13:14.918Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-24T04:13:14.918Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T04:13:14.919Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:13:14.919Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-24T04:13:14.919Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=09b6ecd7-8c09-4e2c-82b7-3c6f22624f7a 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-24T04:13:14.920Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:13:14.921Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:13:14.921Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 17614d4c-80e9-4152-81aa-dcea723f886a: basic_cnf 2022-11-24T04:13:14.921Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:13:14.921Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:13:14.921Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:13:14.921Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:13:14.921Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:13:14.922Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:13:14.922Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:13:14.922Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:13:14.922Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:13:14.922Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:13:14.922Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:14.994Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf dbf9cf70-80ef-4487-ae36-c3e39b483889 1 ASDC deployResourceStructure 2022-11-24T04:13:14.995Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:14.995Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:14.995Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-24T04:13:14.996Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:13:14.997Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:13:14.997Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263194995, "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-24T04:13:15.098Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:13:15.099Z||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-24T04:13:15.099Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:13:15.111Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:13:15.112Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-24T04:13:15.998Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:15.999Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:15.999Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-24T04:13:15.999Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:13:16.000Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:13:16.001Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263195998, "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-24T04:13:16.100Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T04:13:16.101Z||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-24T04:13:16.101Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:13:16.113Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:13:16.114Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:13:17.002Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:17.002Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:17.002Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-24T04:13:17.002Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:13:17.005Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:13:17.005Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263197002, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-24T04:13:17.104Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T04:13:17.105Z||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-24T04:13:17.105Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:13:17.116Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:13:17.116Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:13:18.005Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:18.005Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:18.006Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-24T04:13:18.006Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:13:18.007Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:13:18.008Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263198005, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-24T04:13:18.108Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:13:18.108Z||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-24T04:13:18.108Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:13:18.123Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:13:18.124Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:13:19.008Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:19.009Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:19.009Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-24T04:13:19.009Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:13:19.017Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:13:19.017Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263199008, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-24T04:13:19.113Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-11-24T04:13:19.114Z||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-24T04:13:19.114Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:13:19.127Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:13:19.127Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:13:20.017Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:20.018Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:20.018Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-24T04:13:20.022Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:13:20.024Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:13:20.024Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263200017, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:13:20.124Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:13:20.125Z||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-24T04:13:20.125Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:13:20.137Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:13:20.137Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:13:21.027Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4af3580-c678-454d-a943-e4ce66ee630a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:13:21.038Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4af3580-c678-454d-a943-e4ce66ee630a 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-24T04:13:21.041Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-24T04:13:21.041Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-24T04:13:21.041Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-24T04:13:21.041Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-24T04:13:21.041Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:13:21.041Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:13:21.042Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:13:21.042Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:13:21.042Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:13:21.042Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:21.046Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-24T04:13:51.047Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4af3580-c678-454d-a943-e4ce66ee630a 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-24T04:13:51.051Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4af3580-c678-454d-a943-e4ce66ee630a and serviceModelVersionId: 17614d4c-80e9-4152-81aa-dcea723f886a 2022-11-24T04:13:51.051Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 074c7d16-38a5-4f53-a0e3-b9172ccdf2d9 2022-11-24T04:13:51.052Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/074c7d16-38a5-4f53-a0e3-b9172ccdf2d9/model-vers/model-ver/17614d4c-80e9-4152-81aa-dcea723f886a?depth=0 2022-11-24T04:13:51.056Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-11-24T04:13:51.114Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/074c7d16-38a5-4f53-a0e3-b9172ccdf2d9/model-vers/model-ver/17614d4c-80e9-4152-81aa-dcea723f886a?depth=0|INFO|500||Invoke 2022-11-24T04:13:51.115Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/074c7d16-38a5-4f53-a0e3-b9172ccdf2d9/model-vers/model-ver/17614d4c-80e9-4152-81aa-dcea723f886a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/074c7d16-38a5-4f53-a0e3-b9172ccdf2d9/model-vers/model-ver/17614d4c-80e9-4152-81aa-dcea723f886a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d4af3580-c678-454d-a943-e4ce66ee630a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f62b6dcd-9363-42f4-a793-4a51139658f4], X-ECOMP-RequestID=[d4af3580-c678-454d-a943-e4ce66ee630a], X-TransactionId=[], X-ONAP-RequestID=[d4af3580-c678-454d-a943-e4ce66ee630a], Content-Type=[application/merge-patch+json]} 2022-11-24T04:13:51.140Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/074c7d16-38a5-4f53-a0e3-b9172ccdf2d9/model-vers/model-ver/17614d4c-80e9-4152-81aa-dcea723f886a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-24T04:13:51.230Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/074c7d16-38a5-4f53-a0e3-b9172ccdf2d9/model-vers/model-ver/17614d4c-80e9-4152-81aa-dcea723f886a?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/074c7d16-38a5-4f53-a0e3-b9172ccdf2d9/model-vers/model-ver/17614d4c-80e9-4152-81aa-dcea723f886a?depth=0 has http status code:200 and response headers:{date=[Thu, 24 Nov 2022 04:13:52 GMT], content-length=[0], vertex-id=[217152], x-aai-txid=[0-aai-resources-221124-04:13:52:026-86336], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-24T04:13:51.230Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/074c7d16-38a5-4f53-a0e3-b9172ccdf2d9/model-vers/model-ver/17614d4c-80e9-4152-81aa-dcea723f886a?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-24T04:13:51.231Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/074c7d16-38a5-4f53-a0e3-b9172ccdf2d9/model-vers/model-ver/17614d4c-80e9-4152-81aa-dcea723f886a?depth=0|INFO|500||InvokeReturn 2022-11-24T04:13:51.231Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-24T04:13:51.231Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:51.236Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||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-24T04:13:51.237Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4af3580-c678-454d-a943-e4ce66ee630a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-24T04:13:51.237Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-24T04:13:51.237Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:13:51.239Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:13:51.239Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263231237, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-24T04:13:51.339Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:13:51.340Z||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-24T04:13:51.340Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:13:51.355Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:13:51.356Z||pool-72-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-24T04:13:52.252Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:13:52.253Z|d4af3580-c678-454d-a943-e4ce66ee630a|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-24T04:13:52.253Z|d4af3580-c678-454d-a943-e4ce66ee630a|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:13:56.708Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:13:56.709Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-24T04:13:56.709Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f2cf936b-ad43-48d6-b103-ab674ea5e0b0","serviceDescription":"service","serviceInvariantUUID":"92bea094-0f57-41ae-83de-6a5cc7703090","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d9c5d9f1-74b5-4b75-90ab-8f549fde96d2","resourceInvariantUUID":"da2f7ccf-c41b-4c33-8ded-53c10a143b2b","resourceCustomizationUUID":"f5e429b8-7077-4265-9ef7-f6e656ec6246","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":"OThkZTZmMTZmOTU4NjhkZmE4YjU1YjAxZmI2ZmViNjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"09515793-1626-45c8-a48c-12595ce3fba7","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":"MTkxOTA0OGU2NjlmYTBhNmJiZjFkYWQzYjU0ZmJmNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6af081f0-0dd1-4353-aac2-6aed21b115e5","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":"3383463a-cd93-445d-a118-25f324286da7","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":"15ca5433-4351-419e-9a32-da8e196aff54","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":"b8d50ac0-ecc0-43ad-9bfb-a71f7057e353","artifactVersion":"2","generatedFromUUID":"3383463a-cd93-445d-a118-25f324286da7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDVkMjcyZWM3MjAwYjQzM2Y4MmJiZDJkOGM4Yzk2NjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"76605219-97cc-4e38-9dc7-d0c60f239f10","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"N2YwY2IzNmY4YjNiYTM2MjUzNmY4YWMxMTk4OTk4NmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6baae2c-1dbd-4c96-933f-d3f9ea965062","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-24T04:13:56.711Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:13:56.712Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:13:56.713Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:13:56.713Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263232252, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:13:56.813Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:13:56.815Z||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-24T04:13:56.815Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:13:56.825Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:13:56.826Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:13:57.714Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:13:57.714Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:13:57.716Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:13:57.716Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263232252, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-24T04:13:57.816Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:13:57.817Z||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-24T04:13:57.817Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:13:57.827Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:13:57.828Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:13:58.716Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:13:58.717Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:13:58.719Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:13:58.719Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263232252, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-24T04:13:58.820Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-24T04:13:58.821Z||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-24T04:13:58.821Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:13:58.832Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:13:58.832Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-24T04:13:59.719Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:13:59.720Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:13:59.722Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:13:59.722Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263232252, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:13:59.822Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T04:13:59.823Z||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-24T04:13:59.823Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:13:59.838Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:13:59.839Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:14:00.723Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:14:00.724Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:14:00.726Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:14:00.726Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263232252, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-24T04:14:00.826Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:14:00.826Z||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-24T04:14:00.827Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:14:00.837Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:14:00.838Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-24T04:14:01.726Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:14:01.727Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:14:01.729Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:14:01.729Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263232252, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:14:01.829Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:14:01.832Z||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-24T04:14:01.832Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:14:01.846Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:14:01.847Z||pool-78-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:14:02.730Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:14:02.730Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:14:02.732Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:14:02.732Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263232252, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:14:02.832Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:14:02.833Z||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-24T04:14:02.833Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:14:02.842Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:14:02.843Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:14:03.733Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "f2cf936b-ad43-48d6-b103-ab674ea5e0b0", "serviceDescription": "service", "serviceInvariantUUID": "92bea094-0f57-41ae-83de-6a5cc7703090", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "f5e429b8-7077-4265-9ef7-f6e656ec6246", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d9c5d9f1-74b5-4b75-90ab-8f549fde96d2", "resourceInvariantUUID": "da2f7ccf-c41b-4c33-8ded-53c10a143b2b", "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": "MTkxOTA0OGU2NjlmYTBhNmJiZjFkYWQzYjU0ZmJmNWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6af081f0-0dd1-4353-aac2-6aed21b115e5", "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": "3383463a-cd93-445d-a118-25f324286da7", "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": "b8d50ac0-ecc0-43ad-9bfb-a71f7057e353", "generatedFromUUID": "3383463a-cd93-445d-a118-25f324286da7" }, "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": "b8d50ac0-ecc0-43ad-9bfb-a71f7057e353", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "N2YwY2IzNmY4YjNiYTM2MjUzNmY4YWMxMTk4OTk4NmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6baae2c-1dbd-4c96-933f-d3f9ea965062" } ], "workloadContext": "Production" } 2022-11-24T04:14:03.734Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-24T04:14:03.735Z|d4af3580-c678-454d-a943-e4ce66ee630a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f2cf936b-ad43-48d6-b103-ab674ea5e0b0 ASDC 2022-11-24T04:14:03.735Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:f2cf936b-ad43-48d6-b103-ab674ea5e0b0 ServiceInvariantUUID:92bea094-0f57-41ae-83de-6a5cc7703090 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:b6baae2c-1dbd-4c96-933f-d3f9ea965062 ArtifactChecksum:N2YwY2IzNmY4YjNiYTM2MjUzNmY4YWMxMTk4OTk4NmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:f5e429b8-7077-4265-9ef7-f6e656ec6246 ResourceInvariantUUID:da2f7ccf-c41b-4c33-8ded-53c10a143b2b ResourceName:basic_vm ResourceType:VF ResourceUUID:d9c5d9f1-74b5-4b75-90ab-8f549fde96d2 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:6af081f0-0dd1-4353-aac2-6aed21b115e5 ArtifactChecksum:MTkxOTA0OGU2NjlmYTBhNmJiZjFkYWQzYjU0ZmJmNWM= 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:3383463a-cd93-445d-a118-25f324286da7 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:b8d50ac0-ecc0-43ad-9bfb-a71f7057e353 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:b8d50ac0-ecc0-43ad-9bfb-a71f7057e353 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-24T04:14:03.736Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f2cf936b-ad43-48d6-b103-ab674ea5e0b0 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-24T04:14:03.768Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-24T04:14:03.769Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-24T04:14:03.769Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-24T04:14:03.769Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b6baae2c-1dbd-4c96-933f-d3f9ea965062 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-24T04:14:03.769Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-24T04:14:03.770Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-24T04:14:03.891Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-24T04:14:03.894Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b6baae2c-1dbd-4c96-933f-d3f9ea965062 74806 2022-11-24T04:14:03.894Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:03.894Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:03.895Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T04:14:03.895Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:14:03.897Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:14:03.897Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263243894, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:14:03.997Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:14:03.998Z||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-24T04:14:03.998Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:14:04.011Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:14:04.011Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:14:04.897Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-24T04:14:04.899Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-11-24T04:14:04.899Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b6baae2c-1dbd-4c96-933f-d3f9ea965062, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-24T04:14:04.899Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-11-24T04:14:04.900Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-24T04:14:04.900Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-11-24T04:14:05.059Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13896664275901319932/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-24T04:14:06.174Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-24T04:14:06.174Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-24T04:14:06.174Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-24T04:14:06.174Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-24T04:14:06.174Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:06.174Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:06.175Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:06.175Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:06.175Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:06.175Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:06.175Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:06.175Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-11-24T04:14:06.175Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:14:06.176Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:14:06.176Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-24T04:14:06.176Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-24T04:14:06.176Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-24T04:14:06.177Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:14:06.177Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:14:06.177Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-24T04:14:06.177Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-11-24T04:14:06.177Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-24T04:14:06.178Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:14:06.178Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:14:06.178Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:14:06.178Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-24T04:14:06.179Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-24T04:14:06.179Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-24T04:14:06.179Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-24T04:14:06.179Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-24T04:14:06.179Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-24T04:14:06.180Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:14:06.180Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-24T04:14:06.180Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:14:06.180Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-24T04:14:06.180Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T04:14:06.181Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:14:06.181Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-24T04:14:06.181Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T04:14:06.181Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:14:06.181Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-24T04:14:06.182Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T04:14:06.182Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:14:06.182Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-24T04:14:06.182Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-24T04:14:06.182Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-24T04:14:06.182Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fec18814-c88c-49ab-8e9a-2354691cb14e 2022-11-24T04:14:06.182Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:14:06.183Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:14:06.183Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:14:06.183Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:14:06.183Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:14:06.183Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:14:06.183Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:14:06.183Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:14:06.184Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:f2cf936b-ad43-48d6-b103-ab674ea5e0b0 Model Version:NULL Model InvariantUuid:92bea094-0f57-41ae-83de-6a5cc7703090 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:34fd856f-ead9-4b0a-b8d4-7c6a2f334abb Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:da2f7ccf-c41b-4c33-8ded-53c10a143b2b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f5e429b8-7077-4265-9ef7-f6e656ec6246 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:57e9bde7-8604-4f14-8b7e-31588a35942e ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:d3a26c63-f678-4806-9c36-ae3c9804e2a8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fec18814-c88c-49ab-8e9a-2354691cb14e ModelInvariantUuid:660b43c9-aa82-4af5-ae0b-da409dc9bd3f ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:248050f8-2446-4a9d-b6f6-14d55076d411 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:26c9a708-0720-41c9-a98e-e51292dc5972 ModelInvariantUuid:ab3ceb21-a410-4574-b34d-c6d7fef71ecc ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:bd042c0a-6d6d-4e4d-8d2e-c1d368d2b254 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-24T04:14:06.191Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: d9c5d9f1-74b5-4b75-90ab-8f549fde96d2 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-24T04:14:06.200Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||basic_vm 0 2022-11-24T04:14:06.200Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d9c5d9f1-74b5-4b75-90ab-8f549fde96d2 2022-11-24T04:14:06.200Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6af081f0-0dd1-4353-aac2-6aed21b115e5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-24T04:14:06.200Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-24T04:14:06.200Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:06.254Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-24T04:14:06.255Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 6af081f0-0dd1-4353-aac2-6aed21b115e5 787 2022-11-24T04:14:06.255Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:06.255Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:06.255Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T04:14:06.255Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:14:06.257Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:14:06.257Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263246255, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-24T04:14:06.357Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:14:06.358Z||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-24T04:14:06.358Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:14:06.380Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:14:06.380Z||pool-81-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-11-24T04:14:07.257Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "57e9bde7-8604-4f14-8b7e-31588a35942e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d3a26c63-f678-4806-9c36-ae3c9804e2a8", "vfModuleModelCustomizationUUID": "5d160fb2-dbae-482e-86f2-35a5cfb960cf", "isBase": true, "artifacts": [ "3383463a-cd93-445d-a118-25f324286da7", "b8d50ac0-ecc0-43ad-9bfb-a71f7057e353" ], "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-24T04:14:07.260Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d3a26c63-f678-4806-9c36-ae3c9804e2a8 VfModuleModelInvariantUUID:57e9bde7-8604-4f14-8b7e-31588a35942e VfModuleModelDescription:NULL Artifacts UUID List:{ 3383463a-cd93-445d-a118-25f324286da7 , b8d50ac0-ecc0-43ad-9bfb-a71f7057e353 } 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-24T04:14:07.262Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "57e9bde7-8604-4f14-8b7e-31588a35942e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d3a26c63-f678-4806-9c36-ae3c9804e2a8", "vfModuleModelCustomizationUUID": "5d160fb2-dbae-482e-86f2-35a5cfb960cf", "isBase": true, "artifacts": [ "3383463a-cd93-445d-a118-25f324286da7", "b8d50ac0-ecc0-43ad-9bfb-a71f7057e353" ], "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-24T04:14:07.262Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d3a26c63-f678-4806-9c36-ae3c9804e2a8 VfModuleModelInvariantUUID:57e9bde7-8604-4f14-8b7e-31588a35942e VfModuleModelDescription:NULL Artifacts UUID List:{ 3383463a-cd93-445d-a118-25f324286da7 , b8d50ac0-ecc0-43ad-9bfb-a71f7057e353 } 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-24T04:14:07.262Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3383463a-cd93-445d-a118-25f324286da7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-24T04:14:07.262Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-24T04:14:07.262Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:07.315Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-24T04:14:07.316Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 3383463a-cd93-445d-a118-25f324286da7 5033 2022-11-24T04:14:07.316Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:07.316Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:07.316Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T04:14:07.316Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:14:07.318Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:14:07.318Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263247316, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-24T04:14:07.418Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:14:07.419Z||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-24T04:14:07.419Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:14:07.431Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:14:07.431Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-24T04:14:08.318Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b8d50ac0-ecc0-43ad-9bfb-a71f7057e353 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-24T04:14:08.319Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-11-24T04:14:08.319Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:08.366Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-11-24T04:14:08.366Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b8d50ac0-ecc0-43ad-9bfb-a71f7057e353 903 2022-11-24T04:14:08.367Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:08.367Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:08.367Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T04:14:08.368Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:14:08.370Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:14:08.370Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263248367, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-24T04:14:08.470Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:14:08.485Z||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-24T04:14:08.485Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:14:08.502Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:14:08.503Z||pool-83-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-11-24T04:14:08.848Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:14:08.848Z||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-24T04:14:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:14:08.872Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:14:08.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:14:08.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6b210fa-1071-478a-9848-f6ca8a7c4c1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263177080, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-24T04:14:08.873Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:14:08.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:14:08.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:14:08.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:14:08.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:14:08.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-24T04:14:08.874Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:14:08.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:14:08.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-24T04:14:08.874Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:14:08.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:14:08.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-24T04:14:08.874Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:14:08.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:14:08.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-24T04:14:08.874Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:14:08.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:14:08.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:14:08.875Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:14:08.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:14:08.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-24T04:14:08.875Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:14:08.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:14:08.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:14:08.875Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:14:08.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:14:08.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669262948846, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:14:08.875Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:14:08.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:14:08.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263187372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:14:08.875Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:14:09.371Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f2cf936b-ad43-48d6-b103-ab674ea5e0b0 2022-11-24T04:14:09.372Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d9c5d9f1-74b5-4b75-90ab-8f549fde96d2 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-24T04:14:09.383Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38698757, org.onap.sdc.toscaparser.api.parameters.Input@557a7349, org.onap.sdc.toscaparser.api.parameters.Input@5c547c29, org.onap.sdc.toscaparser.api.parameters.Input@5868ac96, org.onap.sdc.toscaparser.api.parameters.Input@2c4fcbf3] 2022-11-24T04:14:09.384Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:14:09.384Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:14:09.384Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-11-24T04:14:09.384Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= f5e429b8-7077-4265-9ef7-f6e656ec6246 2022-11-24T04:14:09.394Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f5e429b8-7077-4265-9ef7-f6e656ec6246 matches Tosca VF Customization UUID: f5e429b8-7077-4265-9ef7-f6e656ec6246 2022-11-24T04:14:09.394Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: f5e429b8-7077-4265-9ef7-f6e656ec6246 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-24T04:14:09.397Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:14:09.397Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:14:09.398Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id f5e429b8-7077-4265-9ef7-f6e656ec6246: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-24T04:14:09.398Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@48729b76 2022-11-24T04:14:09.398Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:14:09.398Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-24T04:14:09.399Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5d160fb2-dbae-482e-86f2-35a5cfb960cf 2022-11-24T04:14:09.399Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5d160fb2-dbae-482e-86f2-35a5cfb960cf 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-24T04:14:09.401Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:14:09.401Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-24T04:14:09.402Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T04:14:09.402Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:14:09.403Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-24T04:14:09.403Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T04:14:09.403Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:14:09.403Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-24T04:14:09.403Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-24T04:14:09.404Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-24T04:14:09.404Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fec18814-c88c-49ab-8e9a-2354691cb14e 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-24T04:14:09.405Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:14:09.406Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-24T04:14:09.406Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T04:14:09.406Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:14:09.406Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-24T04:14:09.406Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=f5e429b8-7077-4265-9ef7-f6e656ec6246 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-24T04:14:09.408Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:14:09.408Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:14:09.408Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f2cf936b-ad43-48d6-b103-ab674ea5e0b0: basic_vm 2022-11-24T04:14:09.409Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:14:09.409Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:14:09.409Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:14:09.409Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:14:09.409Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:14:09.409Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:14:09.410Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:14:09.410Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:14:09.410Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:14:09.410Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:14:09.410Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:09.524Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d9c5d9f1-74b5-4b75-90ab-8f549fde96d2 1 ASDC deployResourceStructure 2022-11-24T04:14:09.524Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:09.525Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:09.525Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-24T04:14:09.525Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:14:09.527Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:14:09.527Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263249524, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-24T04:14:09.627Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T04:14:09.628Z||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-24T04:14:09.628Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:14:09.641Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:14:09.642Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:14:10.529Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:10.529Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:10.529Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-24T04:14:10.529Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:14:10.531Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:14:10.531Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263250528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-24T04:14:10.631Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:14:10.632Z||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-24T04:14:10.632Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:14:10.648Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:14:10.649Z||pool-85-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:14:11.532Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:11.533Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:11.533Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-24T04:14:11.533Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:14:11.536Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:14:11.536Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263251532, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-24T04:14:11.636Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:14:11.637Z||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-24T04:14:11.637Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:14:11.648Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:14:11.648Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:14:12.537Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:12.538Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:12.538Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-24T04:14:12.538Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:14:12.540Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:14:12.540Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263252537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:14:12.640Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:14:12.641Z||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-24T04:14:12.641Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:14:12.654Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:14:12.654Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:14:13.541Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:14:13.555Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0 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-24T04:14:13.558Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-24T04:14:13.558Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-24T04:14:13.558Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-24T04:14:13.558Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-24T04:14:13.558Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:14:13.558Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:14:13.559Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:14:13.559Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:14:13.559Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:14:13.559Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:13.563Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-24T04:14:43.564Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0 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-24T04:14:43.575Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0 and serviceModelVersionId: f2cf936b-ad43-48d6-b103-ab674ea5e0b0 2022-11-24T04:14:43.575Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 92bea094-0f57-41ae-83de-6a5cc7703090 2022-11-24T04:14:43.578Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/92bea094-0f57-41ae-83de-6a5cc7703090/model-vers/model-ver/f2cf936b-ad43-48d6-b103-ab674ea5e0b0?depth=0 2022-11-24T04:14:43.590Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-11-24T04:14:43.650Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92bea094-0f57-41ae-83de-6a5cc7703090/model-vers/model-ver/f2cf936b-ad43-48d6-b103-ab674ea5e0b0?depth=0|INFO|500||Invoke 2022-11-24T04:14:43.650Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92bea094-0f57-41ae-83de-6a5cc7703090/model-vers/model-ver/f2cf936b-ad43-48d6-b103-ab674ea5e0b0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92bea094-0f57-41ae-83de-6a5cc7703090/model-vers/model-ver/f2cf936b-ad43-48d6-b103-ab674ea5e0b0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cd90c620-75c4-45b3-9ffd-d59e7da72c0f], X-ECOMP-RequestID=[d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0], X-TransactionId=[], X-ONAP-RequestID=[d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0], Content-Type=[application/merge-patch+json]} 2022-11-24T04:14:43.677Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92bea094-0f57-41ae-83de-6a5cc7703090/model-vers/model-ver/f2cf936b-ad43-48d6-b103-ab674ea5e0b0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-24T04:14:43.801Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92bea094-0f57-41ae-83de-6a5cc7703090/model-vers/model-ver/f2cf936b-ad43-48d6-b103-ab674ea5e0b0?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/92bea094-0f57-41ae-83de-6a5cc7703090/model-vers/model-ver/f2cf936b-ad43-48d6-b103-ab674ea5e0b0?depth=0 has http status code:200 and response headers:{date=[Thu, 24 Nov 2022 04:14:44 GMT], content-length=[0], vertex-id=[176200], x-aai-txid=[2-aai-resources-221124-04:14:44:566-69461], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-24T04:14:43.801Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92bea094-0f57-41ae-83de-6a5cc7703090/model-vers/model-ver/f2cf936b-ad43-48d6-b103-ab674ea5e0b0?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-24T04:14:43.802Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92bea094-0f57-41ae-83de-6a5cc7703090/model-vers/model-ver/f2cf936b-ad43-48d6-b103-ab674ea5e0b0?depth=0|INFO|500||InvokeReturn 2022-11-24T04:14:43.803Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-24T04:14:43.804Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:43.809Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||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-24T04:14:43.809Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-24T04:14:43.810Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-24T04:14:43.810Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:14:43.813Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:14:43.814Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263283810, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-24T04:14:43.914Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T04:14:43.915Z||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-24T04:14:43.915Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:14:43.929Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:14:43.930Z||pool-88-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-24T04:14:44.828Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:14:44.828Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|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-24T04:14:44.828Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:14:54.379Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:14:54.381Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:14:54.382Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|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-24T04:14:54.383Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:15:03.915Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:15:03.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:15:03.917Z||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-24T04:15:03.917Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:15:08.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:15:08.849Z||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-24T04:15:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:15:08.887Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:15:08.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:15:08.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263189682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-24T04:15:08.891Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:15:08.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:15:08.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263190729, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-24T04:15:08.892Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:15:08.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:15:08.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263191778, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-24T04:15:08.892Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:15:08.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:15:08.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263192837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-24T04:15:08.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:15:08.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:15:08.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263193886, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-24T04:15:08.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:15:08.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:15:08.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263194995, "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-24T04:15:08.894Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:15:08.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:15:08.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263195998, "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-24T04:15:08.894Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:15:08.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:15:08.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263197002, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-24T04:15:08.895Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:15:08.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:15:08.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263198005, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-24T04:15:08.895Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:15:08.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:15:08.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263199008, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-24T04:15:08.896Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:15:08.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:15:08.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263200017, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:15:08.896Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:15:08.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:15:08.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d4af3580-c678-454d-a943-e4ce66ee630a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263231237, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-24T04:15:08.897Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:15:08.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:15:08.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263232252, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:15:08.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-24T04:15:08.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:15:08.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263232252, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-24T04:15:08.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-24T04:15:08.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:15:08.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263232252, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-24T04:15:08.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-24T04:15:08.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:15:08.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263232252, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:15:08.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-24T04:15:08.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:15:08.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263232252, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-24T04:15:08.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-24T04:15:08.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:15:08.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263232252, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:15:08.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-24T04:15:08.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:15:08.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263232252, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:15:08.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-11-24T04:15:08.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:15:08.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263243894, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:15:08.900Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:15:08.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:15:08.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263246255, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-24T04:15:08.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:15:08.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:15:08.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263247316, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-24T04:15:08.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:15:08.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:15:08.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263248367, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-24T04:15:08.902Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:15:13.454Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:15:13.455Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:15:13.456Z||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-24T04:15:13.456Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:15:23.011Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:15:23.011Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:15:23.012Z||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-24T04:15:23.012Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:15:32.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:16:08.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:16:08.847Z||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-24T04:16:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:16:08.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:16:08.850Z||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-24T04:16:08.850Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:16:09.374Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:16:09.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:16:09.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263249524, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-24T04:16:09.376Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:16:09.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:16:09.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263250528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-24T04:16:09.377Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:16:09.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:16:09.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263251532, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-24T04:16:09.377Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:16:09.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:16:09.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263252537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:16:09.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:16:09.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-24T04:16:09.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263283810, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-24T04:16:09.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:16:18.428Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:17:08.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:17:08.847Z||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-24T04:17:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:17:08.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:17:08.848Z||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-24T04:17:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:17:18.392Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:17:18.401Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:18:08.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:18:08.847Z||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-24T04:18:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:18:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:18:08.848Z||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-24T04:18:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:18:18.442Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:18:18.443Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:19:08.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:19:08.847Z||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-24T04:19:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:19:08.848Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:19:08.848Z||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-24T04:19:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:19:18.394Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:19:18.394Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:20:08.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:20:08.847Z||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-24T04:20:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:20:08.848Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:20:08.850Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|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-24T04:20:08.850Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:20:18.393Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:20:18.394Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:21:08.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:21:08.847Z||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-24T04:21:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:21:08.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:21:08.849Z||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-24T04:21:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:21:18.387Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:21:18.392Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:22:08.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:22:08.847Z||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-24T04:22:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:22:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:22:08.848Z||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-24T04:22:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:22:18.395Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:22:18.397Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:23:08.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:23:08.846Z||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-24T04:23:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:23:08.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:23:08.848Z||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-24T04:23:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:23:18.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:23:18.437Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:24:08.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:24:08.846Z||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-24T04:24:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:24:08.848Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:24:08.848Z||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-24T04:24:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:24:08.984Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:24:08.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:08.985Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "ves-openapi-manager", "timestamp": 1669263826630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:08.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:08.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:08.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "cds", "timestamp": 1669263822374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:08.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:08.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:08.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "aai-ml", "timestamp": 1669263827111, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:08.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:08.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:08.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "ves-openapi-manager", "timestamp": 1669263826630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:08.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:08.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:08.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "cds", "timestamp": 1669263822374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:08.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:08.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:08.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "aai-ml", "timestamp": 1669263827111, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:08.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:08.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:08.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "ves-openapi-manager", "timestamp": 1669263826630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:08.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:08.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:08.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "cds", "timestamp": 1669263822374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:08.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:08.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:08.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "aai-ml", "timestamp": 1669263827111, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:08.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:08.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:08.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "ves-openapi-manager", "timestamp": 1669263826630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:08.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:08.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:08.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "cds", "timestamp": 1669263822374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:08.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:08.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:08.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "aai-ml", "timestamp": 1669263827111, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:08.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:08.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:08.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "multicloud-k8s-id", "timestamp": 1669263833820, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:08.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:08.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:08.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "ves-openapi-manager", "timestamp": 1669263826630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:08.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:08.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:08.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "cds", "timestamp": 1669263822374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:08.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:08.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:08.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "aai-ml", "timestamp": 1669263827111, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:08.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:08.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:08.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "multicloud-k8s-id", "timestamp": 1669263833820, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-24T04:24:08.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:08.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:08.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "ves-openapi-manager", "timestamp": 1669263826630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:08.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:08.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:08.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "cds", "timestamp": 1669263822374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:08.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:08.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:08.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "aai-ml", "timestamp": 1669263827111, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:08.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:08.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:08.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "multicloud-k8s-id", "timestamp": 1669263833820, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-24T04:24:08.998Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:08.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:08.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "ves-openapi-manager", "timestamp": 1669263826630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:08.998Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:08.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:08.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "cds", "timestamp": 1669263822374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:08.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:08.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:08.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "aai-ml", "timestamp": 1669263827111, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:08.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:08.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:09.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "multicloud-k8s-id", "timestamp": 1669263833820, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:09.000Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:09.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:09.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "ves-openapi-manager", "timestamp": 1669263826630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:09.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:09.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:09.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "cds", "timestamp": 1669263822374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:09.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:09.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:09.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "aai-ml", "timestamp": 1669263827111, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:09.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:09.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:09.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "multicloud-k8s-id", "timestamp": 1669263833820, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-24T04:24:09.003Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:09.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:09.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "ves-openapi-manager", "timestamp": 1669263826630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:09.003Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:09.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:09.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "cds", "timestamp": 1669263822374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:09.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:09.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:09.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "aai-ml", "timestamp": 1669263827111, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:09.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:09.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:09.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "multicloud-k8s-id", "timestamp": 1669263833820, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-24T04:24:09.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:09.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:09.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "ves-openapi-manager", "timestamp": 1669263826630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:09.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:09.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:09.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "cds", "timestamp": 1669263822374, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:24:09.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:09.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:09.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "aai-ml", "timestamp": 1669263827111, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:24:09.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:09.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:09.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "multicloud-k8s-id", "timestamp": 1669263833820, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-24T04:24:09.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:09.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:09.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "cds", "timestamp": 1669263841858, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:24:09.007Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:24:09.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:09.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "aai-ml", "timestamp": 1669263841514, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:24:09.008Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:24:09.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:09.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "multicloud-k8s-id", "timestamp": 1669263833820, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:09.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:09.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:09.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "multicloud-k8s-id", "timestamp": 1669263833820, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:09.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:09.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:09.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "multicloud-k8s-id", "timestamp": 1669263833820, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:24:09.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-24T04:24:09.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:09.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "cds", "timestamp": 1669263844575, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:24:09.030Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 232df008-b568-42da-a1e0-574d4dc18569 2022-11-24T04:24:09.031Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 232df008-b568-42da-a1e0-574d4dc18569 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-24T04:24:09.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:09.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "multicloud-k8s-id", "timestamp": 1669263844570, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-24T04:24:09.040Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:24:09.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:09.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "multicloud-k8s-id", "timestamp": 1669263845627, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-24T04:24:09.041Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:24:09.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:09.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "multicloud-k8s-id", "timestamp": 1669263846682, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-24T04:24:09.041Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:24:09.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:24:09.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "multicloud-k8s-id", "timestamp": 1669263847736, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-24T04:24:09.041Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:24:09.474Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:24:09.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-24T04:24:09.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"232df008-b568-42da-a1e0-574d4dc18569","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"0eb2c372-2c3f-4b35-8710-540f7c5988ad","serviceDescription":"service","serviceInvariantUUID":"2ccabb0c-700a-4ed9-b982-f02cc215ece8","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b00b5a1-af21-4a45-ba03-f517103de77d","resourceInvariantUUID":"19c699f1-655c-48a5-ba77-29d8199ecd85","resourceCustomizationUUID":"505e4714-08b6-45b6-94ce-1d0a91ab42b4","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":"NGUxMzU3MjVjNDkyYWQ0NjQ5ZDQwYmI1MWY2ZjNhMmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"43783b36-7f69-4b8c-a0af-9370b0c65398","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":"MDlmZmVmODg1MTIzNjAxNDVmZDJjMTQ0Zjg4NTBiNmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e3b99ab6-d07b-4917-bee6-b986145ea222","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":"8103b2ed-018c-4a2f-98ac-be5d492fb679","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":"edc6aeec-93bb-4960-ba1a-426df47ee584","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":"4f4902f7-bd1e-4be3-b2a9-a2fae86bb940","artifactVersion":"2","generatedFromUUID":"31a233fc-9373-4615-8bdd-4c4ce5861bdd"},{"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":"51213ae2-c765-4def-ad66-b09feac49f25","artifactVersion":"2","generatedFromUUID":"8103b2ed-018c-4a2f-98ac-be5d492fb679"},{"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":"31a233fc-9373-4615-8bdd-4c4ce5861bdd","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":"197aabc0-7e3f-4d65-98ec-757fff7437d6","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":"YTllMDA4ZWUwYmU1YjI3ZTg5ZmI5ZmU3MmE5N2QwNGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5752e9d9-b4c6-4293-87d0-69e46679c05d","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NmRhYThiMTgxODNkMmNhNzBlNjViMjY0MmE4ZDFjYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3f4cc8ee-2a3e-4719-af83-a1d2b048025f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-24T04:24:09.483Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:24:09.484Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:24:09.491Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:24:09.491Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263848846, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:09.591Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T04:24:09.592Z||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-24T04:24:09.592Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:24:09.604Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:24:09.604Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-24T04:24:10.492Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:24:10.492Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:24:10.494Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:24:10.495Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263848846, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-24T04:24:10.595Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:24:10.596Z||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-24T04:24:10.597Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:24:10.606Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:24:10.607Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:24:11.495Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:24:11.496Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:24:11.498Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:24:11.498Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263848846, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-24T04:24:11.599Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:24:11.601Z||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-24T04:24:11.601Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:24:11.612Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:24:11.612Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:24:12.499Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:24:12.500Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:24:12.502Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:24:12.502Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263848846, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:12.602Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:24:12.603Z||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-24T04:24:12.603Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:24:12.615Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:24:12.616Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:24:13.502Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:24:13.503Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:24:13.508Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:24:13.509Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263848846, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-24T04:24:13.608Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T04:24:13.609Z||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-24T04:24:13.609Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:24:13.624Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:24:13.624Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:24:14.509Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:24:14.514Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:24:14.516Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:24:14.516Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263848846, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-24T04:24:14.616Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:24:14.617Z||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-24T04:24:14.618Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:24:14.629Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:24:14.630Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:24:15.517Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:24:15.517Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:24:15.520Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:24:15.520Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263848846, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-24T04:24:15.620Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:24:15.621Z||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-24T04:24:15.621Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:24:15.633Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:24:15.634Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:24:16.520Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:24:16.521Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:24:16.523Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:24:16.524Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263848846, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:16.624Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:24:16.624Z||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-24T04:24:16.624Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:24:16.641Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:24:16.642Z||pool-96-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-11-24T04:24:17.524Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:24:17.525Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:24:17.527Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:24:17.527Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263848846, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:24:17.627Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:24:17.628Z||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-24T04:24:17.628Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:24:17.642Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:24:17.642Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:24:18.527Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:24:18.528Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:24:18.530Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:24:18.530Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263848846, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:24:18.630Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:24:18.635Z||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-24T04:24:18.635Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:24:18.647Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:24:18.647Z||pool-98-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:24:19.531Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "0eb2c372-2c3f-4b35-8710-540f7c5988ad", "serviceDescription": "service", "serviceInvariantUUID": "2ccabb0c-700a-4ed9-b982-f02cc215ece8", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "505e4714-08b6-45b6-94ce-1d0a91ab42b4", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1b00b5a1-af21-4a45-ba03-f517103de77d", "resourceInvariantUUID": "19c699f1-655c-48a5-ba77-29d8199ecd85", "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": "MDlmZmVmODg1MTIzNjAxNDVmZDJjMTQ0Zjg4NTBiNmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e3b99ab6-d07b-4917-bee6-b986145ea222", "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": "8103b2ed-018c-4a2f-98ac-be5d492fb679", "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": "51213ae2-c765-4def-ad66-b09feac49f25", "generatedFromUUID": "8103b2ed-018c-4a2f-98ac-be5d492fb679" }, "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": "4f4902f7-bd1e-4be3-b2a9-a2fae86bb940", "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": "51213ae2-c765-4def-ad66-b09feac49f25", "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": "31a233fc-9373-4615-8bdd-4c4ce5861bdd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NmRhYThiMTgxODNkMmNhNzBlNjViMjY0MmE4ZDFjYjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3f4cc8ee-2a3e-4719-af83-a1d2b048025f" } ], "workloadContext": "Production" } 2022-11-24T04:24:19.531Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-24T04:24:19.531Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0eb2c372-2c3f-4b35-8710-540f7c5988ad ASDC 2022-11-24T04:24:19.532Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:232df008-b568-42da-a1e0-574d4dc18569 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:0eb2c372-2c3f-4b35-8710-540f7c5988ad ServiceInvariantUUID:2ccabb0c-700a-4ed9-b982-f02cc215ece8 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:3f4cc8ee-2a3e-4719-af83-a1d2b048025f ArtifactChecksum:NmRhYThiMTgxODNkMmNhNzBlNjViMjY0MmE4ZDFjYjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:505e4714-08b6-45b6-94ce-1d0a91ab42b4 ResourceInvariantUUID:19c699f1-655c-48a5-ba77-29d8199ecd85 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:1b00b5a1-af21-4a45-ba03-f517103de77d 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:e3b99ab6-d07b-4917-bee6-b986145ea222 ArtifactChecksum:MDlmZmVmODg1MTIzNjAxNDVmZDJjMTQ0Zjg4NTBiNmQ= 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:8103b2ed-018c-4a2f-98ac-be5d492fb679 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:51213ae2-c765-4def-ad66-b09feac49f25 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:4f4902f7-bd1e-4be3-b2a9-a2fae86bb940 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:51213ae2-c765-4def-ad66-b09feac49f25 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:31a233fc-9373-4615-8bdd-4c4ce5861bdd ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-24T04:24:19.532Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0eb2c372-2c3f-4b35-8710-540f7c5988ad 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-24T04:24:19.566Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-24T04:24:19.567Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-24T04:24:19.567Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-24T04:24:19.567Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3f4cc8ee-2a3e-4719-af83-a1d2b048025f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-24T04:24:19.567Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-24T04:24:19.567Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-24T04:24:19.641Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-24T04:24:19.660Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 3f4cc8ee-2a3e-4719-af83-a1d2b048025f 162969 2022-11-24T04:24:19.661Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-24T04:24:19.661Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-24T04:24:19.661Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T04:24:19.661Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:24:19.663Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:24:19.663Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263859661, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:24:19.763Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:24:19.764Z||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-24T04:24:19.764Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:24:19.775Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:24:19.775Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:24:20.664Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-24T04:24:20.665Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-24T04:24:20.665Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3f4cc8ee-2a3e-4719-af83-a1d2b048025f, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-24T04:24:20.666Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-11-24T04:24:20.667Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-24T04:24:20.667Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-24T04:24:20.867Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12507097969164467204/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-11-24T04:24:22.118Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-24T04:24:22.119Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-24T04:24:22.119Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-24T04:24:22.119Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-24T04:24:22.119Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-24T04:24:22.119Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-24T04:24:22.119Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-24T04:24:22.120Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-24T04:24:22.120Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-24T04:24:22.120Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:24:22.120Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:24:22.120Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-24T04:24:22.120Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-24T04:24:22.121Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-24T04:24:22.121Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:24:22.121Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:24:22.121Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-24T04:24:22.121Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-24T04:24:22.121Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-24T04:24:22.122Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:24:22.122Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:24:22.122Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:24:22.122Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-24T04:24:22.122Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-11-24T04:24:22.122Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-11-24T04:24:22.123Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-24T04:24:22.123Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:24:22.123Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-24T04:24:22.123Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:24:22.123Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-24T04:24:22.123Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T04:24:22.124Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:24:22.124Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-24T04:24:22.124Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T04:24:22.124Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:24:22.125Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-24T04:24:22.125Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T04:24:22.125Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:24:22.125Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-24T04:24:22.125Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T04:24:22.125Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:24:22.125Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-24T04:24:22.126Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-11-24T04:24:22.126Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=2fddc178-1a68-4396-a56b-19f34357108c 2022-11-24T04:24:22.126Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:24:22.126Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:24:22.126Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:24:22.126Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:24:22.127Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:24:22.127Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:24:22.127Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:24:22.127Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:24:22.127Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:0eb2c372-2c3f-4b35-8710-540f7c5988ad Model Version:NULL Model InvariantUuid:2ccabb0c-700a-4ed9-b982-f02cc215ece8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:e7dc815c-6963-44fd-980d-f73a84073680 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:19c699f1-655c-48a5-ba77-29d8199ecd85 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:505e4714-08b6-45b6-94ce-1d0a91ab42b4 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:17771347-8383-4e10-b15f-175e723c6b33 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:8f79c58f-d681-4aa6-99fe-79b21c69781d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:d5068e7f-582e-470b-86d9-d77a3ac83739 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:fd4ab66d-a591-4805-a2a7-eac874d42a6b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2fddc178-1a68-4396-a56b-19f34357108c ModelInvariantUuid:95a6f03c-78bf-4136-9377-15eea961413d ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:a53d27ac-9395-4d2f-aaf7-330592548637 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:0647b9d4-f826-432e-9da8-834adf96c3aa ModelInvariantUuid:b9ce6cb2-d49a-4bd3-9ec6-b8bb68ba392f ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:3ef68cce-aa5c-4788-a53d-2630297c7bff 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-24T04:24:22.136Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 1b00b5a1-af21-4a45-ba03-f517103de77d 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-24T04:24:22.142Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0 2022-11-24T04:24:22.142Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1b00b5a1-af21-4a45-ba03-f517103de77d 2022-11-24T04:24:22.143Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e3b99ab6-d07b-4917-bee6-b986145ea222 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-24T04:24:22.143Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-24T04:24:22.144Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-24T04:24:22.194Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-24T04:24:22.194Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json e3b99ab6-d07b-4917-bee6-b986145ea222 1565 2022-11-24T04:24:22.194Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-11-24T04:24:22.194Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-24T04:24:22.194Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T04:24:22.195Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:24:22.197Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:24:22.197Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263862194, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-24T04:24:22.297Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:24:22.298Z||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-24T04:24:22.298Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:24:22.309Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:24:22.309Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:24:23.198Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "d5068e7f-582e-470b-86d9-d77a3ac83739", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fd4ab66d-a591-4805-a2a7-eac874d42a6b", "vfModuleModelCustomizationUUID": "037c313e-fac8-4aaf-ac17-2bc5484e5c20", "isBase": true, "artifacts": [ "8103b2ed-018c-4a2f-98ac-be5d492fb679", "51213ae2-c765-4def-ad66-b09feac49f25" ], "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": "17771347-8383-4e10-b15f-175e723c6b33", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8f79c58f-d681-4aa6-99fe-79b21c69781d", "vfModuleModelCustomizationUUID": "cd459d00-7079-44a2-928d-94da28d61050", "isBase": false, "artifacts": [ "31a233fc-9373-4615-8bdd-4c4ce5861bdd" ], "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-24T04:24:23.201Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fd4ab66d-a591-4805-a2a7-eac874d42a6b VfModuleModelInvariantUUID:d5068e7f-582e-470b-86d9-d77a3ac83739 VfModuleModelDescription:NULL Artifacts UUID List:{ 8103b2ed-018c-4a2f-98ac-be5d492fb679 , 51213ae2-c765-4def-ad66-b09feac49f25 } 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:8f79c58f-d681-4aa6-99fe-79b21c69781d VfModuleModelInvariantUUID:17771347-8383-4e10-b15f-175e723c6b33 VfModuleModelDescription:NULL Artifacts UUID List:{ 31a233fc-9373-4615-8bdd-4c4ce5861bdd } 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-24T04:24:23.204Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "d5068e7f-582e-470b-86d9-d77a3ac83739", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fd4ab66d-a591-4805-a2a7-eac874d42a6b", "vfModuleModelCustomizationUUID": "037c313e-fac8-4aaf-ac17-2bc5484e5c20", "isBase": true, "artifacts": [ "8103b2ed-018c-4a2f-98ac-be5d492fb679", "51213ae2-c765-4def-ad66-b09feac49f25" ], "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": "17771347-8383-4e10-b15f-175e723c6b33", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8f79c58f-d681-4aa6-99fe-79b21c69781d", "vfModuleModelCustomizationUUID": "cd459d00-7079-44a2-928d-94da28d61050", "isBase": false, "artifacts": [ "31a233fc-9373-4615-8bdd-4c4ce5861bdd" ], "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-24T04:24:23.204Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fd4ab66d-a591-4805-a2a7-eac874d42a6b VfModuleModelInvariantUUID:d5068e7f-582e-470b-86d9-d77a3ac83739 VfModuleModelDescription:NULL Artifacts UUID List:{ 8103b2ed-018c-4a2f-98ac-be5d492fb679 , 51213ae2-c765-4def-ad66-b09feac49f25 } 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:8f79c58f-d681-4aa6-99fe-79b21c69781d VfModuleModelInvariantUUID:17771347-8383-4e10-b15f-175e723c6b33 VfModuleModelDescription:NULL Artifacts UUID List:{ 31a233fc-9373-4615-8bdd-4c4ce5861bdd } 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-24T04:24:23.204Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8103b2ed-018c-4a2f-98ac-be5d492fb679 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-24T04:24:23.204Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-24T04:24:23.205Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-24T04:24:23.311Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-24T04:24:23.312Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 8103b2ed-018c-4a2f-98ac-be5d492fb679 914 2022-11-24T04:24:23.313Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-11-24T04:24:23.313Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-24T04:24:23.313Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T04:24:23.314Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:24:23.316Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:24:23.316Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263863312, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-24T04:24:23.416Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:24:23.416Z||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-24T04:24:23.417Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:24:23.425Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:24:23.426Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:24:24.316Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4f4902f7-bd1e-4be3-b2a9-a2fae86bb940 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-24T04:24:24.316Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-24T04:24:24.317Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-24T04:24:24.377Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-24T04:24:24.378Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 4f4902f7-bd1e-4be3-b2a9-a2fae86bb940 12 2022-11-24T04:24:24.378Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-11-24T04:24:24.378Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-24T04:24:24.378Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T04:24:24.378Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:24:24.380Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:24:24.380Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263864378, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-24T04:24:24.480Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:24:24.481Z||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-24T04:24:24.481Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:24:24.497Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:24:24.497Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:24:25.381Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 51213ae2-c765-4def-ad66-b09feac49f25 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-24T04:24:25.381Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-24T04:24:25.381Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-24T04:24:25.424Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-24T04:24:25.425Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 51213ae2-c765-4def-ad66-b09feac49f25 96 2022-11-24T04:24:25.425Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-11-24T04:24:25.425Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-24T04:24:25.425Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T04:24:25.425Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:24:25.430Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:24:25.430Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263865425, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-24T04:24:25.530Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:24:25.530Z||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-24T04:24:25.531Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:24:25.540Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:24:25.541Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-24T04:24:26.430Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 31a233fc-9373-4615-8bdd-4c4ce5861bdd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-24T04:24:26.431Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-24T04:24:26.431Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-24T04:24:26.479Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-24T04:24:26.480Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 31a233fc-9373-4615-8bdd-4c4ce5861bdd 20206 2022-11-24T04:24:26.480Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-11-24T04:24:26.480Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-24T04:24:26.480Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T04:24:26.480Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:24:26.482Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:24:26.482Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263866480, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-24T04:24:26.582Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:24:26.583Z||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-24T04:24:26.584Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:24:26.596Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:24:26.596Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:24:27.486Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0eb2c372-2c3f-4b35-8710-540f7c5988ad 2022-11-24T04:24:27.486Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 1b00b5a1-af21-4a45-ba03-f517103de77d 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-24T04:24:27.495Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@25a51fbc, org.onap.sdc.toscaparser.api.parameters.Input@6b415af8, org.onap.sdc.toscaparser.api.parameters.Input@11071616, org.onap.sdc.toscaparser.api.parameters.Input@4d17de26, org.onap.sdc.toscaparser.api.parameters.Input@404260c7] 2022-11-24T04:24:27.496Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:24:27.496Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:24:27.497Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-11-24T04:24:27.497Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 505e4714-08b6-45b6-94ce-1d0a91ab42b4 2022-11-24T04:24:27.497Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 505e4714-08b6-45b6-94ce-1d0a91ab42b4 matches Tosca VF Customization UUID: 505e4714-08b6-45b6-94ce-1d0a91ab42b4 2022-11-24T04:24:27.497Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 505e4714-08b6-45b6-94ce-1d0a91ab42b4 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-24T04:24:27.499Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:24:27.499Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:24:27.500Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 505e4714-08b6-45b6-94ce-1d0a91ab42b4: {\"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-24T04:24:27.500Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b3e68e6 2022-11-24T04:24:27.501Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:24:27.501Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-24T04:24:27.501Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cd459d00-7079-44a2-928d-94da28d61050 2022-11-24T04:24:27.501Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cd459d00-7079-44a2-928d-94da28d61050 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-24T04:24:27.504Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:24:27.504Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-24T04:24:27.504Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T04:24:27.505Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:24:27.505Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-24T04:24:27.505Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T04:24:27.506Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:24:27.506Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-24T04:24:27.506Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=505e4714-08b6-45b6-94ce-1d0a91ab42b4 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-24T04:24:27.508Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:24:27.508Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:24:27.509Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0eb2c372-2c3f-4b35-8710-540f7c5988ad: basic_cnf_macro 2022-11-24T04:24:27.509Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:24:27.509Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:24:27.509Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:24:27.509Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:24:27.509Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:24:27.509Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:24:27.510Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:24:27.510Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:24:27.510Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:24:27.510Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:24:27.510Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-24T04:24:27.552Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 1b00b5a1-af21-4a45-ba03-f517103de77d 2 ASDC deployResourceStructure 2022-11-24T04:24:27.553Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-11-24T04:24:27.553Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-24T04:24:27.553Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-24T04:24:27.553Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:24:27.555Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:24:27.555Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263867553, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-24T04:24:27.655Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:24:27.656Z||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-24T04:24:27.656Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:24:27.667Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:24:27.667Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:24:28.555Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-11-24T04:24:28.557Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-24T04:24:28.557Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-24T04:24:28.558Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:24:28.559Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:24:28.560Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263868555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-24T04:24:28.660Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T04:24:28.660Z||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-24T04:24:28.661Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:24:28.671Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:24:28.671Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:24:29.563Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-11-24T04:24:29.563Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-11-24T04:24:29.564Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-24T04:24:29.564Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:24:29.566Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:24:29.566Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263869563, "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-24T04:24:29.666Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:24:29.667Z||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-24T04:24:29.667Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:24:29.679Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:24:29.679Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:24:30.566Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-11-24T04:24:30.567Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-24T04:24:30.567Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-24T04:24:30.567Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:24:30.569Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:24:30.569Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263870566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-24T04:24:30.669Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:24:30.670Z||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-24T04:24:30.670Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:24:30.680Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:24:30.681Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:24:31.570Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-11-24T04:24:31.572Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-11-24T04:24:31.572Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-24T04:24:31.572Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:24:31.574Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:24:31.574Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263871570, "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-24T04:24:31.674Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:24:31.675Z||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-24T04:24:31.675Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:24:31.685Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:24:31.685Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:24:32.575Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-24T04:24:32.575Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-24T04:24:32.575Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-24T04:24:32.576Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:24:32.578Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:24:32.578Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263872575, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:24:32.678Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:24:32.679Z||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-24T04:24:32.679Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:24:32.700Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:24:32.700Z||pool-110-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:24:33.580Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 232df008-b568-42da-a1e0-574d4dc18569 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:24:33.599Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 232df008-b568-42da-a1e0-574d4dc18569 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-24T04:24:33.604Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-24T04:24:33.604Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-24T04:24:33.604Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-24T04:25:03.605Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 232df008-b568-42da-a1e0-574d4dc18569 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:25:03.614Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 232df008-b568-42da-a1e0-574d4dc18569 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-24T04:25:03.616Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-24T04:25:03.616Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-24T04:25:03.616Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-24T04:25:08.848Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:25:08.848Z||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-24T04:25:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:25:08.893Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:25:08.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-24T04:25:08.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "multicloud-k8s-id", "timestamp": 1669263848796, "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-24T04:25:08.899Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 232df008-b568-42da-a1e0-574d4dc18569 2022-11-24T04:25:08.900Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 232df008-b568-42da-a1e0-574d4dc18569 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-24T04:25:33.617Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 232df008-b568-42da-a1e0-574d4dc18569 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:25:33.627Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 232df008-b568-42da-a1e0-574d4dc18569 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-24T04:25:33.629Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-24T04:25:33.629Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-24T04:25:33.629Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-24T04:26:03.629Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 232df008-b568-42da-a1e0-574d4dc18569 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:26:03.638Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 232df008-b568-42da-a1e0-574d4dc18569 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-24T04:26:03.639Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-24T04:26:03.640Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-24T04:26:03.640Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-24T04:26:08.848Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:26:08.855Z||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-24T04:26:08.855Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:26:08.879Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:26:08.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:26:08.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263849125, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:26:08.880Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:26:33.640Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 232df008-b568-42da-a1e0-574d4dc18569 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:26:33.653Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 232df008-b568-42da-a1e0-574d4dc18569 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-24T04:26:33.655Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-24T04:26:33.655Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-24T04:26:33.655Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-24T04:27:03.655Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 232df008-b568-42da-a1e0-574d4dc18569 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:27:03.668Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 232df008-b568-42da-a1e0-574d4dc18569 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-24T04:27:03.670Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-24T04:27:03.670Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-24T04:27:03.670Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-24T04:27:08.848Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:27:08.849Z||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-24T04:27:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:27:08.887Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:27:08.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "aai-ml", "timestamp": 1669263849671, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:27:08.898Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:27:08.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263848846, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "multicloud-k8s-id", "timestamp": 1669263849798, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-24T04:27:08.899Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:27:08.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263849125, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.900Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "aai-ml", "timestamp": 1669263850674, "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-24T04:27:08.910Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 232df008-b568-42da-a1e0-574d4dc18569 2022-11-24T04:27:08.910Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 232df008-b568-42da-a1e0-574d4dc18569 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-24T04:27:08.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263848846, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-24T04:27:08.921Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263849125, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263848846, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-24T04:27:08.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263849125, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263848846, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263849125, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263848846, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-24T04:27:08.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263849125, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263848846, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-24T04:27:08.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263849125, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263848846, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-24T04:27:08.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263849125, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263848846, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263849125, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263848846, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263849125, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:27:08.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263848846, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:27:08.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263859930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:27:08.929Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:27:08.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263859661, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:27:08.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:27:08.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263862538, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:27:08.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:27:08.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263862194, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-24T04:27:08.931Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:27:08.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263863542, "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-24T04:27:08.936Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 232df008-b568-42da-a1e0-574d4dc18569 2022-11-24T04:27:08.937Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 232df008-b568-42da-a1e0-574d4dc18569 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-24T04:27:08.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263863312, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-24T04:27:08.948Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:27:08.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263864378, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-24T04:27:08.948Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:27:08.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263865425, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-24T04:27:08.949Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:27:08.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263866480, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-24T04:27:08.949Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:27:08.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263867553, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-24T04:27:08.949Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:27:08.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263868555, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-24T04:27:08.949Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:27:08.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263869563, "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-24T04:27:08.950Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:27:08.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263870566, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-24T04:27:08.950Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:27:08.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263871570, "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-24T04:27:08.950Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:27:08.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669263872575, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:27:08.950Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:27:08.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "multicloud-k8s-id", "timestamp": 1669263873820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.951Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263879126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.951Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "multicloud-k8s-id", "timestamp": 1669263873820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.951Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263879126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "multicloud-k8s-id", "timestamp": 1669263873820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263879126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "multicloud-k8s-id", "timestamp": 1669263873820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263879126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "cds", "timestamp": 1669263882374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "multicloud-k8s-id", "timestamp": 1669263873820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263879126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "cds", "timestamp": 1669263882374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "multicloud-k8s-id", "timestamp": 1669263873820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263879126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "cds", "timestamp": 1669263882374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "multicloud-k8s-id", "timestamp": 1669263873820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263879126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "cds", "timestamp": 1669263882374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "multicloud-k8s-id", "timestamp": 1669263873820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263879126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "cds", "timestamp": 1669263882374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "multicloud-k8s-id", "timestamp": 1669263873820, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:27:08.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263879126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:27:08.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "ves-openapi-manager", "timestamp": 1669263886630, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "cds", "timestamp": 1669263882374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "aai-ml", "timestamp": 1669263887112, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263888987, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:27:08.958Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:27:08.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "ves-openapi-manager", "timestamp": 1669263886630, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "cds", "timestamp": 1669263882374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "aai-ml", "timestamp": 1669263887112, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "ves-openapi-manager", "timestamp": 1669263886630, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "cds", "timestamp": 1669263882374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "aai-ml", "timestamp": 1669263887112, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "ves-openapi-manager", "timestamp": 1669263886630, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "cds", "timestamp": 1669263882374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:27:08.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263891228, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:27:08.960Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:27:08.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "aai-ml", "timestamp": 1669263887112, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "ves-openapi-manager", "timestamp": 1669263886630, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263892234, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-24T04:27:08.985Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8dfed0bd-b9ff-4a83-8f7b-144330913786 2022-11-24T04:27:08.985Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dfed0bd-b9ff-4a83-8f7b-144330913786 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-24T04:27:08.991Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "cds", "timestamp": 1669263892131, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:27:08.991Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:27:08.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "aai-ml", "timestamp": 1669263887112, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "ves-openapi-manager", "timestamp": 1669263886630, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "aai-ml", "timestamp": 1669263887112, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:08.992Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:08.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:08.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "cds", "timestamp": 1669263893441, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-24T04:27:08.998Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8dfed0bd-b9ff-4a83-8f7b-144330913786 2022-11-24T04:27:08.998Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dfed0bd-b9ff-4a83-8f7b-144330913786 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-24T04:27:09.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "ves-openapi-manager", "timestamp": 1669263886630, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-24T04:27:09.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "aai-ml", "timestamp": 1669263887112, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "ves-openapi-manager", "timestamp": 1669263886630, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "aai-ml", "timestamp": 1669263887112, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "multicloud-k8s-id", "timestamp": 1669263893820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "ves-openapi-manager", "timestamp": 1669263886630, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "aai-ml", "timestamp": 1669263887112, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:27:09.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "multicloud-k8s-id", "timestamp": 1669263893820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-24T04:27:09.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "ves-openapi-manager", "timestamp": 1669263896389, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-24T04:27:09.017Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:27:09.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "aai-ml", "timestamp": 1669263896867, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:27:09.017Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:27:09.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "multicloud-k8s-id", "timestamp": 1669263893820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-24T04:27:09.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "cds", "timestamp": 1669263897374, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "ves-openapi-manager", "timestamp": 1669263897427, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-24T04:27:09.018Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:27:09.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "multicloud-k8s-id", "timestamp": 1669263893820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "cds", "timestamp": 1669263897374, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "ves-openapi-manager", "timestamp": 1669263898430, "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-24T04:27:09.023Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 8dfed0bd-b9ff-4a83-8f7b-144330913786 2022-11-24T04:27:09.023Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dfed0bd-b9ff-4a83-8f7b-144330913786 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-24T04:27:09.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "multicloud-k8s-id", "timestamp": 1669263893820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-24T04:27:09.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "cds", "timestamp": 1669263897374, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "ves-openapi-manager", "timestamp": 1669263886630, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "multicloud-k8s-id", "timestamp": 1669263893820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "cds", "timestamp": 1669263897374, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "ves-openapi-manager", "timestamp": 1669263886630, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "multicloud-k8s-id", "timestamp": 1669263893820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "cds", "timestamp": 1669263897374, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "ves-openapi-manager", "timestamp": 1669263886630, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "multicloud-k8s-id", "timestamp": 1669263893820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:27:09.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "aai-ml", "timestamp": 1669263902044, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:27:09.033Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:27:09.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "cds", "timestamp": 1669263897374, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "ves-openapi-manager", "timestamp": 1669263886630, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "multicloud-k8s-id", "timestamp": 1669263902582, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-24T04:27:09.034Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:27:09.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "aai-ml", "timestamp": 1669263903047, "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-24T04:27:09.049Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8dfed0bd-b9ff-4a83-8f7b-144330913786 2022-11-24T04:27:09.050Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dfed0bd-b9ff-4a83-8f7b-144330913786 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-24T04:27:09.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "cds", "timestamp": 1669263897374, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "ves-openapi-manager", "timestamp": 1669263886630, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "aai-ml", "timestamp": 1669263887112, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "multicloud-k8s-id", "timestamp": 1669263903649, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-24T04:27:09.059Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:27:09.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "cds", "timestamp": 1669263897374, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:27:09.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "ves-openapi-manager", "timestamp": 1669263886630, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "aai-ml", "timestamp": 1669263887112, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "multicloud-k8s-id", "timestamp": 1669263904700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-24T04:27:09.061Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:27:09.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "cds", "timestamp": 1669263906101, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:27:09.061Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:27:09.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "ves-openapi-manager", "timestamp": 1669263886630, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "aai-ml", "timestamp": 1669263887112, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "multicloud-k8s-id", "timestamp": 1669263905725, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-24T04:27:09.073Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 489fe76a-90e6-4206-8ce1-7844f875af26 2022-11-24T04:27:09.074Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 489fe76a-90e6-4206-8ce1-7844f875af26 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-24T04:27:09.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "ves-openapi-manager", "timestamp": 1669263886630, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "aai-ml", "timestamp": 1669263887112, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "cds", "timestamp": 1669263907444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-24T04:27:09.088Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 489fe76a-90e6-4206-8ce1-7844f875af26 2022-11-24T04:27:09.089Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 489fe76a-90e6-4206-8ce1-7844f875af26 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-24T04:27:09.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "multicloud-k8s-id", "timestamp": 1669263906729, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-24T04:27:09.097Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:27:09.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "aai-ml", "timestamp": 1669263887112, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:09.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:27:09.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "aai-ml", "timestamp": 1669263887112, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-24T04:27:09.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:27:33.670Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 232df008-b568-42da-a1e0-574d4dc18569 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:27:33.687Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 232df008-b568-42da-a1e0-574d4dc18569 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-24T04:27:33.690Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-24T04:27:33.690Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-24T04:27:33.690Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-24T04:27:33.690Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-24T04:27:33.690Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:27:33.690Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:27:33.690Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:27:33.690Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:27:33.691Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:27:33.691Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-24T04:27:33.696Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-24T04:28:03.697Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 232df008-b568-42da-a1e0-574d4dc18569 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-24T04:28:03.703Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 232df008-b568-42da-a1e0-574d4dc18569 and serviceModelVersionId: 0eb2c372-2c3f-4b35-8710-540f7c5988ad 2022-11-24T04:28:03.704Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ccabb0c-700a-4ed9-b982-f02cc215ece8 2022-11-24T04:28:03.706Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ccabb0c-700a-4ed9-b982-f02cc215ece8/model-vers/model-ver/0eb2c372-2c3f-4b35-8710-540f7c5988ad?depth=0 2022-11-24T04:28:03.715Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-11-24T04:28:03.775Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccabb0c-700a-4ed9-b982-f02cc215ece8/model-vers/model-ver/0eb2c372-2c3f-4b35-8710-540f7c5988ad?depth=0|INFO|500||Invoke 2022-11-24T04:28:03.775Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccabb0c-700a-4ed9-b982-f02cc215ece8/model-vers/model-ver/0eb2c372-2c3f-4b35-8710-540f7c5988ad?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccabb0c-700a-4ed9-b982-f02cc215ece8/model-vers/model-ver/0eb2c372-2c3f-4b35-8710-540f7c5988ad?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[232df008-b568-42da-a1e0-574d4dc18569], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aff1654b-e309-446e-afd3-cd57399ca1fc], X-ECOMP-RequestID=[232df008-b568-42da-a1e0-574d4dc18569], X-TransactionId=[], X-ONAP-RequestID=[232df008-b568-42da-a1e0-574d4dc18569], Content-Type=[application/merge-patch+json]} 2022-11-24T04:28:03.803Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccabb0c-700a-4ed9-b982-f02cc215ece8/model-vers/model-ver/0eb2c372-2c3f-4b35-8710-540f7c5988ad?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-24T04:28:03.889Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccabb0c-700a-4ed9-b982-f02cc215ece8/model-vers/model-ver/0eb2c372-2c3f-4b35-8710-540f7c5988ad?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/2ccabb0c-700a-4ed9-b982-f02cc215ece8/model-vers/model-ver/0eb2c372-2c3f-4b35-8710-540f7c5988ad?depth=0 has http status code:200 and response headers:{date=[Thu, 24 Nov 2022 04:28:04 GMT], content-length=[0], vertex-id=[487552], x-aai-txid=[1-aai-resources-221124-04:28:04:712-27279], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-24T04:28:03.889Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccabb0c-700a-4ed9-b982-f02cc215ece8/model-vers/model-ver/0eb2c372-2c3f-4b35-8710-540f7c5988ad?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-24T04:28:03.890Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ccabb0c-700a-4ed9-b982-f02cc215ece8/model-vers/model-ver/0eb2c372-2c3f-4b35-8710-540f7c5988ad?depth=0|INFO|500||InvokeReturn 2022-11-24T04:28:03.891Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-24T04:28:03.891Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-24T04:28:03.896Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-24T04:28:03.896Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 232df008-b568-42da-a1e0-574d4dc18569 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-24T04:28:03.896Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-24T04:28:03.897Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:28:03.900Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:28:03.900Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264083896, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-24T04:28:04.000Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:28:04.001Z||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-24T04:28:04.002Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:28:04.016Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:28:04.016Z||pool-111-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-24T04:28:04.913Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:28:04.913Z|232df008-b568-42da-a1e0-574d4dc18569|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-24T04:28:04.913Z|232df008-b568-42da-a1e0-574d4dc18569|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:28:08.848Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:28:08.849Z||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-24T04:28:08.850Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:28:08.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:28:08.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:28:08.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263909126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:28:08.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:28:08.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:28:08.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "aai-ml", "timestamp": 1669263887112, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:28:08.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:28:08.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:28:08.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263909126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-24T04:28:08.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:28:08.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:28:08.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "aai-ml", "timestamp": 1669263887112, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:28:08.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:28:08.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:28:08.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263909126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:28:08.877Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:28:08.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:28:08.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "aai-ml", "timestamp": 1669263912125, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:28:08.877Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:28:08.877Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:28:08.877Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263909126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:28:08.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:28:08.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:28:08.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263909126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-24T04:28:08.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:28:08.878Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:28:08.878Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263909126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-24T04:28:08.878Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:28:08.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:28:08.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263909126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:28:08.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:28:08.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:28:08.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263909126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:28:08.879Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:28:08.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:28:08.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263917908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:28:08.880Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:28:08.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:28:08.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "aai-ml", "timestamp": 1669263919533, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:28:08.880Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:28:08.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:28:08.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263920466, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:28:08.881Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:28:08.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:28:08.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "aai-ml", "timestamp": 1669263920536, "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-24T04:28:08.887Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 489fe76a-90e6-4206-8ce1-7844f875af26 2022-11-24T04:28:08.887Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 489fe76a-90e6-4206-8ce1-7844f875af26 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-24T04:28:08.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:28:08.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669263921470, "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-24T04:28:08.900Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 489fe76a-90e6-4206-8ce1-7844f875af26 2022-11-24T04:28:08.900Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 489fe76a-90e6-4206-8ce1-7844f875af26 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-24T04:28:09.329Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:28:09.330Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-24T04:28:09.330Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"8dfed0bd-b9ff-4a83-8f7b-144330913786","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"61d4a141-f872-4ca8-b8f9-3969e8e33dde","serviceDescription":"service","serviceInvariantUUID":"58523f8f-9a80-4fd0-a920-1da314ff3f11","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a2b08dcb-e337-4fee-831e-2fae336e2a06","resourceInvariantUUID":"cfe63446-f46a-4001-8103-575ac9d16b68","resourceCustomizationUUID":"bfaa1ccd-465b-41f3-b70e-933fd684c229","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":"NTY0N2I2ZjJiNmYzMmUxMjVmYjBlN2ViNmJlMTg2MTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6aa5ef7c-c261-482b-9e7c-242439c5f310","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":"20fd965b-dfda-42f1-a6d3-eb0f9f611167","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":"2fe69cd8-1888-46b6-a17e-509bdedc9cac","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":"Y2E0YjVmMmE3MGZjMWI3MzAxOTYyMDRhY2I1NmQ3ZTA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8b7fbbc9-aab1-4bd4-82aa-06c345b69269","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":"35b90899-6178-47b6-b160-08756caf32ed","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":"10953b85-94bb-4dae-93fd-cd9d6a7f46b6","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":"e3a2649c-5f4c-4f9c-81a9-59ea6276f88d","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":"OTQ0YzQ4MWQwN2JhYTBmYjI0ZTE0ZDUzYmQzYmU5NTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"17a746b6-b42a-4ce6-8b7f-94ba4c458575","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDZkNjQ3OTQ1YzNjOGI3M2JiMjQyZWE5YjhmZWZlYWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0a8427ae-07e1-413c-b122-c23ffb7d2e06","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-24T04:28:09.332Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:28:09.332Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:28:09.334Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:28:09.334Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:28:09.434Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:28:09.435Z||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-24T04:28:09.435Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:28:09.446Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:28:09.446Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:28:10.335Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:28:10.335Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:28:10.337Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:28:10.337Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-24T04:28:10.437Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T04:28:10.438Z||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-24T04:28:10.438Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:28:10.460Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:28:10.460Z||pool-113-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:28:11.338Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:28:11.339Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:28:11.340Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:28:11.341Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-24T04:28:11.441Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:28:11.441Z||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-24T04:28:11.442Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:28:11.476Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:28:11.477Z||pool-114-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:28:12.341Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:28:12.342Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:28:12.345Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:28:12.345Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-24T04:28:12.445Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:28:12.445Z||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-24T04:28:12.445Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:28:12.455Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:28:12.455Z||pool-115-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:28:13.345Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:28:13.346Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:28:13.349Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:28:13.349Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:28:13.449Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:28:13.450Z||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-24T04:28:13.450Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:28:13.460Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:28:13.460Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:28:14.350Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:28:14.350Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:28:14.352Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:28:14.352Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:28:14.452Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T04:28:14.453Z||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-24T04:28:14.453Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:28:14.463Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:28:14.464Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:28:15.353Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:28:15.354Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:28:15.357Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:28:15.357Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:28:15.456Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T04:28:15.459Z||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-24T04:28:15.460Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:28:15.479Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:28:15.480Z||pool-118-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:28:16.357Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:28:16.358Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:28:16.360Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:28:16.360Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:28:16.460Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T04:28:16.461Z||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-24T04:28:16.461Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:28:16.472Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:28:16.472Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:28:17.361Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:28:17.362Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:28:17.364Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:28:17.365Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:28:17.464Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T04:28:17.465Z||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-24T04:28:17.465Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:28:17.476Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:28:17.476Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:28:18.366Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "61d4a141-f872-4ca8-b8f9-3969e8e33dde", "serviceDescription": "service", "serviceInvariantUUID": "58523f8f-9a80-4fd0-a920-1da314ff3f11", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "bfaa1ccd-465b-41f3-b70e-933fd684c229", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "a2b08dcb-e337-4fee-831e-2fae336e2a06", "resourceInvariantUUID": "cfe63446-f46a-4001-8103-575ac9d16b68", "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": "ZDZkNjQ3OTQ1YzNjOGI3M2JiMjQyZWE5YjhmZWZlYWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0a8427ae-07e1-413c-b122-c23ffb7d2e06" } ], "workloadContext": "Production" } 2022-11-24T04:28:18.367Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-24T04:28:18.367Z|232df008-b568-42da-a1e0-574d4dc18569|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 61d4a141-f872-4ca8-b8f9-3969e8e33dde ASDC 2022-11-24T04:28:18.367Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:8dfed0bd-b9ff-4a83-8f7b-144330913786 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:61d4a141-f872-4ca8-b8f9-3969e8e33dde ServiceInvariantUUID:58523f8f-9a80-4fd0-a920-1da314ff3f11 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:0a8427ae-07e1-413c-b122-c23ffb7d2e06 ArtifactChecksum:ZDZkNjQ3OTQ1YzNjOGI3M2JiMjQyZWE5YjhmZWZlYWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:bfaa1ccd-465b-41f3-b70e-933fd684c229 ResourceInvariantUUID:cfe63446-f46a-4001-8103-575ac9d16b68 ResourceName:test-pnf ResourceType:PNF ResourceUUID:a2b08dcb-e337-4fee-831e-2fae336e2a06 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-24T04:28:18.367Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 61d4a141-f872-4ca8-b8f9-3969e8e33dde 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-24T04:28:18.395Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-24T04:28:18.396Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-24T04:28:18.396Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-24T04:28:18.396Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0a8427ae-07e1-413c-b122-c23ffb7d2e06 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-24T04:28:18.396Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-24T04:28:18.397Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-24T04:28:18.535Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-24T04:28:18.540Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 0a8427ae-07e1-413c-b122-c23ffb7d2e06 110866 2022-11-24T04:28:18.540Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-11-24T04:28:18.540Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-24T04:28:18.540Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T04:28:18.541Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:28:18.542Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:28:18.543Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264098540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:28:18.643Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T04:28:18.644Z||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-24T04:28:18.644Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:28:18.663Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:28:18.663Z||pool-121-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:28:19.549Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-24T04:28:19.550Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-24T04:28:19.550Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0a8427ae-07e1-413c-b122-c23ffb7d2e06, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-24T04:28:19.550Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-11-24T04:28:19.550Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-24T04:28:19.551Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-24T04:28:19.707Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13754841917791240334/Definitions/service-TestPnfMacro-template.yml 2022-11-24T04:28:20.601Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-24T04:28:20.602Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-24T04:28:20.602Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-24T04:28:20.602Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-24T04:28:20.602Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-24T04:28:20.603Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-24T04:28:20.603Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-24T04:28:20.603Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-24T04:28:20.603Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-24T04:28:20.603Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-24T04:28:20.604Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-24T04:28:20.604Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-24T04:28:20.604Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:28:20.604Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:28:20.605Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-24T04:28:20.605Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-24T04:28:20.605Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-24T04:28:20.606Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:28:20.606Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:28:20.606Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-24T04:28:20.607Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-24T04:28:20.607Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-24T04:28:20.607Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:28:20.607Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:28:20.608Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:28:20.608Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:28:20.608Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:28:20.608Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:28:20.609Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:28:20.609Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:28:20.609Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:28:20.609Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:28:20.610Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:61d4a141-f872-4ca8-b8f9-3969e8e33dde Model Version:NULL Model InvariantUuid:58523f8f-9a80-4fd0-a920-1da314ff3f11 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-24T04:28:20.618Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: a2b08dcb-e337-4fee-831e-2fae336e2a06 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-24T04:28:20.621Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||test-pnf 0 2022-11-24T04:28:20.621Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a2b08dcb-e337-4fee-831e-2fae336e2a06 2022-11-24T04:28:20.622Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 61d4a141-f872-4ca8-b8f9-3969e8e33dde 2022-11-24T04:28:20.622Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 61d4a141-f872-4ca8-b8f9-3969e8e33dde 2022-11-24T04:28:20.622Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 a2b08dcb-e337-4fee-831e-2fae336e2a06 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-24T04:28:20.626Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e5c25a7, org.onap.sdc.toscaparser.api.parameters.Input@1f85ed58, org.onap.sdc.toscaparser.api.parameters.Input@12dba58e, org.onap.sdc.toscaparser.api.parameters.Input@2a6b91a1, org.onap.sdc.toscaparser.api.parameters.Input@7545e856] 2022-11-24T04:28:20.627Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:28:20.627Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:28:20.627Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 61d4a141-f872-4ca8-b8f9-3969e8e33dde: test-pnf 2022-11-24T04:28:20.628Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||Processing PNF resource: a2b08dcb-e337-4fee-831e-2fae336e2a06 2022-11-24T04:28:20.628Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:28:20.628Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:28:20.629Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||Resource customization UUID: bfaa1ccd-465b-41f3-b70e-933fd684c229 is the same as notified resource customizationUUID: bfaa1ccd-465b-41f3-b70e-933fd684c229 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-24T04:28:20.663Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf a2b08dcb-e337-4fee-831e-2fae336e2a06 0 ASDC deployResourceStructure 2022-11-24T04:28:20.663Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-11-24T04:28:20.664Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-24T04:28:20.664Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-24T04:28:20.664Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:28:20.666Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:28:20.667Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264100663, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:28:20.766Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T04:28:20.767Z||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-24T04:28:20.767Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:28:20.777Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:28:20.777Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:28:21.669Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8dfed0bd-b9ff-4a83-8f7b-144330913786 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:28:21.686Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8dfed0bd-b9ff-4a83-8f7b-144330913786 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-24T04:28:21.689Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-24T04:28:21.689Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-24T04:28:21.689Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-24T04:28:21.689Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-24T04:28:21.690Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:28:21.690Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:28:21.690Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:28:21.690Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:28:21.690Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:28:21.690Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-24T04:28:21.695Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-24T04:28:51.695Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8dfed0bd-b9ff-4a83-8f7b-144330913786 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-24T04:28:51.702Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8dfed0bd-b9ff-4a83-8f7b-144330913786 and serviceModelVersionId: 61d4a141-f872-4ca8-b8f9-3969e8e33dde 2022-11-24T04:28:51.702Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 58523f8f-9a80-4fd0-a920-1da314ff3f11 2022-11-24T04:28:51.703Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/58523f8f-9a80-4fd0-a920-1da314ff3f11/model-vers/model-ver/61d4a141-f872-4ca8-b8f9-3969e8e33dde?depth=0 2022-11-24T04:28:51.707Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-11-24T04:28:51.745Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58523f8f-9a80-4fd0-a920-1da314ff3f11/model-vers/model-ver/61d4a141-f872-4ca8-b8f9-3969e8e33dde?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-24T04:28:51.747Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58523f8f-9a80-4fd0-a920-1da314ff3f11/model-vers/model-ver/61d4a141-f872-4ca8-b8f9-3969e8e33dde?depth=0|INFO|500||Invoke 2022-11-24T04:28:51.767Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58523f8f-9a80-4fd0-a920-1da314ff3f11/model-vers/model-ver/61d4a141-f872-4ca8-b8f9-3969e8e33dde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-24T04:28:51.868Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58523f8f-9a80-4fd0-a920-1da314ff3f11/model-vers/model-ver/61d4a141-f872-4ca8-b8f9-3969e8e33dde?depth=0|INFO|500||InvokeReturn 2022-11-24T04:28:51.869Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58523f8f-9a80-4fd0-a920-1da314ff3f11/model-vers/model-ver/61d4a141-f872-4ca8-b8f9-3969e8e33dde?depth=0 has http status code:200 and response headers:{date=[Thu, 24 Nov 2022 04:28:52 GMT], content-length=[0], vertex-id=[503936], x-aai-txid=[0-aai-resources-221124-04:28:52:677-21867], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-24T04:28:51.869Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-11-24T04:28:51.870Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-24T04:28:51.870Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-24T04:28:51.875Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-24T04:28:51.875Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8dfed0bd-b9ff-4a83-8f7b-144330913786 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-24T04:28:51.876Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-24T04:28:51.877Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:28:51.879Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:28:51.879Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264131876, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-24T04:28:51.979Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T04:28:51.980Z||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-24T04:28:51.981Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:28:51.997Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:28:51.997Z||pool-123-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-24T04:28:52.892Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-24T04:28:52.893Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"489fe76a-90e6-4206-8ce1-7844f875af26","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e19e8fdb-b2ed-4359-8780-43ae9b1166d0","serviceDescription":"service","serviceInvariantUUID":"6389a087-8687-46a9-a518-c841ab6fe6c2","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0e188499-8faf-41a8-b65e-0398fd2469f4","resourceInvariantUUID":"57520208-b93c-43da-a181-105cb5489f73","resourceCustomizationUUID":"e95740fe-801e-4ba5-81a5-947054325bde","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":"MTQxNDY2Yzg5Mjc2MzRiZTRkYTczMTlmNmVhZDlkMjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fb5de9c5-08cb-4cd7-b9b6-8d226a4e318f","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":"MWZhZTJiYzAzMGY3ZTI4YTkwNjgyOTNlNTk2ZTIxZTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"175bf079-816a-4db6-bb69-a407caf1d610","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":"bd1e8830-e1da-4bce-9757-e6feade9772d","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":"108d4b79-4714-412d-a28d-42670b7718c4","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":"3732551c-4082-4232-9df3-fe8d3bdc1246","artifactVersion":"2","generatedFromUUID":"bd1e8830-e1da-4bce-9757-e6feade9772d"},{"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":"M2IwZDVlZTUwZmZjMDcyOGE3ZTNlYjI4Y2UzZGQzOGY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"17279254-c33a-4640-a4aa-d4f48b35dcbb","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":"NDE3YWE4YjdmN2RlODRkM2MxMTNkMjkxZTYzMTY2ZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"51147d29-243a-4bd4-a5b1-0233a9bc42a3","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MDYwMGIxMWIwMzNhMzdkOTUzZTdjZDBmZGU2YzU0Yzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2641916f-1bb5-482a-9f7e-7b34b4f7b31d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-24T04:28:52.894Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:28:52.894Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:28:52.896Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:28:52.896Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:28:52.996Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:28:52.998Z||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-24T04:28:52.998Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:28:53.008Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:28:53.009Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:28:53.897Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:28:53.898Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:28:53.899Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:28:53.899Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-24T04:28:53.999Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T04:28:54.000Z||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-24T04:28:54.001Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:28:54.015Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:28:54.015Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-24T04:28:54.900Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:28:54.901Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:28:54.902Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:28:54.903Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-24T04:28:55.002Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T04:28:55.003Z||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-24T04:28:55.003Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:28:55.015Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:28:55.015Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:28:55.903Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:28:55.904Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:28:55.907Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:28:55.907Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:28:56.007Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T04:28:56.008Z||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-24T04:28:56.008Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:28:56.019Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:28:56.019Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:28:56.908Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:28:56.909Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:28:56.911Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:28:56.911Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-24T04:28:57.011Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:28:57.012Z||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-24T04:28:57.012Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:28:57.023Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:28:57.023Z||pool-128-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:28:57.912Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:28:57.913Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:28:57.915Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:28:57.915Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-24T04:28:58.015Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:28:58.016Z||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-24T04:28:58.016Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:28:58.027Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:28:58.027Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-24T04:28:58.916Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:28:58.916Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:28:58.918Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:28:58.918Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:28:59.018Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T04:28:59.019Z||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-24T04:28:59.019Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:28:59.029Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:28:59.030Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:28:59.919Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-24T04:28:59.920Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:28:59.922Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:28:59.922Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:29:00.022Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:29:00.022Z||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-24T04:29:00.022Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:29:00.032Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:29:00.033Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-24T04:29:00.923Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "e19e8fdb-b2ed-4359-8780-43ae9b1166d0", "serviceDescription": "service", "serviceInvariantUUID": "6389a087-8687-46a9-a518-c841ab6fe6c2", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "e95740fe-801e-4ba5-81a5-947054325bde", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0e188499-8faf-41a8-b65e-0398fd2469f4", "resourceInvariantUUID": "57520208-b93c-43da-a181-105cb5489f73", "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": "MWZhZTJiYzAzMGY3ZTI4YTkwNjgyOTNlNTk2ZTIxZTQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "175bf079-816a-4db6-bb69-a407caf1d610", "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": "bd1e8830-e1da-4bce-9757-e6feade9772d", "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": "3732551c-4082-4232-9df3-fe8d3bdc1246", "generatedFromUUID": "bd1e8830-e1da-4bce-9757-e6feade9772d" }, "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": "3732551c-4082-4232-9df3-fe8d3bdc1246", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MDYwMGIxMWIwMzNhMzdkOTUzZTdjZDBmZGU2YzU0Yzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2641916f-1bb5-482a-9f7e-7b34b4f7b31d" } ], "workloadContext": "Production" } 2022-11-24T04:29:00.923Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-24T04:29:00.923Z|8dfed0bd-b9ff-4a83-8f7b-144330913786|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e19e8fdb-b2ed-4359-8780-43ae9b1166d0 ASDC 2022-11-24T04:29:00.924Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:489fe76a-90e6-4206-8ce1-7844f875af26 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:e19e8fdb-b2ed-4359-8780-43ae9b1166d0 ServiceInvariantUUID:6389a087-8687-46a9-a518-c841ab6fe6c2 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:2641916f-1bb5-482a-9f7e-7b34b4f7b31d ArtifactChecksum:MDYwMGIxMWIwMzNhMzdkOTUzZTdjZDBmZGU2YzU0Yzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:e95740fe-801e-4ba5-81a5-947054325bde ResourceInvariantUUID:57520208-b93c-43da-a181-105cb5489f73 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:0e188499-8faf-41a8-b65e-0398fd2469f4 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:175bf079-816a-4db6-bb69-a407caf1d610 ArtifactChecksum:MWZhZTJiYzAzMGY3ZTI4YTkwNjgyOTNlNTk2ZTIxZTQ= 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:bd1e8830-e1da-4bce-9757-e6feade9772d 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:3732551c-4082-4232-9df3-fe8d3bdc1246 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:3732551c-4082-4232-9df3-fe8d3bdc1246 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-24T04:29:00.924Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e19e8fdb-b2ed-4359-8780-43ae9b1166d0 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-24T04:29:00.950Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-24T04:29:00.950Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-24T04:29:00.950Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-24T04:29:00.950Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2641916f-1bb5-482a-9f7e-7b34b4f7b31d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-24T04:29:00.950Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-24T04:29:00.951Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-24T04:29:01.078Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-24T04:29:01.082Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2641916f-1bb5-482a-9f7e-7b34b4f7b31d 82615 2022-11-24T04:29:01.082Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-24T04:29:01.083Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-24T04:29:01.083Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T04:29:01.083Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:29:01.084Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:29:01.084Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264141082, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:29:01.184Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T04:29:01.185Z||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-24T04:29:01.185Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:29:01.199Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:29:01.199Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-24T04:29:02.085Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-24T04:29:02.086Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-11-24T04:29:02.086Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 2641916f-1bb5-482a-9f7e-7b34b4f7b31d, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-24T04:29:02.086Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-11-24T04:29:02.086Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-24T04:29:02.087Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-24T04:29:02.194Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18203566970671468241/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-24T04:29:03.305Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-24T04:29:03.305Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-24T04:29:03.305Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-24T04:29:03.305Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-24T04:29:03.305Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-24T04:29:03.306Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-24T04:29:03.306Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-24T04:29:03.306Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-24T04:29:03.306Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-24T04:29:03.306Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-24T04:29:03.306Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-24T04:29:03.306Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-11-24T04:29:03.306Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:29:03.306Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:29:03.307Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-24T04:29:03.307Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-24T04:29:03.307Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-24T04:29:03.307Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:29:03.307Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:29:03.307Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-24T04:29:03.307Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-11-24T04:29:03.308Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-24T04:29:03.308Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:29:03.308Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:29:03.308Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:29:03.308Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-24T04:29:03.308Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-24T04:29:03.309Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-24T04:29:03.309Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-24T04:29:03.309Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-24T04:29:03.309Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-24T04:29:03.309Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:29:03.309Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-24T04:29:03.309Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:29:03.310Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-24T04:29:03.310Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T04:29:03.310Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:29:03.310Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-24T04:29:03.310Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T04:29:03.311Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:29:03.311Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-24T04:29:03.311Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T04:29:03.311Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:29:03.311Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-24T04:29:03.311Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-24T04:29:03.312Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-24T04:29:03.312Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=04558962-0c59-4568-b223-fe2b552f854c 2022-11-24T04:29:03.312Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:29:03.312Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:29:03.312Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:29:03.312Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:29:03.312Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:29:03.313Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:29:03.313Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:29:03.313Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:29:03.313Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:e19e8fdb-b2ed-4359-8780-43ae9b1166d0 Model Version:NULL Model InvariantUuid:6389a087-8687-46a9-a518-c841ab6fe6c2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:596dc2df-6af7-44da-815d-e97c25933fdb Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:57520208-b93c-43da-a181-105cb5489f73 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e95740fe-801e-4ba5-81a5-947054325bde NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b9897082-2037-4ab8-b826-6e0552588a99 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:8b1d4352-5496-4747-8d9a-398b99c9939c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:04558962-0c59-4568-b223-fe2b552f854c ModelInvariantUuid:22ccda49-a494-4ec5-be69-6291724a7f3d ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:341a7be5-25cd-4960-8e8c-26b3048015a5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:eed6097d-7b55-494c-bf81-ad8043645a56 ModelInvariantUuid:02b47eaf-3827-4819-9c38-7897d7e2322e ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:58f76320-e0b7-4141-a825-b193bbeb9606 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-24T04:29:03.320Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 0e188499-8faf-41a8-b65e-0398fd2469f4 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-24T04:29:03.322Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||basic_vm_macro 0 2022-11-24T04:29:03.323Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0e188499-8faf-41a8-b65e-0398fd2469f4 2022-11-24T04:29:03.323Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 175bf079-816a-4db6-bb69-a407caf1d610 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-24T04:29:03.323Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-24T04:29:03.323Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-24T04:29:03.375Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-24T04:29:03.375Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 175bf079-816a-4db6-bb69-a407caf1d610 792 2022-11-24T04:29:03.376Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-11-24T04:29:03.376Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-24T04:29:03.376Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T04:29:03.376Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:29:03.380Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:29:03.380Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264143376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-24T04:29:03.478Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-11-24T04:29:03.479Z||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-24T04:29:03.479Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:29:03.490Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:29:03.490Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:29:04.380Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b9897082-2037-4ab8-b826-6e0552588a99", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8b1d4352-5496-4747-8d9a-398b99c9939c", "vfModuleModelCustomizationUUID": "7ba4e7bb-474e-4771-8188-1d0c92f2bb77", "isBase": true, "artifacts": [ "bd1e8830-e1da-4bce-9757-e6feade9772d", "3732551c-4082-4232-9df3-fe8d3bdc1246" ], "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-24T04:29:04.386Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8b1d4352-5496-4747-8d9a-398b99c9939c VfModuleModelInvariantUUID:b9897082-2037-4ab8-b826-6e0552588a99 VfModuleModelDescription:NULL Artifacts UUID List:{ bd1e8830-e1da-4bce-9757-e6feade9772d , 3732551c-4082-4232-9df3-fe8d3bdc1246 } 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-24T04:29:04.388Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b9897082-2037-4ab8-b826-6e0552588a99", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8b1d4352-5496-4747-8d9a-398b99c9939c", "vfModuleModelCustomizationUUID": "7ba4e7bb-474e-4771-8188-1d0c92f2bb77", "isBase": true, "artifacts": [ "bd1e8830-e1da-4bce-9757-e6feade9772d", "3732551c-4082-4232-9df3-fe8d3bdc1246" ], "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-24T04:29:04.388Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8b1d4352-5496-4747-8d9a-398b99c9939c VfModuleModelInvariantUUID:b9897082-2037-4ab8-b826-6e0552588a99 VfModuleModelDescription:NULL Artifacts UUID List:{ bd1e8830-e1da-4bce-9757-e6feade9772d , 3732551c-4082-4232-9df3-fe8d3bdc1246 } 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-24T04:29:04.388Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bd1e8830-e1da-4bce-9757-e6feade9772d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-24T04:29:04.388Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-24T04:29:04.388Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-24T04:29:04.432Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-24T04:29:04.433Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml bd1e8830-e1da-4bce-9757-e6feade9772d 5033 2022-11-24T04:29:04.433Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-24T04:29:04.433Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-24T04:29:04.433Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T04:29:04.433Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:29:04.438Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:29:04.438Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264144433, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-24T04:29:04.535Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-11-24T04:29:04.535Z||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-24T04:29:04.536Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:29:04.546Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:29:04.547Z||pool-134-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:29:05.438Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3732551c-4082-4232-9df3-fe8d3bdc1246 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-24T04:29:05.439Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-11-24T04:29:05.439Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-24T04:29:05.487Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-11-24T04:29:05.488Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 3732551c-4082-4232-9df3-fe8d3bdc1246 903 2022-11-24T04:29:05.488Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-24T04:29:05.488Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-24T04:29:05.488Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-24T04:29:05.489Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:29:05.490Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:29:05.491Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264145488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-24T04:29:05.590Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T04:29:05.591Z||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-24T04:29:05.591Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:29:05.604Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:29:05.604Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:29:06.491Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e19e8fdb-b2ed-4359-8780-43ae9b1166d0 2022-11-24T04:29:06.491Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 0e188499-8faf-41a8-b65e-0398fd2469f4 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-24T04:29:06.506Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14b28143, org.onap.sdc.toscaparser.api.parameters.Input@4c9b6348, org.onap.sdc.toscaparser.api.parameters.Input@f8869c0, org.onap.sdc.toscaparser.api.parameters.Input@12aa9355, org.onap.sdc.toscaparser.api.parameters.Input@1292a0da] 2022-11-24T04:29:06.508Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:29:06.509Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:29:06.509Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-11-24T04:29:06.510Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= e95740fe-801e-4ba5-81a5-947054325bde 2022-11-24T04:29:06.510Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e95740fe-801e-4ba5-81a5-947054325bde matches Tosca VF Customization UUID: e95740fe-801e-4ba5-81a5-947054325bde 2022-11-24T04:29:06.510Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: e95740fe-801e-4ba5-81a5-947054325bde 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-24T04:29:06.513Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:29:06.513Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:29:06.514Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id e95740fe-801e-4ba5-81a5-947054325bde: {\"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-24T04:29:06.514Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@f78bda5 2022-11-24T04:29:06.514Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:29:06.514Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-24T04:29:06.515Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7ba4e7bb-474e-4771-8188-1d0c92f2bb77 2022-11-24T04:29:06.515Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7ba4e7bb-474e-4771-8188-1d0c92f2bb77 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-24T04:29:06.517Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:29:06.518Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-24T04:29:06.518Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T04:29:06.518Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:29:06.519Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-24T04:29:06.519Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T04:29:06.519Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:29:06.520Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-24T04:29:06.520Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-24T04:29:06.520Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-24T04:29:06.521Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=04558962-0c59-4568-b223-fe2b552f854c 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-24T04:29:06.523Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:29:06.524Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-24T04:29:06.524Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-24T04:29:06.524Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:29:06.524Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-24T04:29:06.525Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e95740fe-801e-4ba5-81a5-947054325bde 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-24T04:29:06.527Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:29:06.527Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:29:06.527Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e19e8fdb-b2ed-4359-8780-43ae9b1166d0: basic_vm_macro 2022-11-24T04:29:06.528Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:29:06.528Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:29:06.528Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:29:06.528Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:29:06.529Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:29:06.529Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:29:06.529Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:29:06.529Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:29:06.530Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-24T04:29:06.530Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-24T04:29:06.530Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-24T04:29:06.615Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 0e188499-8faf-41a8-b65e-0398fd2469f4 1 ASDC deployResourceStructure 2022-11-24T04:29:06.616Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-11-24T04:29:06.616Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-24T04:29:06.616Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-24T04:29:06.616Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:29:06.618Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:29:06.618Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264146616, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-24T04:29:06.718Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:29:06.719Z||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-24T04:29:06.719Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:29:06.734Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:29:06.734Z||pool-136-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:29:07.621Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-11-24T04:29:07.621Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-24T04:29:07.621Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-24T04:29:07.622Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:29:07.624Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:29:07.624Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264147620, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-24T04:29:07.724Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T04:29:07.725Z||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-24T04:29:07.725Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:29:07.735Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:29:07.735Z||pool-137-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:29:08.625Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-11-24T04:29:08.626Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-24T04:29:08.626Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-24T04:29:08.626Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:29:08.628Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:29:08.628Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264148625, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-24T04:29:08.728Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:29:08.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-24T04:29:08.729Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:29:08.739Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:29:08.739Z||pool-138-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:29:08.848Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:29:08.848Z||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-24T04:29:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:29:08.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:29:08.870Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:29:08.870Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "232df008-b568-42da-a1e0-574d4dc18569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264083896, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-24T04:29:08.871Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:29:09.628Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-24T04:29:09.629Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-24T04:29:09.629Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-24T04:29:09.629Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:29:09.631Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:29:09.631Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264149628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:29:09.731Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-24T04:29:09.732Z||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-24T04:29:09.732Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:29:09.743Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:29:09.743Z||pool-139-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-24T04:29:10.632Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 489fe76a-90e6-4206-8ce1-7844f875af26 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-24T04:29:10.642Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 489fe76a-90e6-4206-8ce1-7844f875af26 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-24T04:29:10.646Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-24T04:29:10.646Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-24T04:29:10.647Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-24T04:29:10.647Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-24T04:29:10.647Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:29:10.647Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:29:10.648Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:29:10.648Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:29:10.648Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-24T04:29:10.648Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-24T04:29:10.654Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-24T04:29:40.655Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 489fe76a-90e6-4206-8ce1-7844f875af26 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-24T04:29:40.662Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 489fe76a-90e6-4206-8ce1-7844f875af26 and serviceModelVersionId: e19e8fdb-b2ed-4359-8780-43ae9b1166d0 2022-11-24T04:29:40.662Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6389a087-8687-46a9-a518-c841ab6fe6c2 2022-11-24T04:29:40.663Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6389a087-8687-46a9-a518-c841ab6fe6c2/model-vers/model-ver/e19e8fdb-b2ed-4359-8780-43ae9b1166d0?depth=0 2022-11-24T04:29:40.666Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-11-24T04:29:40.701Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6389a087-8687-46a9-a518-c841ab6fe6c2/model-vers/model-ver/e19e8fdb-b2ed-4359-8780-43ae9b1166d0?depth=0|INFO|500||Invoke 2022-11-24T04:29:40.701Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6389a087-8687-46a9-a518-c841ab6fe6c2/model-vers/model-ver/e19e8fdb-b2ed-4359-8780-43ae9b1166d0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6389a087-8687-46a9-a518-c841ab6fe6c2/model-vers/model-ver/e19e8fdb-b2ed-4359-8780-43ae9b1166d0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[489fe76a-90e6-4206-8ce1-7844f875af26], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[466ee4ad-a63d-4fb8-a6c6-6e0ebc92264f], X-ECOMP-RequestID=[489fe76a-90e6-4206-8ce1-7844f875af26], X-TransactionId=[], X-ONAP-RequestID=[489fe76a-90e6-4206-8ce1-7844f875af26], Content-Type=[application/merge-patch+json]} 2022-11-24T04:29:40.719Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6389a087-8687-46a9-a518-c841ab6fe6c2/model-vers/model-ver/e19e8fdb-b2ed-4359-8780-43ae9b1166d0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-24T04:29:40.825Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6389a087-8687-46a9-a518-c841ab6fe6c2/model-vers/model-ver/e19e8fdb-b2ed-4359-8780-43ae9b1166d0?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/6389a087-8687-46a9-a518-c841ab6fe6c2/model-vers/model-ver/e19e8fdb-b2ed-4359-8780-43ae9b1166d0?depth=0 has http status code:200 and response headers:{date=[Thu, 24 Nov 2022 04:29:41 GMT], content-length=[0], vertex-id=[475152], x-aai-txid=[2-aai-resources-221124-04:29:41:631-1804], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-24T04:29:40.825Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6389a087-8687-46a9-a518-c841ab6fe6c2/model-vers/model-ver/e19e8fdb-b2ed-4359-8780-43ae9b1166d0?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-24T04:29:40.826Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6389a087-8687-46a9-a518-c841ab6fe6c2/model-vers/model-ver/e19e8fdb-b2ed-4359-8780-43ae9b1166d0?depth=0|INFO|500||InvokeReturn 2022-11-24T04:29:40.827Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-24T04:29:40.827Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-24T04:29:40.833Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-24T04:29:40.834Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 489fe76a-90e6-4206-8ce1-7844f875af26 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-24T04:29:40.834Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-24T04:29:40.834Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-11-24T04:29:40.836Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-24T04:29:40.836Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264180834, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-24T04:29:40.936Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-24T04:29:40.937Z||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-24T04:29:40.937Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:29:40.948Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:29:40.949Z||pool-140-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-24T04:29:41.852Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:29:41.852Z|489fe76a-90e6-4206-8ce1-7844f875af26|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-24T04:29:41.853Z|489fe76a-90e6-4206-8ce1-7844f875af26|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:29:51.391Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:29:51.392Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:29:51.392Z|489fe76a-90e6-4206-8ce1-7844f875af26|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-24T04:29:51.392Z|489fe76a-90e6-4206-8ce1-7844f875af26|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:30:00.936Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:30:00.937Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:30:00.938Z|489fe76a-90e6-4206-8ce1-7844f875af26|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-24T04:30:00.938Z|489fe76a-90e6-4206-8ce1-7844f875af26|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:30:08.848Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:30:08.848Z||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-24T04:30:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:30:08.897Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:30:08.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:30:08.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:30:08.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:30:08.899Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:30:08.899Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-24T04:30:08.899Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:30:08.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:30:08.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-24T04:30:08.900Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:30:08.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:30:08.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-24T04:30:08.900Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:30:08.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:30:08.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:30:08.900Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:30:08.900Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:30:08.900Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:30:08.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:30:08.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:30:08.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-24T04:30:08.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:30:08.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:30:08.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:30:08.901Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:30:08.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:30:08.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:30:08.902Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:30:08.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:30:08.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264098540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:30:08.902Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:30:08.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:30:08.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264100663, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:30:08.902Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:30:08.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:30:08.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dfed0bd-b9ff-4a83-8f7b-144330913786", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264131876, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-24T04:30:08.902Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:30:08.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:30:08.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:30:08.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:30:08.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:30:08.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-24T04:30:08.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:30:08.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:30:08.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-24T04:30:08.903Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:30:08.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:30:08.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-24T04:30:08.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:30:08.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:30:08.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-24T04:30:08.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:30:08.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:30:08.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-24T04:30:08.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:30:08.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:30:08.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-24T04:30:08.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:30:08.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:30:08.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264084912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-24T04:30:08.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-11-24T04:30:08.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:30:08.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264141082, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-24T04:30:08.905Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:30:08.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:30:08.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264143376, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-24T04:30:08.906Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:30:08.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:30:08.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264144433, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-24T04:30:08.906Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:30:08.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:30:08.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264145488, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-24T04:30:08.906Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:30:08.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:30:08.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264146616, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-24T04:30:08.906Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:30:08.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:30:08.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264147620, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-24T04:30:08.907Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:30:08.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-24T04:30:08.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264148625, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-24T04:30:08.907Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:30:10.477Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:30:10.477Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:30:10.478Z|489fe76a-90e6-4206-8ce1-7844f875af26|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-24T04:30:10.478Z|489fe76a-90e6-4206-8ce1-7844f875af26|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:30:20.041Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:30:20.042Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:30:20.043Z||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-24T04:30:20.043Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:30:29.595Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:31:08.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:31:08.846Z||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-24T04:31:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:31:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:31:08.848Z||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-24T04:31:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:31:09.376Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:31:09.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T04:31:09.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264149628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-24T04:31:09.377Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:31:09.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-24T04:31:09.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "489fe76a-90e6-4206-8ce1-7844f875af26", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669264180834, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-24T04:31:09.378Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-24T04:31:18.386Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:32:08.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:32:08.846Z||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-24T04:32:08.846Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:32:08.847Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:32:08.848Z||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-24T04:32:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:32:18.408Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:32:18.415Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:33:08.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:33:08.847Z||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-24T04:33:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:33:08.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:33:08.848Z||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-24T04:33:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:33:18.390Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:33:18.390Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:34:08.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:34:08.847Z||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-24T04:34:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:34:08.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:34:08.848Z||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-24T04:34:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:34:18.395Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:34:18.413Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:35:08.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:35:08.847Z||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-24T04:35:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:35:08.847Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:35:08.848Z||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-24T04:35:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:35:18.426Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:35:18.426Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:36:08.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:36:08.846Z||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-24T04:36:08.846Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:36:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:36:08.848Z||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-24T04:36:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:36:18.390Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:36:18.390Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:37:08.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:37:08.846Z||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-24T04:37:08.846Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:37:08.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:37:08.851Z||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-24T04:37:08.851Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:37:18.393Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:37:18.408Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:38:08.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:38:08.847Z||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-24T04:38:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:38:08.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:38:08.848Z||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-24T04:38:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:38:18.405Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:38:18.431Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:39:08.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:39:08.847Z||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-24T04:39:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:39:08.848Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:39:08.848Z||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-24T04:39:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:39:18.403Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:39:18.412Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:40:08.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:40:08.846Z||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-24T04:40:08.846Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:40:08.847Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:40:08.848Z||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-24T04:40:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:40:18.422Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:40:18.423Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:41:08.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:41:08.847Z||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-24T04:41:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:41:08.848Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:41:08.848Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|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-24T04:41:08.848Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:41:18.424Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:41:18.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:42:08.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:42:08.847Z||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-24T04:42:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:42:08.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:42:08.848Z||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-24T04:42:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:42:18.439Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:42:18.442Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:43:08.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:43:08.846Z||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-24T04:43:08.846Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:43:08.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:43:08.848Z||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-24T04:43:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:43:18.418Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:43:18.418Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:44:08.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:44:08.846Z||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-24T04:44:08.846Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:44:08.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:44:08.848Z||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-24T04:44:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:44:18.411Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:44:18.411Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:45:08.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:45:08.846Z||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-24T04:45:08.846Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:45:08.848Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:45:08.848Z||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-24T04:45:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:45:18.429Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:45:18.432Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:46:08.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:46:08.846Z||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-24T04:46:08.846Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:46:08.848Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:46:08.848Z||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-24T04:46:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:46:18.398Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:46:18.398Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:47:08.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:47:08.847Z||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-24T04:47:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:47:08.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:47:08.848Z||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-24T04:47:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:47:18.415Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:47:18.415Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:48:08.846Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:48:08.847Z||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-24T04:48:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:48:08.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:48:08.848Z||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-24T04:48:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:48:18.410Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:48:18.411Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:49:08.846Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:49:08.846Z||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-24T04:49:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:49:08.848Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:49:08.848Z||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-24T04:49:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:49:18.402Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:49:18.410Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:50:08.846Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:50:08.846Z||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-24T04:50:08.846Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:50:08.847Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:50:08.848Z||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-24T04:50:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:50:18.389Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:50:18.391Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:51:08.846Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:51:08.846Z||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-24T04:51:08.846Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:51:08.848Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:51:08.848Z||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-24T04:51:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:51:18.388Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:51:18.389Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:52:08.846Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:52:08.846Z||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-24T04:52:08.846Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:52:08.848Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:52:08.848Z||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-24T04:52:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:52:18.405Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:52:18.405Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:53:08.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:53:08.847Z||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-24T04:53:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:53:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:53:08.848Z||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-24T04:53:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:53:18.416Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:53:18.418Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:54:08.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:54:08.846Z||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-24T04:54:08.846Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:54:08.848Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:54:08.848Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|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-24T04:54:08.848Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:54:18.395Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:54:18.403Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:55:08.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:55:08.846Z||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-24T04:55:08.846Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:55:08.848Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:55:08.848Z||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-24T04:55:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:55:18.390Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:55:18.391Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:56:08.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:56:08.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:56:08.848Z||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-24T04:56:08.848Z||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-24T04:56:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:56:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:56:18.407Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:56:18.407Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:57:08.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:57:08.847Z||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-24T04:57:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:57:08.848Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:57:08.848Z|489fe76a-90e6-4206-8ce1-7844f875af26|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-24T04:57:08.848Z|489fe76a-90e6-4206-8ce1-7844f875af26|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:57:18.397Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:57:18.428Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:58:08.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:58:08.847Z||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-24T04:58:08.847Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:58:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:58:08.848Z|489fe76a-90e6-4206-8ce1-7844f875af26|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-24T04:58:08.848Z|489fe76a-90e6-4206-8ce1-7844f875af26|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:58:18.407Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:58:18.408Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:59:08.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:59:08.846Z||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-24T04:59:08.846Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:59:08.848Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T04:59:08.848Z|489fe76a-90e6-4206-8ce1-7844f875af26|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-24T04:59:08.848Z|489fe76a-90e6-4206-8ce1-7844f875af26|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T04:59:18.395Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T04:59:18.407Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:00:08.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:00:08.846Z||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-24T05:00:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:00:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:00:08.848Z||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-24T05:00:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:00:18.406Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:00:18.406Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:01:08.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:01:08.847Z||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-24T05:01:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:01:08.847Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:01:08.848Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|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-24T05:01:08.849Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:01:18.401Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:01:18.405Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:02:08.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:02:08.846Z||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-24T05:02:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:02:08.847Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:02:08.848Z||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-24T05:02:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:02:18.396Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:02:18.398Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:03:08.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:03:08.846Z||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-24T05:03:08.846Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:03:08.848Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:03:08.848Z|489fe76a-90e6-4206-8ce1-7844f875af26|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-24T05:03:08.848Z|489fe76a-90e6-4206-8ce1-7844f875af26|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:03:18.385Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:03:18.407Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:04:08.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:04:08.846Z||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-24T05:04:08.846Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:04:08.848Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:04:08.848Z||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-24T05:04:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:04:18.410Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:04:18.410Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:05:08.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:05:08.847Z||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-24T05:05:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:05:08.848Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:05:08.849Z||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-24T05:05:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:05:18.389Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:05:18.393Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:06:08.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:06:08.847Z||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-24T05:06:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:06:08.848Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:06:08.848Z||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-24T05:06:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:06:18.407Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:06:18.407Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:07:08.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:07:08.847Z||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-24T05:07:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:07:08.847Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:07:08.848Z|489fe76a-90e6-4206-8ce1-7844f875af26|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-24T05:07:08.848Z|489fe76a-90e6-4206-8ce1-7844f875af26|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:07:18.394Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:07:18.402Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:08:08.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:08:08.846Z||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-24T05:08:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:08:08.848Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:08:08.848Z||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-24T05:08:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:08:18.391Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:08:18.395Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:09:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:09:08.846Z||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-24T05:09:08.846Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:09:08.848Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:09:08.848Z||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-24T05:09:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:09:18.392Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:09:18.420Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:10:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:10:08.848Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:10:08.848Z||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-24T05:10:08.848Z||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-24T05:10:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:10:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:10:18.390Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:10:18.390Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:11:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:11:08.847Z||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-24T05:11:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:11:08.848Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:11:08.848Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|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-24T05:11:08.848Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:11:18.391Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:11:18.401Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:12:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:12:08.846Z||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-24T05:12:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:12:08.847Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:12:08.848Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|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-24T05:12:08.848Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:12:18.390Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:12:18.390Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:13:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:13:08.846Z||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-24T05:13:08.846Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:13:08.848Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:13:08.848Z||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-24T05:13:08.849Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:13:18.393Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:13:18.393Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:14:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:14:08.846Z||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-24T05:14:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:14:08.847Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:14:08.848Z||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-24T05:14:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:14:18.386Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:14:18.413Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:15:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:15:08.846Z||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-24T05:15:08.846Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:15:08.848Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:15:08.848Z||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-24T05:15:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:15:18.386Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:15:18.388Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:16:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:16:08.846Z||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-24T05:16:08.847Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:16:08.848Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:16:08.848Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|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-24T05:16:08.848Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:16:18.392Z|d7565aa1-f71a-4c8b-b4f5-5817c31a6dd0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:16:18.411Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:17:08.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:17:08.847Z||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-24T05:17:08.847Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-24T05:17:08.848Z||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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:17:08.848Z|489fe76a-90e6-4206-8ce1-7844f875af26|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-24T05:17:08.848Z|489fe76a-90e6-4206-8ce1-7844f875af26|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 l7NYgcSPD9VZfkAJ) ... 2022-11-24T05:17:18.391Z|489fe76a-90e6-4206-8ce1-7844f875af26|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-24T05:17:18.393Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK